Advertisement
mov51

Untitled

Nov 8th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I feel sad now :(
  3.  
  4. Time: 11/8/17 7:18 PM
  5. Description: Exception in server tick loop
  6.  
  7. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from ItemBlacklist (ItemBlacklist)
  8. Caused by: java.lang.NoSuchMethodError: net.doubledoordev.itemblacklist.util.ItemBlacklisted.setUnlocalizedName(Ljava/lang/String;)Lnet/minecraft/item/Item;
  9. at net.doubledoordev.itemblacklist.util.ItemBlacklisted.<init>(ItemBlacklisted.java:18)
  10. at net.doubledoordev.itemblacklist.util.ItemBlacklisted.<clinit>(ItemBlacklisted.java:14)
  11. at net.doubledoordev.itemblacklist.ItemBlacklist.preInit(ItemBlacklist.java:55)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  15. at java.lang.reflect.Method.invoke(Unknown Source)
  16. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20. at java.lang.reflect.Method.invoke(Unknown Source)
  21. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  22. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  23. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  24. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  25. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  26. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
  27. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  31. at java.lang.reflect.Method.invoke(Unknown Source)
  32. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  33. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  35. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  37. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
  38. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
  39. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  40. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328)
  41. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121)
  42. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
  43. at java.lang.Thread.run(Unknown Source)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- System Details --
  50. Details:
  51. Minecraft Version: 1.10.2
  52. Operating System: Windows 10 (amd64) version 10.0
  53. Java Version: 1.8.0_131, Oracle Corporation
  54. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  55. Memory: 764021320 bytes (728 MB) / 929562624 bytes (886 MB) up to 3808428032 bytes (3632 MB)
  56. JVM Flags: 0 total;
  57. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  58. FML: MCP 9.32 Powered by Forge 12.18.3.2511 5 mods loaded, 5 mods active
  59. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  60. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  61. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2511-universal.jar)
  62. UCH Forge{12.18.3.2511} [Minecraft Forge] (forge-1.10.2-12.18.3.2511-universal.jar)
  63. UCE ItemBlacklist{1.2.0} [ItemBlacklist] (ItemBlacklist-1.10.2-1.2.0.jar)
  64. UCH mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
  65. Loaded coremods (and transformers):
  66. Profiler Position: N/A (disabled)
  67. Is Modded: Definitely; Server brand changed to 'fml,forge'
  68. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement