Bug 4660 - ERROR: Hunk_Alloc failed
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: PC Linux
: P2 major
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2010-06-14 12:01 EDT by Ansa89
Modified: 2010-06-18 11:56:41 EDT
1 user (show)

See Also:



Description Ansa89 2010-06-14 12:01:22 EDT
I'm using ioquake3 1.36_svn1785 compiled from svn by me.
When I play freeze tag game (with "excessive plus" mod), sometimes I get this error and it returns me at the main menu.
The error says: "ERROR: Hunk_Alloc failed on XXXX" where XXXX is a number and it happens during the game and/or when the game is finished and the server load another map.

If you need some more infos, just ask me.
Comment 1 Tim Angus 2010-06-14 12:11:12 EDT
This basically means the mod is using more memory than the default Q3 allocation. If you start with +set com_hunkMegs 128 (or whatever), it should prevent this.
Comment 2 Ansa89 2010-06-18 11:56:41 EDT
With "com_hunkMegs 128" seems to be fixed.
Thanks.