-
Notifications
You must be signed in to change notification settings - Fork 110
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
Problem With Mantle #213
Comments
You need to provide more info than just a crash report. Explain what you were doing when the crash happened, was it on game start? world load? in a particular inventory? Also, can you reproduce the crash with fewer mods? Try narrowing it down to just Mantle an whatever mods you have that depend on Mantle. |
This crash was in the game, I dont have any problem with world loading and the game start, Im using Tinkers Construct with Chipped. Im tried to reproduce the crash and yeah, looks like the same: (I tried with fewer mods by the way) The game crash when Im in creative mode in the inventory, "Tinker's Smeltery", I just had open that and then the game crash. 2024-08-19.13-12-39.mp4Thank you for your time. |
You still have dozens of mods. Find a minimal list of mods to reproduce this crash. Given no one besides you has experienced it before, its a mod conflict, and I am not sure which mod is to blame. Try removing rendering mods to start, the name |
Everything is fine now! It seems the conflict was with "REdirector" and "Mantle"; after triying and triying the crash doesn't appear again. I never tought that is going to be redirector, I tried with every render mod (Embeddium, Memory Leak, Entity Culling, Ferritecore, ModernFix etc.), and seems redirector changes some values of the minecraft code. So thats it, Thanks for you help. |
Curious, that mod description does not seem to suggest any relationship to this crash report. I'll look into it further when I have a chance to see if there is anything we can do to recover from this error on our side or if they just left the game in an unrecoverable state. Unfortunately, that mod is closed source so I cannot tell what they are actually doing. |
Looked into this a bit more, code in question is iterating the map of faces in a block, and intentionally only iterates faces that contain data. Means someone inserted Figure out which mod is so badly breaking block models and report it to them. |
crash-2024-08-19_01.58.05-client.txt
The text was updated successfully, but these errors were encountered: