Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run: Renpy: Run project command doesn't support space in project path #388

Open
hsandt opened this issue Nov 15, 2023 · 2 comments
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@hsandt
Copy link

hsandt commented Nov 15, 2023

It's like #79 but for the "Run: Renpy: Run project" command (the one we try to make work in #115)

Repro

  1. Create Renpy project in a path with space (e.g. make the project folder contain 2 words "Two Words")
  2. Open the Renpy folder in VS code
  3. Setup Settings > Renpy > Renpy Executable Location if not already done
  4. Open palette and run the command: "Run: Renpy: Run project"

Expected: the game runs
Actual: the project path is read until the first space, breaking the path and preventing game launch

user@Computer:~/Projects/Renpy/Two Words$ /home/user/.local/bin/renpy.sh /home/user/Projects/Renpy/Two Words
Base directory '/home/leyn/Projects/Renpy/Two' does not exist. Giving up.
@TuulikkiUnelma
Copy link

I encountered this as well. I'm on Windows 11.

@duckdoom4 duckdoom4 added bug Something isn't working good first issue Good for newcomers labels Feb 20, 2024
@duckdoom4
Copy link
Collaborator

Any first time contributor's who'd like to help; feel free to pick this up. Should be relatively simple to solve :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants