Advertisement
Guest User

Untitled

a guest
Nov 30th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Would you like a cupcake?
  3.  
  4. Time: Nov 30, 2012 7:57:41 p.m.
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.TypeNotPresentException: type "Lic2.common.NetworkManagerClient;" not found
  8. at java.lang.Class.getDeclaredAnnotations(libgcj.so.10)
  9. at java.lang.Class.getAnnotations(libgcj.so.10)
  10. at java.lang.Class.getAnnotation(libgcj.so.10)
  11. at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:55)
  12. at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:251)
  13. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:415)
  14. at java.lang.reflect.Method.invoke(libgcj.so.10)
  15. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  16. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  17. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  18. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  19. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  20. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  21. at java.lang.reflect.Method.invoke(libgcj.so.10)
  22. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  23. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  24. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  25. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  27. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  28. at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
  29. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:80)
  30. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:342)
  31. at hg.c(DedicatedServer.java:49)
  32. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:454)
  33. at fp.run(SourceFile:818)
  34.  
  35. Relevant Details:
  36. - Minecraft Version: 1.4.2
  37. - Operating System: Linux (x86_64) version 2.6.18-028stab095.1
  38. - Java Version: 1.5.0, Free Software Foundation, Inc.
  39. - Java VM Version: GNU libgcj (GNU libgcj 4.4.6 20120305 (Red Hat 4.4.6-4)), Free Software Foundation, Inc.
  40. - Memory: 10522624 bytes (10 MB) / 61665280 bytes (58 MB) up to 9223372036854775807 bytes (8796093022207 MB)
  41. - JVM Flags: 1 total; -Xmsi1G
  42. - AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  43. - FML: ~ERROR~ NullPointerException: null
  44. - Is Modded: Definitely; 'forge,fml'
  45. - Profiler Position: N/A (disabled)
  46. - Type: Dedicated Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement