-
Notifications
You must be signed in to change notification settings - Fork 2
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
1.18.2 Unclear cause: OpenGL error that returns player to Main Menu after game freeze #24
Comments
This likely isn't an issue with mod. From the fact you need an occulus, you're probably playing in VR, right? As for the OpenGL error and crash, this is definitely not good. OpenGL is a package of software used to render programs and video games using the GPU. So when there's an OpenGL error, that means the actual graphics rendering has messed up. This makes me think that it could possibly be the VR mod itself or some other mod because my mod doesn't really do any rendering stuff. The only other possibility is that somehow my mod destabilizes the rendering which I highly doubt is happening. I hope this provides some context and helps you identify your bug! I'll try to give you some extra tips as well. Try to look for mods that change how the game looks (for example how blocks are shown. I think one of the better examples of that one mod that makes block no longer blocks, something like that). The other option is the vr mod because that could change how rendering is done. The final possibility is that somehow, somewhere your GPU ran out of memory and just refused to do anything else. The only thing weird is that it didn't completely crash, so it probably doesn't have to do with the GPU. |
Thanks for your fast reply. It seems something else is going on, as I identified the same issue with an entity ticking, the OpenGL seemed to just be a console spammer in here. I don't use VR but have shader packs installed and need oculus to load them. It's all super confusing to me. I keep looking for more details. crash-2023-05-31_23.40.34-server.txt You can mark this as external issue if it happens to be just that, I just hope I figure out whom to send these reports now scratches head |
Looks like the OpenGL stuff is mostly just debug info. I remember a while back, I had the same issue where optifine would just spam opengl errors for no reason. It's annoying but not necessarily an issue per se, but it could also indicate there's an issue with your shaders. The actual crash is weird. The original one says it's the result of a zombie ticking which is odd. The next crash is because of the skeleton trumpet mob. That could be an actual issue, as there seems to be an issue with their mixin (technical term for code that just sort of added to existing code without actually overriding the files). However, it could be the same issue here and it just so happens it occurred to the trumpet skeleton mob. |
Thanks for that insight. |
Edit, that wasn't it, I used cats in that plugin so unrelated. I'll wait for the mod dev's reply of the doot skeleton x) |
Describe the bug
Game freezes suddenly and returns you to main menu. Debug window gets spammed with OpenGL errors with high severity.
To Reproduce
Steps to reproduce the behavior: (this is not guaranteed to work! it happens randomly (it seems))
The time I experienced the bug was when digging a hole with a pickaxe into stone, standing around idly.
The other time, I defeated a trumpet skeleton (I added the mod a few minutes before the second crash, fresh game start) and it dropped nothing and I also didn't see XP orbs. I walked around, turned a little and the error froze my game.
Expected behavior
No freeze, no throwing player back to menu.
Screenshots
N/A
Additional context
Add any other context about the problem here.
latest.log
The text was updated successfully, but these errors were encountered: