Skip to content

Silent crash on Windows with a simple Launch Config #5875

@Nuclearfossil

Description

@Nuclearfossil

Pre-submit Checks

Describe the bug

On windows, with the latest version of Warp, I'm getting a silent crash when launching a fairly simple Launch config (created by a Warp Template):

name: Powershell Repo
active_window_index: 0
windows:
  - active_tab_index: 0
    tabs:
      - layout:
          split_direction: horizontal
          panes:
            - cwd: "D:\\repos"
            - split_direction: vertical
              panes:
                - cwd: "D:\\repos"
                  is_focused: true
                - cwd: "D:\\repos"

The logs don't say anything informative. Relevant section from the log follows:

2025-02-23T22:17:02Z [INFO] dispatching typed action: SelectNewSessionMenuItem(OpenLaunchConfig(LaunchConfig { name: "Powershell Repo", active_window_index: Some(0), windows: [WindowTemplate { active_tab_index: Some(0), tabs: [TabTemplate { title: None, layout: PaneBranchTemplate { split_direction: Horizontal, panes: [PaneTemplate { cwd: "D:\\repos", commands: [], is_focused: None }, PaneBranchTemplate { split_direction: Vertical, panes: [PaneTemplate { cwd: "D:\\repos", commands: [], is_focused: Some(true) }, PaneTemplate { cwd: "D:\\repos", commands: [], is_focused: None }] }] }, color: None }] }] }))
2025-02-23T22:17:02Z [INFO] dispatching typed action: Select(Index { row: 7, item: 0 })
2025-02-23T22:17:02Z [INFO] dispatching global action for root_view:open_launch_config
2025-02-23T22:17:02Z [INFO] dispatching typed action: HandleFocusChange
2025-02-23T22:17:02Z [WARN] Action HandleFocusChange was dispatched, but no view handled it
2025-02-23T22:17:02Z [INFO] dispatching typed action: HandleFocusChange
2025-02-23T22:17:02Z [WARN] Action HandleFocusChange was dispatched, but no view handled it
2025-02-23T22:17:02Z [WARN] Tried to update block filter query without active_filter_editor_block_index set
2025-02-23T22:17:02Z [WARN] Tried to update block filter query without active_filter_editor_block_index set
2025-02-23T22:17:02Z [WARN] Tried to update block filter query without active_filter_editor_block_index set
2025-02-23T22:17:02Z [INFO] Enabled wgpu backends: Backends(VULKAN | GL | METAL | DX12 | BROWSER_WEBGPU)
2025-02-23T22:17:02Z [INFO] Available wgpu adapters (in priority order):
2025-02-23T22:17:02Z [INFO] DiscreteGpu: NVIDIA GeForce RTX 3080 Ti
	Backend: Vulkan
	Driver: NVIDIA (572.47)
	Can present: true
	Supported texture format: Some(Bgra8UnormSrgb)
	Supported alpha mode: [Opaque]
2025-02-23T22:17:02Z [INFO] DiscreteGpu: NVIDIA GeForce RTX 3080 Ti
	Backend: Dx12
	Driver: 32.0.15.7247
	Can present: true
	Supported texture format: Some(Bgra8UnormSrgb)
	Supported alpha mode: [Opaque]
2025-02-23T22:17:02Z [INFO] Other: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2
	Backend: Gl
	Driver: Unknown (4.6.0 NVIDIA 572.47)
	Can present: true
	Supported texture format: Some(Rgba8UnormSrgb)
	Supported alpha mode: [Opaque]
2025-02-23T22:17:02Z [INFO] Cpu: Microsoft Basic Render Driver
	Backend: Dx12
	Driver: 10.0.22621.4830
	Can present: true
	Supported texture format: Some(Bgra8UnormSrgb)
	Supported alpha mode: [Opaque]
2025-02-23T22:17:02Z [INFO] Verifying adapter "NVIDIA GeForce RTX 3080 Ti" is valid...

To reproduce

Take the current Warp config provided. Create a 'Repos' folder on your D: drive. Try to launch the profile.

Expected behavior

Warp shouldn't crash. It should also open up the three panes.

Screenshots

No response

Operating system

Windows

Operating system and version

Windows 11

Shell Version

PowerShell 7.5.0

Current Warp version

No response

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

N/A

Additional context

No response

Does this block you from using Warp daily?

No

Is this an issue only in Warp?

Yes, I confirmed that this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions