Thaumic Bases Unofficial

Thaumic Bases Unofficial

732k Downloads

Crash with Thaumic Brazier

LemADEC opened this issue ยท 0 comments

commented

As of thaumicbases-3.3.352.6r with Baubles-1.12-1.5.2, DummyCoreUnofficial-2.4.112.5, Thaumcraft-1.12.2-6.1.BETA26, a server side crash is observed with Thaumic Brazier.

java.lang.NullPointerException: Ticking block entity
	at thaumcraft.common.lib.events.EssentiaHandler.getSources(EssentiaHandler.java:235)
	at thaumcraft.common.lib.events.EssentiaHandler.drainEssentia(EssentiaHandler.java:33)
	at com.rumaruka.tb.common.tiles.TileBraizer.func_73660_a(TileBraizer.java:51)
	at net.minecraft.world.World.func_72939_s(World.java:1835)
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
	at java.lang.Thread.run(Thread.java:745)

It's only reproduced in a custom modpack on test world with a 13x13 platform of braziers and no jar in range. I couldn't reproduce it with a new world and just those 4 mods. Code needs to be reviewed to help understand how to reproduce.