#Launch config crashes silently

1 messages · Page 1 of 1 (latest)

odd mica
#

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 (Can provide if necessary)

craggy creekBOT
#

Hi @odd mica. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Thank you for your question about Warp's Launch Configuration feature on Windows. Based on the information provided in the knowledge sources, I can offer some insights and suggestions:

  1. Windows Support: Warp for Windows is a relatively new addition, and there may be some issues still being worked out. As mentioned in the Warp blog post, supporting Windows has been more challenging than other platforms.

  2. Known Issues: There are some known issues with Warp on Windows, as documented in the Known Issues page. While your specific issue isn't listed there, it's worth checking for updates.

  3. Logging: You mentioned that the logs don't say anything informative. However, to help the Warp team diagnose the issue, it would be helpful to provide the logs. As per the Sending Feedback & Logs documentation, you can gather Warp logs on Windows using the following command:

    RUST_LOG=wgpu_core=info,wgpu_hal=info MESA_DEBUG=1 EGL_LOG_LEVEL=debug warp-terminal
    
  4. Launch Configuration Format: Your launch configuration seems to be correctly formatted based on the Launch Configuration YAML Format documentation. However, it's worth noting that the documentation doesn't specifically mention Windows paths, so there might be an issue with how the cwd paths are being interpreted.

  5. Reporting the Issue: Given that this appears to be a bug, the best course of action would be to report it to the Warp team. You can do this by opening a new issue in the Warp GitHub repository.

#

When reporting the issue, make sure to include:

  • Your Warp version
  • Your Windows version
  • The launch configuration you're using
  • The logs generated using the command provided above

The Warp team has been responsive to similar issues in the past, as seen in other GitHub issues, and they may be able to provide a fix or workaround for your specific problem.

In the meantime, you might try simplifying your launch configuration to see if you can identify which part is causing the crash. For example, try removing the split panes and see if it launches successfully with just a single pane.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@odd mica Kapa.ai is still learning and improving, please let me know how I did by reacting below.

robust cloud
#

i can confirm it's happening for me aswell