ExtrabiomesXL

ExtrabiomesXL

3M Downloads

Compatibility With Thaumcraft

luckywarp opened this issue ยท 1 comments

commented

It appears that sometimes when an a tree grows there's an issue that results in the server crashing. Cross posting this to the Thaumcraft issue tracker as well.

java.lang.NullPointerException
    at thaumcraft.common.blocks.BlockAiry.isLeaves(BlockAiry.java:129)
    at extrabiomes.module.summa.worldgen.WorldGenFirTreeHuge.generateTree(WorldGenFirTreeHuge.java:141)
    at extrabiomes.module.summa.worldgen.WorldGenFirTreeHuge.func_76484_a(WorldGenFirTreeHuge.java:93)
    at extrabiomes.blocks.BlockCustomSapling.growTree(BlockCustomSapling.java:313)
    at extrabiomes.blocks.BlockCustomSapling.attemptGrowTree(BlockCustomSapling.java:139)
    at extrabiomes.blocks.BlockCustomSapling.func_71847_b(BlockCustomSapling.java:349)
    at net.minecraft.world.WorldServer.func_72893_g(WorldServer.java:750)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:440)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:872)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659)
    at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
commented

This is an issue on our end, somehow last time I updated WorldGenFirTreeHuge I ended up accidentally put in one to many nulls and ended up passing null to isLeaves when checking to see if we could grow the tree.

It seems that this snuck in when I switched over to the new quarterlogs back in 8953479, and no one has noticed it till now it seems.