Advertisement
WitherDoggie

Crash Report 5/20/16

May 20th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.41 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 5/20/16 3:29 PM
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. net.minecraftforge.fml.common.LoaderException: java.lang.ExceptionInInitializerError
  8.     at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
  9.     at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)
  10.     at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
  11.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:532)
  12.     at net.minecraft.client.Minecraft.run(Minecraft.java:360)
  13.     at net.minecraft.client.main.Main.main(Main.java:116)
  14.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  16.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17.     at java.lang.reflect.Method.invoke(Unknown Source)
  18.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  19.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  20.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23.     at java.lang.reflect.Method.invoke(Unknown Source)
  24.     at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  25.     at GradleStart.main(GradleStart.java:26)
  26. Caused by: java.lang.ExceptionInInitializerError
  27.     at com.wither.withermod.CommonProxy.Init(CommonProxy.java:36)
  28.     at com.wither.withermod.ClientProxy.Init(ClientProxy.java:24)
  29.     at com.wither.withermod.Main.Init(Main.java:38)
  30.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  32.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  33.     at java.lang.reflect.Method.invoke(Unknown Source)
  34.     at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  35.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  37.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  38.     at java.lang.reflect.Method.invoke(Unknown Source)
  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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
  45.     at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
  46.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  48.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  49.     at java.lang.reflect.Method.invoke(Unknown Source)
  50.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  51.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  52.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  53.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  54.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  55.     at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  56.     at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
  57.     ... 16 more
  58. Caused by: java.lang.IllegalArgumentException: Multiple values have the same name 'null'
  59.     at net.minecraft.block.properties.PropertyEnum.<init>(PropertyEnum.java:29)
  60.     at net.minecraft.block.properties.PropertyEnum.create(PropertyEnum.java:75)
  61.     at net.minecraft.block.properties.PropertyEnum.create(PropertyEnum.java:62)
  62.     at net.minecraft.block.properties.PropertyEnum.create(PropertyEnum.java:54)
  63.     at com.wither.withermod.blocks.WoodWall.<clinit>(WoodWall.java:21)
  64.     ... 46 more
  65.  
  66.  
  67. A detailed walkthrough of the error, its code path and all known details is as follows:
  68. ---------------------------------------------------------------------------------------
  69.  
  70. -- System Details --
  71. Details:
  72.     Minecraft Version: 1.8.9
  73.     Operating System: Windows 10 (amd64) version 10.0
  74.     Java Version: 1.8.0_91, Oracle Corporation
  75.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  76.     Memory: 847097040 bytes (807 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  77.     JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  78.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  79.     FML: MCP 9.19 Powered by Forge 11.15.1.1890 4 mods loaded, 4 mods active
  80.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  81.     UCHI    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  82.     UCHI    FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1890-1.8.9.jar)
  83.     UCHI    Forge{11.15.1.1890} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1890-1.8.9.jar)
  84.     UCHE    withermod{Build 1} [Wither's Mod] (bin)
  85.     Loaded coremods (and transformers):
  86.     GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4276' Renderer: 'Intel(R) HD Graphics 4000'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement