Page 1 of 1

Error message - "Hunk Alocc: 144 bytes"

Posted: Fri Jun 30, 2006 6:00 pm
by Joao Lucas
Everytime I am playing runequake,when I finish a level and go to the entrance way(the place to choose the map you're going to play at),the game crashes(glquake client)and says: ''Hunk Alocc: 144 bytes'' .

What the fucking hell is that? It's annoying! :evil:

Posted: Fri Jun 30, 2006 6:32 pm
by Orl
Some maps require a lot of memory to run. Your client needs more memory. Add this to your command line:

-heapsize 66536

That should be a high enough value. if not, make it higher.
This will make the problem go away, the only downside is quake takes a bit longer to load (like, 1-5 seconds) when starting it up.

Posted: Sat Jul 01, 2006 12:07 am
by foq
What about cache mismatches? Those are ghey!!

Posted: Sat Jul 01, 2006 9:43 am
by Orl
Cache mismatches are caused when glquake loads a texture on one map, then on another map it loads a texture that has the same texture name but at a different size. This is because glquake doesnt flush textures on map change. With normal glquake and glpro, there is no way to eliminate this problem from what i know, without hacking into the engine. Use winquake or wqpro. Or you can use them other fake quake engines like qrack, darkplaces, joequake and so fourth. I do know of a glquake engine that doesnt have the cache mismatch problem.

Posted: Sat Jul 01, 2006 11:57 am
by Joao Lucas
Ah well,thanks ORL. Gunter told me to put ''-heapsize 32000'' before you posted that. Wow,and that works! 8)