Page 1 of 1

main.love not working/opening

Posted: Sun Jun 14, 2020 10:51 am
by paxth
When I click on the main.love file it shows me the error:

Code: Select all

Error

boot.lua:577: Cannot load game at path '/home/parth/.local/share/Trash/files/main.love'.
Make sure a folder exists at the specified path.


Traceback

[C]: in function 'error'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
I just downloaded love and I'm running it on ubuntu 20.04

Re: main.love not working/opening

Posted: Sun Jun 14, 2020 5:03 pm
by pgimeno
Is main.love a zip file?

Does it contain main.lua in the root of the zip file?

Re: main.love not working/opening

Posted: Mon Jun 15, 2020 1:26 pm
by bannshey
Make sure you compressed/zipped the main.lua itself and not the folder containing main.lua

Re: main.love not working/opening

Posted: Mon Jun 15, 2020 5:56 pm
by milon
Why is it looking for main.love in the Trash?