• 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.

game wont open. weird infinite loop [SOLVED]

P

piksil_demon

Guest
hello. the game im programing has a wierd bug.
when i try to run my game im working on it goes throught the standard boot-up mumbo jumbo, but then it stays on that "made with game makers studio" screen.
it loops infinetly the phrase

StartGame()
StartGame() - DONE
Total memory used = 379613(0x00499649) bytes

in the editor until i close out the game
ive tried closing, and reopening GM but to no avail. whats wrong with my game?
 
R

robotv56

Guest
The only thing I can think of is one of your objects is telling the game to restart on the first step. Do you have any code at all dedicated to restarting the game?
 
P

piksil_demon

Guest
The only thing I can think of is one of your objects is telling the game to restart on the first step. Do you have any code at all dedicated to restarting the game?
yes, i figured it out. it was in the character. i had the way it read HP wrong
 
Top