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

game crashes several times for "Failed to create fence object" #3009

Closed
henryyuyhy opened this issue Feb 6, 2025 · 7 comments
Closed

game crashes several times for "Failed to create fence object" #3009

henryyuyhy opened this issue Feb 6, 2025 · 7 comments
Labels
S-info-needed Status: Info needed T-crash Type: Crash or hang

Comments

@henryyuyhy
Copy link

Bug Description

game crashed when playing

i actually met the crash twice. the crash-reports are almost the same

Reproduction Steps

1.enter my survival world
2.stay there and wait

i dont really know how it can be reproduced. there are a lot of stone brick walls around me when the crash occured, that may be the reason.

Log File

latest.log

i installed the mod StackDeobfuscator

Crash Report

crash-2025-02-06_21.37.11-client.txt

@henryyuyhy henryyuyhy added the S-needs-triage Status: Needs triage label Feb 6, 2025
@henryyuyhy
Copy link
Author

Image
this is where i am when the crash happened

@Lolothepro
Copy link
Contributor

Have you checked if the game crashes without Sodium?

@jellysquid3
Copy link
Member

The reason why Sodium is failing to create a fence is because the OpenGL graphics driver is out of memory.

[21:37:07] [Render thread/INFO]: OpenGL debug message: id=1285, source=API, type=ERROR, severity=HIGH, message='Error has been generated. GL error GL_OUT_OF_MEMORY in (null): (ID: 173538523) Generic error'

@jellysquid3
Copy link
Member

At brief glance from the crash report, the memory pressure does not look to be high on your system.

	Virtual memory max (MB): 22494.79
	Virtual memory used (MB): 15599.68
	Swap memory total (MB): 6400.00
	Swap memory used (MB): 666.88

This leads me to believe there is some other resource leak with one of your installed mods. But your graphics drivers are also very out-of-date (32.0.101.5768), so you should update to the latest version (32.0.101.6557).

@jellysquid3 jellysquid3 added S-info-needed Status: Info needed T-crash Type: Crash or hang and removed S-needs-triage Status: Needs triage labels Feb 6, 2025
@henryyuyhy
Copy link
Author

q:Have you checked if the game crashes without Sodium?
a:no. i cant even reproduce the crash

@henryyuyhy
Copy link
Author

thanks for your support anyway. where can the resource leak possibly come from? another mod related to rendering or any other mod

@henryyuyhy
Copy link
Author

Image
can this be why the crash happened?
it is out of memory and it just leaked?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-info-needed Status: Info needed T-crash Type: Crash or hang
Projects
None yet
Development

No branches or pull requests

3 participants