Search found 1 match

by mosabry
Tue Apr 07, 2020 2:32 pm
Forum: Support and Development
Topic: Error while loading game
Replies: 9
Views: 25820

Re: Error while loading game

nfnarvaez wrote: Tue Jul 16, 2019 12:24 pm I had the same issue. The solution is calling the path but with not main.lua . For example:
love.exe C:\luaprojects\project1 instead of love.exe c:\luaprojects\luaproject\main.lua.
I hope it helps.
This Works >> Thanks dude