Ender IO Zoo

Ender IO Zoo

962k Downloads

[1.10.2] Crash with malformed JSON creating SP World

Morpheus1101 opened this issue ยท 5 comments

commented

Crash @ https://puu.sh/y8jUz/cc70da6fe6.txt

  • EnderIO: 3.1.193
  • EnderCore: 0.4.1.66
  • Minecraft: 1.10.2
  • Forge: *.2511
commented

why is there a broken looking imgur picture link?

to be more precise
code.elix_x.excore.client.thingy.ThingyDisplay
code.elix_x.excore.client.resource.WebResourcePack
what mod is that? it looks like i is calling something from the internet ... an online resourcepack?

this does not look like it has to do with EIO at all

UCHIJEE JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
UCHIJEE jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
UCHIJEE jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)

those are failing ... nothing with EIO there

commented

Beats me, i thought it odd as well, but its in a pack which up untill recent update was working fine, an its tasken sdome digging just to get to the bottom of things

commented

updated my comment just now with more details

ah okay now i get it, the JEI integration of EIO fails because the JEI mod died

commented
Caused by: java.lang.NullPointerException
	at net.darkhax.eplus.item.ItemScroll.enchantScroll(ItemScroll.java:58) ~[ItemScroll.class:?]
	at net.darkhax.eplus.item.ItemScroll.createScroll(ItemScroll.java:47) ~[ItemScroll.class:?]
	at net.darkhax.eplus.item.ItemScroll.func_150895_a(ItemScroll.java:119) ~[ItemScroll.class:?]
	at crazypants.enderio.integration.jei.ItemHelper.getValidItems(ItemHelper.java:24) ~[ItemHelper.class:?]

This is the actual game crash. It seems Enchanting Plus has an item crashes the game when it is created.

PS: Yes, we can guard against such things, but it'd be better for the crashing mod to stop crashing, too.

commented

Thankyou. This has been a nightmare bug to try an track down the actual mod causing the inital issue