Inductive Logistics

Inductive Logistics

5M Downloads

NullPointerException on server load

zaciam opened this issue ยท 0 comments

commented

What I did:

I have a server running the mod pack SevTech: Ages and a SevTech: Ages client.

What happened:

I connected the AutoCrafter from this modpack to an Item Extraction Cable. A little later the server crashed and is now in an endless restart loop with a NullPointerException:

net.minecraft.util.ReportedException: Ticking block entity
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:773) ~[MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) ~[nz.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.lang.NullPointerException
	at cd4017be.indlog.tileentity.AutoCrafter.func_73660_a(AutoCrafter.java:119) ~[AutoCrafter.class:?]
	at net.minecraft.world.World.func_72939_s(World.java:1838) ~[amu.class:?]
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) ~[oo.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) ~[MinecraftServer.class:?]
	... 4 more

minecraft-ages_logs.txt

What should have happened:

The server should somehow not crash that hard.

Used Versions:

  • Minecraft-1.12.2
  • InductiveLogistics-1.12.2-1.3.4
  • CD4017BE_lib-1.12.2-6.4.18
  • Forge-14.23.5.2854
  • other installed mods (optional / only if relevant)
  • relevant changes to config (if any)