Difference between revisions of "Z Malloc error"

From DoomWiki.org

[unchecked revision][unchecked revision]
(added link and minor grammar fix)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
{{cleanup}}  
+
{{cleanup}}
  
Z_Malloc is an exit error that occurs whenever an overflow in the Doom Engine (whether it be number of things, linedefs, etc.) exceeds a designated heap size for the game. The DOOM engine tries to render everything but overbounds itself on it's allocated memory array, and disgracefully crashes.
+
Z_Malloc is an [[Error message|exit error]] that occurs whenever an overflow in the Doom Engine (whether it be number of things, linedefs, etc.) exceeds a designated heap size for the game. The DOOM engine tries to render everything but overbounds itself on its allocated memory array, and disgracefully crashes.
  
 
NUTS.WAD[http://youfailit.net/pub/idgames/levels/doom2/Ports/m-o/nuts.zip] is an example if ran on vanilla (crash at 63047+ bytes) or chocolate doom (crash at 262000+ bytes).
 
NUTS.WAD[http://youfailit.net/pub/idgames/levels/doom2/Ports/m-o/nuts.zip] is an example if ran on vanilla (crash at 63047+ bytes) or chocolate doom (crash at 262000+ bytes).
 
[[Category:Errors and bugs]]
 
[[Category:Errors and bugs]]
 
[[Category:Stubs]]
 
[[Category:Stubs]]

Revision as of 15:42, 28 March 2010

Under construction icon-yellow.svgThis article or section is a stub. Please help the Doom Wiki by adding to it.
Information icon.svgThis article or section needs to be cleaned up. Please edit it to conform to a higher standard of article quality.

Z_Malloc is an exit error that occurs whenever an overflow in the Doom Engine (whether it be number of things, linedefs, etc.) exceeds a designated heap size for the game. The DOOM engine tries to render everything but overbounds itself on its allocated memory array, and disgracefully crashes.

NUTS.WAD[1] is an example if ran on vanilla (crash at 63047+ bytes) or chocolate doom (crash at 262000+ bytes).