You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently playing the Stoneblock 2 modpack, which is also using Thaumcraft 6. See https://paste.dimdev.org/diyokubuya.mccrash for the exact exception as well as all versions of the involved mods. It happens when trying to start infusion crafting.
Looking at the code without debugging and assuming master is still valid for my version of the mod I do see a potential problem. The call to compareTagsRelaxed in
is done if prime.getTagCompound() is not null. But that kind of implies to me, that other.getTagCompound() could be null. If that is the case it would indeed cause a NPE in
I am currently playing the Stoneblock 2 modpack, which is also using Thaumcraft 6. See https://paste.dimdev.org/diyokubuya.mccrash for the exact exception as well as all versions of the involved mods. It happens when trying to start infusion crafting.
Looking at the code without debugging and assuming master is still valid for my version of the mod I do see a potential problem. The call to compareTagsRelaxed in
thaumcraft-api/ThaumcraftInvHelper.java
Line 87 in 79427c4
thaumcraft-api/ThaumcraftInvHelper.java
Line 98 in 79427c4
The text was updated successfully, but these errors were encountered: