mrbuilder1961 / ChatPatches

A Minecraft client-side mod that touches up Minecraft's mundane chat, with configurability in mind!
GNU Lesser General Public License v3.0
44 stars 16 forks source link

Certain mods make the game crash #111

Closed realFusionFusion closed 10 months ago

realFusionFusion commented 11 months ago

Description

Mods from the modpack Simply Optimized version 8.2.2 + Chat Patches + Mod Menu make the game crash whenever you open up the settings for Chat Patches

How to reproduce

  1. Go to mod menu.
  2. Open settings and notice how the game crash.

Expected result

The game shouldn't crash.

Log file link

https://pastebin.com/kmsyLxzt

Specs and Details

Required information:

mrbuilder1961 commented 10 months ago

try updating yacl

realFusionFusion commented 10 months ago

I updated YACL and that seems to work pretty well. Now the only problem is whenever I open my Minecraft with all of my mods the game really likes to crash given some time. I do not think that this is related to Chat Patches. I tried reading the crash page/text that it gave and as a non-coder there does not seem to be anything obvious, maybe it is something obvious for a coder? If you are not sure then who do you think I should ask about this?

Here is the text: https://pastebin.com/iBdeYug5

mrbuilder1961 commented 10 months ago

it seems to be related to "clearhhitboxes" mixin method called renderHitbox, but the actual issue is that MinecraftClient.getCameraEntity() returns null.

^ all that is coding related, but if you can't figure out the issue on your own make sure to report it to the creator of clearhitboxes.

realFusionFusion commented 10 months ago

I removed the mod and OMG it finally stopped crashing! I put so much effort troubleshooting this, thank you so much for the help!! Much, much appreciated.

mrbuilder1961 commented 10 months ago

i'm glad to hear it! 😄 just make sure to report that issue (if the mod has a site where you can do that) so it can get fixed for everyone. gonna close this as completed 👍