Search found 2 matches

by Axiorc
Fri Sep 02, 2022 6:49 am
Forum: Support and Development
Topic: Error loading lua file
Replies: 5
Views: 2726

Re: Error loading lua file

That should be pasted to the terminal, but you can also just drop the folder containing main.lua on love.exe. See wiki for more info about how to run games On the wiki I didn't find anything about making a .exe file so my friends don't have to download LÖVE. Is it possible to create one and if so, ...
by Axiorc
Thu Sep 01, 2022 2:44 pm
Forum: Support and Development
Topic: Error loading lua file
Replies: 5
Views: 2726

Re: Error loading lua file

ReFreezed wrote: Tue Aug 16, 2022 7:29 pm You need to tell LÖVE to run the game folder, not the main.lua file.

Code: Select all

love.exe "C:/Program Files/LOVE/testing lua"
How do I tell Löve to run the folder ? I don't understand where to paste the code you wrote