Search found 1 match

by nfnarvaez
Tue Jul 16, 2019 12:24 pm
Forum: Support and Development
Topic: Error while loading game
Replies: 9
Views: 24028

Re: Error while loading game

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.