-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cannot load game due to location. #54
Comments
How are you running the program? |
When I open the terminal and try doing it, it tells me access denied and on love it still says the same thing. |
Try running the command as sudo or change the directory permissions. |
You don't run the script itself, because the |
Thanks . I was having same issue on Mac. love detects lua file inside the directory so only need to give path to the folder where main lua file is located. |
This is what our error said
Error
boot.lua:577: Cannot load game at path '/Applications/src0/pong/pong-0/main.lua'.
Make sure a folder exists at the specified path.
Traceback
[C]: in function 'error'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
Thanks
The text was updated successfully, but these errors were encountered: