• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Windows Game closes immidiately after opening

J

jackslapp

Guest
This did not happen to me yesterday, and after coding a few lines today, I tried to launch my game and was greeted with the game closing within a fraction of a second without an error message, the only thing I got was this from the console on the bottom:
elapsed time 00:00:04.5596178s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.1.3.189/bin/Igor.exe" -options="C:\Users\pokem\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff" -- Windows Run started at 02/19/2018 11:05:10
"cmd" /c subst Z: /

I am running gamemaker studio 2, and this is the first time I have run into such a problem. I do not have a game_end() line written anywhere in the code either.
 
J

jackslapp

Guest
Try the debugger and see if it gives you any indication...

Russell
thank you for the suggestion, however after reading this I tried and the debugger did not even run. just the same message
 
Top