You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The launcher staying open is explicitly required for redial (the ability for the client to shut down and reconnect to a server, for updates and the like); the launcher closing on Linux when connecting with a URI seems like a bug (especially given that nowhere in the URI handler is the launcher deliberately closing itself as far as we can see).
What sort of flow are you looking for here that'd require the launcher to close itself?
oh then that seems like a bug on the Linux side. Essentially OpenDream has a vscode extension that downloads and runs the opendream and ss14 launcher binaries, with the goal of debugging DM code. What I want to happen (and what happens on linux) is:
The OD compiler runs
The OD Robust.Server binary runs with the compiled DM
The launcher starts with a local URI (ie, ss14://localhost:1212)
The launcher does all the dependency stuff and starts the client
After the client finishes running (user closes it or something), the launcher also stops running
On Windows, the launcher continues to run necessitating closing it manually to end the debugging session in vscode.
On Linux, launching the launcher with a URI to connect to a server closes the launcher when the client exits. On Windows the launcher is left running.
For my usecase (OD vscode extension) it would be ideal if they both closed when the client exits.
The text was updated successfully, but these errors were encountered: