Without changing anything it attempts to launch and I see this log.
2026-06-27T14:28:29.706307601-04:00 | INFO | process/src/process_manager.rs:526 - launching (in /home/nicholas/.local/share/drop/games/SuperTuxKart): ParsedCommand { env: [], command: "run_game.sh", args: [] }
If I go into the game options and change the launch string to this it works.

Logs when it succeeds:
2026-06-27T14:40:40.392086804-04:00 | INFO | process/src/process_manager.rs:526 - launching (in /home/nicholas/.local/share/drop/games/SuperTuxKart): ParsedCommand { env: [], command: "/home/nicholas/.local/share/drop/games/SuperTuxKart/run_game.sh", args: [] }
@DecDuck this may be a release candidate bug so you may want to patch this before releasing.
Without changing anything it attempts to launch and I see this log.
2026-06-27T14:28:29.706307601-04:00 | INFO | process/src/process_manager.rs:526 - launching (in /home/nicholas/.local/share/drop/games/SuperTuxKart): ParsedCommand { env: [], command: "run_game.sh", args: [] }If I go into the game options and change the launch string to this it works.

Logs when it succeeds:
2026-06-27T14:40:40.392086804-04:00 | INFO | process/src/process_manager.rs:526 - launching (in /home/nicholas/.local/share/drop/games/SuperTuxKart): ParsedCommand { env: [], command: "/home/nicholas/.local/share/drop/games/SuperTuxKart/run_game.sh", args: [] }@DecDuck this may be a release candidate bug so you may want to patch this before releasing.