Thanks a lot for the help. How do I run my game from a console?micha wrote:Hi and welcome to our forum.
If next time the love game immediately closes on start up, try running it from a console. That way you get an error message as text output.
Search found 2 matches
- Thu May 15, 2014 6:46 pm
- Forum: Support and Development
- Topic: Game closes as soon as it starts.
- Replies: 4
- Views: 2516
Re: Game closes as soon as it starts.
- Thu May 15, 2014 6:16 pm
- Forum: Support and Development
- Topic: Game closes as soon as it starts.
- Replies: 4
- Views: 2516
Game closes as soon as it starts.
Hello, I have a problem with the game I am currently trying to make. More specifically I have a chunk of code that appears to cause a crash at startup. More specifically this chunk which is inside of love.update. --set apple if apple.spawned == false then --is apple.x on player? local x = 0 while x ...