Common Error:
Odd spam:
I'm still unsure of what is causing the crashes, and there aren't any crash reports being logged.
Help with this is greatly appreciated though.
Code:
2013-06-22 00:01:03 [SEVERE] java.lang.NullPointerException
2013-06-22 00:01:03 [SEVERE] at miscperipherals.module.ModuleThaumcraft$1.get(ModuleThaumcraft.java:46)
2013-06-22 00:01:03 [SEVERE] at miscperipherals.peripheral.PeripheralXP$1.call(PeripheralXP.java:178)
2013-06-22 00:01:03 [SEVERE] at miscperipherals.peripheral.PeripheralXP$1.call(PeripheralXP.java:170)
2013-06-22 00:01:03 [SEVERE] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
2013-06-22 00:01:03 [SEVERE] at java.util.concurrent.FutureTask.run(FutureTask.java:166)
2013-06-22 00:01:03 [SEVERE] at miscperipherals.core.TickHandler.tickStart(TickHandler.java:29)
2013-06-22 00:01:03 [SEVERE] at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:16)
2013-06-22 00:01:03 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:120)
2013-06-22 00:01:03 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:296)
2013-06-22 00:01:03 [SEVERE] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:829)
2013-06-22 00:01:03 [SEVERE] at ho.r(DedicatedServer.java:309)
2013-06-22 00:01:03 [SEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
2013-06-22 00:01:03 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
2013-06-22 00:01:03 [SEVERE] at fy.run(ThreadMinecraftServer.java:16)
Odd spam:
Code:
2013-06-22 00:00:38 [INFO] Slot 0 contains an item worth 0
2013-06-22 00:00:38 [INFO] Slot 1 contains an item worth 128
2013-06-22 00:00:38 [INFO] At the time of execution, total value sits at 128
2013-06-22 00:00:38 [INFO] Slot 0 contains an item worth 0
2013-06-22 00:00:38 [INFO] Slot 1 contains an item worth 128
2013-06-22 00:00:38 [INFO] At the time of execution, total value sits at 128
2013-06-22 00:00:38 [INFO] Slot 0 contains an item worth 0
2013-06-22 00:00:38 [INFO] Slot 1 contains an item worth 128
2013-06-22 00:00:38 [INFO] At the time of execution, total value sits at 128
2013-06-22 00:00:38 [INFO] Slot 0 contains an item worth 0
2013-06-22 00:00:38 [INFO] Slot 1 contains an item worth 128
2013-06-22 00:00:38 [INFO] At the time of execution, total value sits at 128
I'm still unsure of what is causing the crashes, and there aren't any crash reports being logged.
Help with this is greatly appreciated though.