suijingfeng / vkQuake3

Its based on ioq3,I add a vulkan based modular render back end which originally from https://github.com/kennyalive/Quake-III-Arena-Kenny-Edition
GNU General Public License v2.0
98 stars 28 forks source link

Hunk_freeTempMemory: bad magic #5

Open 10010101001 opened 5 years ago

10010101001 commented 5 years ago

I come across this error when trying to run the game with Vulkan API. OpenGL does not cause this error.

Vikingtons commented 5 years ago

Do you have any steps to replicate this? What specs were you running on when this happened?

10010101001 commented 5 years ago

I used ioquake 3 vulkan renderer on urban terror. Quake 3 and most mods work fine with the renderer.

nixguru commented 2 years ago

I ran into this issue when running on a Raspberry Pi 4 and executing with Vulkan rendering enabled. It would crash quickly with this error. I had moved a bunch of additional PK3 files into the baseq3 directory so that I could play other maps. I then removed these extra files and left only the original pak0.pk3 + patched ioquake3 .pk3 files in the directory and it would start without issue.

runlevel5 commented 3 months ago

@nixguru i know this issue is quite old but could you please provide the stacktrace with gdb if possible

nixguru commented 3 months ago

@runlevel5 I wish I could still help. I don't have the platform anymore to be able to assist.