Skip to content

Instantly share code, notes, and snippets.

@crysyn
Created June 5, 2013 05:39
Show Gist options
  • Save crysyn/5711826 to your computer and use it in GitHub Desktop.
Save crysyn/5711826 to your computer and use it in GitHub Desktop.
2013-06-04 22:38:24 [INFO] [STDERR] java.lang.NullPointerException
2013-06-04 22:38:24 [INFO] [STDERR] at mods.tinker.tconstruct.library.tools.ToolCore.getItemDamageFromStack(ToolCore.java:787)
2013-06-04 22:38:24 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:268)
2013-06-04 22:38:24 [INFO] [STDERR] at mithion.arsmagica.PowerConfig.SetPowerConfigEntry(PowerConfig.java:35)
2013-06-04 22:38:24 [INFO] [STDERR] at mithion.arsmagica.AMPowerLibrary.initializePowerLookups(AMPowerLibrary.java:247)
2013-06-04 22:38:24 [INFO] [STDERR] at mithion.arsmagica.AMCore.postInit(AMCore.java:353)
2013-06-04 22:38:24 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-06-04 22:38:24 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-06-04 22:38:24 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-06-04 22:38:24 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-06-04 22:38:24 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-06-04 22:38:24 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2013-06-04 22:38:24 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-06-04 22:38:24 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-06-04 22:38:24 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-06-04 22:38:24 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-06-04 22:38:24 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-06-04 22:38:24 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-06-04 22:38:24 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-06-04 22:38:24 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
2013-06-04 22:38:24 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-06-04 22:38:24 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-06-04 22:38:24 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-06-04 22:38:24 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-06-04 22:38:24 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-06-04 22:38:24 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-06-04 22:38:24 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-06-04 22:38:24 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-06-04 22:38:24 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-06-04 22:38:24 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
2013-06-04 22:38:24 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:695)
2013-06-04 22:38:24 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
2013-06-04 22:38:24 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
2013-06-04 22:38:24 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-06-04 22:38:24 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-06-04 22:38:24 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-06-04 22:38:24 [INFO] [ForgeModLoader] Ars Magica >> Power Lookups Completed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment