[1.10.2] Botania client crash with Forge build 2053
shortybsd opened this issue ยท 11 comments
Botania version Botania-unofficial.r1.8-315
Forge version forge-1.10.2-12.18.1.2053-universal
I had to update Forge due to JEI, now I have a client crash with Botania. Here is the error:
http://pastebin.com/0a3EVi5n
Server loads fine with no problems. Configs have been updated on the client-side.
is 2053 the exact version of forge where it starts? if not is it possible for you to find that?
Yes, I tried multiple versions of Forge and was getting crazy errors for bucket fluid registry problems but it never specified the mod that caused it. I tried almost every version of Forge and kept getting that same error. I will try 2056 immediately and let you know the outcome. Many thanks for your fast replies!
Botania version Botania-unofficial.r1.8-315
Forge version forge-1.10.2-12.18.1.2053-universal
same issue :(
Client Log
http://pastebin.com/nb2JJmzN
Full FML Log
http://www.shortybsd.org/botania/fml.txt
I sure will, it is probably another mod causing yours to break (modifying your mods NBT tag?) that or no if check was made and it assumed it had a value when it didn't. I will check your code for the error posted to see if a valid if check was made here in a few.
I loaded your mod alone with no problems. I loaded all the mods I recently updated in my pack and they all work fine. I wonder if it is something with a config. I am going to load all the mods now in MultiMC and see if the issue still happens, will let you know the outcome here in a minute.
Works fine now. JEI, RFTools, MCMultipart or RefinedStorage configs was part of the issue, not for sure which but loading fine now.
huh, interesting.
the only way would be if something is overriding forge's Item Handler capability, which should be impossible unless a mod is hacking around.
is the issue resolved then?