Advertisement
Corosus

Untitled

May 15th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. 2013-05-15 08:29:11 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.VerifyError: (class: thaumcraft/common/lib/PacketHandler, method: getEntityByID signature: (ILnet/minecraft/client/Minecraft;Lnet/minecraft/client/multiplayer/CallableMPL1;)Lnet/minecraft/entity/Entity;) Wrong return type in function
  2. 2013-05-15 08:29:11 [INFO] [STDERR] at java.lang.Class.getDeclaredConstructors0(Native Method)
  3. 2013-05-15 08:29:11 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  4. 2013-05-15 08:29:11 [INFO] [STDERR] at java.lang.Class.getConstructor0(Unknown Source)
  5. 2013-05-15 08:29:11 [INFO] [STDERR] at java.lang.Class.newInstance0(Unknown Source)
  6. 2013-05-15 08:29:11 [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source)
  7. 2013-05-15 08:29:11 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:188)
  8. 2013-05-15 08:29:11 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:126)
  9. 2013-05-15 08:29:11 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:261)
  10. 2013-05-15 08:29:11 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:465)
  11. 2013-05-15 08:29:11 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  12. 2013-05-15 08:29:11 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  13. 2013-05-15 08:29:11 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  14. 2013-05-15 08:29:11 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  15. 2013-05-15 08:29:11 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  16. 2013-05-15 08:29:11 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  17. 2013-05-15 08:29:11 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  18. 2013-05-15 08:29:11 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  19. 2013-05-15 08:29:11 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
  20. 2013-05-15 08:29:11 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. 2013-05-15 08:29:11 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22. 2013-05-15 08:29:11 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23. 2013-05-15 08:29:11 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  24. 2013-05-15 08:29:11 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  25. 2013-05-15 08:29:11 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  26. 2013-05-15 08:29:11 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  27. 2013-05-15 08:29:11 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  28. 2013-05-15 08:29:11 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  29. 2013-05-15 08:29:11 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
  30. 2013-05-15 08:29:11 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
  31. 2013-05-15 08:29:11 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
  32. 2013-05-15 08:29:11 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410)
  33. 2013-05-15 08:29:11 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
  34. 2013-05-15 08:29:11 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:732)
  35. 2013-05-15 08:29:11 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement