Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with big md3 files #471

Open
Pan7 opened this issue Oct 13, 2020 · 3 comments
Open

Crash with big md3 files #471

Pan7 opened this issue Oct 13, 2020 · 3 comments

Comments

@Pan7
Copy link

Pan7 commented Oct 13, 2020

The ioquake3 client is crashing with the error:

Z_Malloc: failed on allocation of 26203960 bytes from the main zone: code/client/cl_main.c, line: 3189 (size)

when using the custom player model Bloodseeker (q3mdl-bloodseeker.zip at https://ws.q3df.org/model/bloodseeker/)

@ensiform
Copy link

Set com_zoneMegs higher in launch parameters. Can't be set in config or console and this behavior can't change because zone memory must be setup before config or console is loaded.

@ellisgl
Copy link

ellisgl commented Oct 13, 2020

What's the default set in source? Why not up this?

@ensiform
Copy link

24 megs. Probably needs to be upped because of OpenGL2 renderer being default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants