Advertisement
Guest User

Untitled

a guest
Mar 20th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // But it works on my machine.
  3.  
  4. Time: 3/19/16 10:49 PM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: lastUsedItem
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
  10. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
  11. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319)
  12. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  14. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  15. Caused by: java.lang.NoSuchFieldError: lastUsedItem
  16. at thebetweenlands.event.player.PlayerItemEventHandler.<init>(PlayerItemEventHandler.java:29)
  17. at thebetweenlands.event.player.PlayerItemEventHandler.<clinit>(PlayerItemEventHandler.java:27)
  18. at thebetweenlands.TheBetweenlands.init(TheBetweenlands.java:212)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:498)
  23. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  27. at java.lang.reflect.Method.invoke(Method.java:498)
  28. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  29. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  30. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  31. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  33. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  34. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:498)
  39. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  40. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  41. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  42. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  43. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  44. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  45. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  46. ... 5 more
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- System Details --
  53. Details:
  54. Minecraft Version: 1.7.10
  55. Operating System: Linux (amd64) version 3.10.23-xxxx-std-ipv6-64
  56. Java Version: 1.8.0_72, Oracle Corporation
  57. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  58. Memory: 2513580560 bytes (2397 MB) / 2684354560 bytes (2560 MB) up to 2684354560 bytes (2560 MB)
  59. JVM Flags: 4 total; -Xmx2560M -Xms2560M -XX:+UseG1GC -Xss2M
  60. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  61. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  62. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 4 mods loaded, 4 mods active
  63. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  64. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  65. UCHI FML{7.10.99.99} [Forge Mod Loader] (custom.jar)
  66. UCHI Forge{10.13.4.1558} [Minecraft Forge] (custom.jar)
  67. UCHE thebetweenlands{1.0.0-alpha} [The Betweenlands] (TheBetweenlands-1.0.0-alpha-universal.jar)
  68. Profiler Position: N/A (disabled)
  69. Is Modded: Definitely; Server brand changed to 'fml,forge'
  70. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement