ThunderModder / bionisation3

Minecraft mod about viruses and bacteria
Other
5 stars 5 forks source link

Server in ERRORED state when loading single player #1

Closed tyra314 closed 6 years ago

tyra314 commented 6 years ago

Hi,

your mod looks interesting and while trying it out, I got a problem. I'm using a custom pack with:

The game loads just fine into the main menu. When I go into Single Player and create a new world, the server goes into the ERRORED state, but the client window keeps running. Therefore, there is no crash report to link. However, here is the log file: https://paste.ee/p/wnk5k

I also tested it with a new instance with only Bionisation 3 and EvilCraft installed as mods and it also happens. So there's probably something going on there between those two.

ThunderModder commented 6 years ago

Hi! Thank you for the report! It seems the problem is in EvilCraft: Caused by: java.lang.NullPointerException at org.cyclops.evilcraft.item.WerewolfFlesh.func_77624_a(WerewolfFlesh.java:175) ~[WerewolfFlesh.class:?] Can you try without this mod?

tyra314 commented 6 years ago

I'd rather say the problem gets visible with EvilCraft. I tried it in another pack without EvilCraft. This time, quark struggles, but it's still pretty similar if you'd ask me:

https://gist.github.com/tyra314/4d8779368dd6359da0d96be1b99694f3

Caused by: java.lang.NullPointerException
    at vazkii.quark.misc.item.ItemSlimeBucket.func_77653_i(ItemSlimeBucket.java:104) ~[ItemSlimeBucket.class:?]
    at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:617) ~[aip.class:?]
    at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:662) ~[aip.class:?]
    at net.minecraft.client.Minecraft.lambda$populateSearchTreeManager$1(Minecraft.java:575) ~[bib.class:?]
ThunderModder commented 6 years ago

Hmm, this is an issue. I will try to locate and fix it

ThunderModder commented 6 years ago

Fixed in version 1.0.1. Thank you for bug report.