Page 1 of 1
Problem with running the code
Posted: Sun Apr 02, 2017 5:21 am
by zyloaf
'C:/Program' is not recognized as an internal or external command,
operable program or batch file.
[Finished in 0.0s with exit code 1]
Does anyone know how to fix it? i tried searching on the forum but it didnt work
Re: Ctrl+B problem
Posted: Sun Apr 02, 2017 6:12 am
by MasterLee
You shall escape your spaces or quote the whole path.
Re: Ctrl+B problem
Posted: Sun Apr 02, 2017 6:13 am
by zorg
Some more details would be nice if you want us to help;
What's a "ctrl+b" problem? Löve doesn't define keyboard shortcuts or anything, that's your job; also, a screenshot would be great since it seems the issue happens even before it would start up.
Re: Problem with running the code
Posted: Sun Apr 02, 2017 8:39 am
by zyloaf
I really need some help since I have been using sublime text for a year and this is the first time it happened
Re: Problem with running the code
Posted: Sun Apr 02, 2017 9:28 am
by raidho36
MasterLee already answered your question - you should escape illegal characters, such as whitespace.
Re: Problem with running the code
Posted: Sun Apr 02, 2017 9:42 am
by zorg
Oh okay, so you're having problems running löve with SublimeText2, you know, the thing you forgot to actually tell us.
The solution is in the thread you just bumped, from 2015; use PROGRA~1 instead of Program Files, since apparently you can't escape the space between the two words... i mean, it wouldn't hurt to test it.
Re: Problem with running the code
Posted: Sun Apr 02, 2017 1:12 pm
by zyloaf
@zorg i tried it and still didnt work
Re: Problem with running the code
Posted: Sun Apr 02, 2017 2:46 pm
by airstruck