open-goal / jak-project

Reviving the language that brought us the Jak & Daxter Series
https://opengoal.dev
ISC License
2.81k stars 171 forks source link

Spaces or ampersands (&) in path breaks extractor #1467

Closed vaguerant closed 2 years ago

vaguerant commented 2 years ago
Successfully built all 1293 targets in 137.873s
'C:\Games\PC\Jak' is not recognized as an internal or external command,
operable program or batch file.
'Daxter\data\..' is not recognized as an internal or external command,
operable program or batch file.

Everybody gets one guess what the folder is called.

ManDude commented 2 years ago

Might be the space actually... we should surround the command with quotes.

vaguerant commented 2 years ago

Yep, can confirm. Right after filing, I renamed the folder to Jak and Daxter and got

Successfully built all 1293 targets in 110.562s
'C:\Games\PC\Jak' is not recognized as an internal or external command,
operable program or batch file.

The ampersand does have meaning, it's trying to run two separate commands, so both are breaking, but yeah, quotes should fix both issues,