Novum / vkQuake

Vulkan Quake port based on QuakeSpasm
GNU General Public License v2.0
1.84k stars 224 forks source link

Could not allocate memory for texture #217

Closed dumptruckDS closed 4 years ago

dumptruckDS commented 4 years ago

I am beta testing a Quake mod and cannot get it to load. vkQuake crashes to desktop with this error. The mod readme says to use -heapsize 521000 which I am doing.

Using Windows 10 and Quakespasm-Spiked will load the map.

Novum commented 4 years ago

Need more info. What mod?

c-d-a commented 4 years ago

Fairly sure it's about the start map from "Adoria" vkQuake can't load a 288 MB skybox (six 4k .tgas). Even without the sky, both QS and vkQ then can't load the actual first map anyway.

Novum commented 4 years ago

Sorry, max texture size is 32MB. I don't see the point in supporting 4k textures in Quake 1. This is ridiculous.

dumptruckDS commented 4 years ago

Thanks for the reply. I didn't see this until now. I wasn't aware the skybox was so large!