3D Maneuver Gear

3D Maneuver Gear

351k Downloads

Crash to Desktop upon Acquiring 3D Manuever Gear

b-wright2501 opened this issue ยท 7 comments

commented

Some more information would be useful, when does this happen exactly?

commented

When trying to spawn the 3D Maneuver gear in creative. In survival I cannot even craft all of the components, and they have an older texture that doesn't look like the ones shown in the recipes. I have reinstalled minecraft, reinstalled all my mods, and others on the server I run with the exact same mod installation can use them just fine.

commented

It's giving a NullPointerException where it shouldnt really be possible.
I don't think its related, but try without Optifine.

commented

https://youtu.be/yiT5uIfLyoc with optifine turned off, same crash.

commented

I expected that but wanted to rule it out to be sure.
Some mod is adding a mixing somewhere (from the stack trave: re:classloading,re:mixin}) which breaks things in an unexpected way.

Unfortunately there is little I can do here, so you will have to try to find out which mod that it is and also report this to them.

commented

It is especially odd that it happens only to you. Are you using any client side mods that your friends aren't using?

commented

I have added a null check to InfinityLib in this commit, this will prevent it from crashing, but things might not work correctly.
If things break, report this to computing frames as well (they are the ones mixing code in there), perhaps they might have some better insights as to what is happening.