mickael9 / ioq3

This is an up-to-date fork of ioquake3 for UrbanTerror with changes from the ioUrbanTerror engine
GNU General Public License v2.0
42 stars 18 forks source link

Hunk Alloc failed at 7181952 #6

Closed fujiwara1337 closed 7 years ago

fujiwara1337 commented 7 years ago

I get this error whenever the game finishes loading a map, any idea why that is the case?

I'm trying to run it with the latest urt version.

pedrxd commented 7 years ago

Problably you need to allocate more memory for urt. You can use com_hunkmegs cvar. Try to set it to 256. There are some post on urbanterror.info talking about the problem.

fujiwara1337 commented 7 years ago

I've tried this before posting the issue, didn't work unfortunately.