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

GameMaker Memory Allocation Crash?

Neptune

Member
I keep having a fatal error like this... Not necessarily from the same thing.
Allocating 1mb doesnt seem like too much, can anyone explain why this may be happening?
Any info appreciated :)
Code:
FATAL ERROR in
action number 1
of Create Event
for object o_render_parent:

Memory allocation failed: Attempting to allocate 1048600 bytes
 at gml_Object_o_render_parent_Create_0 (line 12) - sector_active = false;
 

Neptune

Member
Bah there is nothing interesting at that point, just some instance variables.
There is a whole lot of data-structure what-nots before that line above would be running though o_O
 
Top