controllable mod 1.20.1 forge crashing
jsterrrr opened this issue ยท 4 comments
does it crash often with controllable? Or it also crashes with other mods?
Here's an answer from chatgpt-4, I hope it might be helpful: The crash report you've posted shows that Minecraft has encountered an unexpected error, resulting in a crash. The specific issue here is a NullPointerException, which occurs when the game code tries to use a null object reference.
Here's a breakdown of the key points from the crash log:
The crash happened in the Minecraft client while it was running with the Forge mod loader (1.20.1-forge-47.2.20).
The error was caused by the invocation of a method on a null object reference within the game's code, specifically this.f_91074_ being null in the Minecraft class.
The error occurred in the net.minecraft.client.Minecraft class, which suggests that it's likely related to the core game and not directly caused by a mod.
The crash report shows that numerous mods are loaded, but none are directly indicated as the cause. Therefore, the issue might not be with a specific mod but with how they interact with each other or the base game.
There are mixed transformations applied to the game (e.g., xaeroworldmap, physicsmod, vivecraft, etc.), which can alter how the game functions at a low level. This can sometimes introduce compatibility issues and cause crashes.
The error took place during the rendering process (indicated by Thread: Render thread).
Given this information, here's how you can troubleshoot the issue:
Mod Conflict: The crash may be due to a conflict between mods. Try removing some of the recently added mods to see if the issue persists. If you can start the game after