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

Legacy GM Strange 'OUT OF MEMORY' error, from nowhere!

m0zzy

Member
Ive been working on my game a few hours this morn, when, i made a new 'Room\Level' then ran the game .. and when ive got to the new 'Room\Level' i get a 'OUT OF MEMORY' error.! my game isnt very big, only about 10mb, ive got 22 'Rooms\Levels' which also isnt massive! so i cant actually see it being a 'Memory Problem' since ive got 16Gb inside! When ive searched for the problem regarding the error, they all seem to be when u first start GM, not in the middle of your running game .. Any ideas how to fix..?
 

NazGhuL

NazTaiL
i.e:
on a step event:
Code:
a = surface_create(100, 100);
Will create a memory leak after a few time. Even if it's a small game. ;)
 

m0zzy

Member
Thanks for all your help, Looks like i found a GM Bug .!
i just deleted the Room i made, and created another ..
the new room didnt come with a Out Of Memory popup!
Strange, But true!
.. so ... relieved...
 
Top