Advertisement
WitherDoggie

Crash Report 5/21/16

May 21st, 2016
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 9.29 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  3.  
  4. Time: 5/21/16 5:39 PM
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalArgumentException: Cannot set property PropertyBool{name=north, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in BlockState{block=null, properties=[type]}
  8.     at net.minecraft.block.state.BlockState$StateImplementation.withProperty(BlockState.java:156)
  9.     at net.minecraft.block.BlockPane.<init>(BlockPane.java:34)
  10.     at com.wither.withermod.blocks.WoodWall.<init>(WoodWall.java:28)
  11.     at com.wither.withermod.blocks.BlockRegistry.registerBlocks(BlockRegistry.java:60)
  12.     at com.wither.withermod.CommonProxy.Init(CommonProxy.java:41)
  13.     at com.wither.withermod.ClientProxy.Init(ClientProxy.java:27)
  14.     at com.wither.withermod.Main.Init(Main.java:38)
  15.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  17.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  18.     at java.lang.reflect.Method.invoke(Unknown Source)
  19.     at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  25.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  26.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  27.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  28.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  29.     at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
  30.     at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
  31.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  33.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  34.     at java.lang.reflect.Method.invoke(Unknown Source)
  35.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  36.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  37.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  38.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  39.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  40.     at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  41.     at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
  42.     at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
  43.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:532)
  44.     at net.minecraft.client.Minecraft.run(Minecraft.java:360)
  45.     at net.minecraft.client.main.Main.main(Main.java:116)
  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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  51.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  52.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  53.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  54.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  55.     at java.lang.reflect.Method.invoke(Unknown Source)
  56.     at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  57.     at GradleStart.main(GradleStart.java:26)
  58.  
  59.  
  60. A detailed walkthrough of the error, its code path and all known details is as follows:
  61. ---------------------------------------------------------------------------------------
  62.  
  63. -- Head --
  64. Stacktrace:
  65.     at net.minecraft.block.state.BlockState$StateImplementation.withProperty(BlockState.java:156)
  66.     at net.minecraft.block.BlockPane.<init>(BlockPane.java:34)
  67.     at com.wither.withermod.blocks.WoodWall.<init>(WoodWall.java:28)
  68.     at com.wither.withermod.blocks.BlockRegistry.registerBlocks(BlockRegistry.java:60)
  69.     at com.wither.withermod.CommonProxy.Init(CommonProxy.java:41)
  70.     at com.wither.withermod.ClientProxy.Init(ClientProxy.java:27)
  71.     at com.wither.withermod.Main.Init(Main.java:38)
  72.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  74.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  75.     at java.lang.reflect.Method.invoke(Unknown Source)
  76.     at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  77.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  78.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  79.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  80.     at java.lang.reflect.Method.invoke(Unknown Source)
  81.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  82.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  83.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  84.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  85.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  86.     at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
  87.     at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
  88.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  89.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  90.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  91.     at java.lang.reflect.Method.invoke(Unknown Source)
  92.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  93.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  94.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  95.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  96.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  97.     at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  98.     at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
  99.     at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
  100.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:532)
  101.  
  102. -- Initialization --
  103. Details:
  104. Stacktrace:
  105.     at net.minecraft.client.Minecraft.run(Minecraft.java:360)
  106.     at net.minecraft.client.main.Main.main(Main.java:116)
  107.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  108.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  109.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  110.     at java.lang.reflect.Method.invoke(Unknown Source)
  111.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  112.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  113.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  114.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  115.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  116.     at java.lang.reflect.Method.invoke(Unknown Source)
  117.     at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  118.     at GradleStart.main(GradleStart.java:26)
  119.  
  120. -- System Details --
  121. Details:
  122.     Minecraft Version: 1.8.9
  123.     Operating System: Windows 10 (amd64) version 10.0
  124.     Java Version: 1.8.0_91, Oracle Corporation
  125.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  126.     Memory: 878030536 bytes (837 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  127.     JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  128.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  129.     FML: MCP 9.19 Powered by Forge 11.15.1.1890 4 mods loaded, 4 mods active
  130.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  131.     UCHI    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  132.     UCHI    FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1890-1.8.9.jar)
  133.     UCHI    Forge{11.15.1.1890} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1890-1.8.9.jar)
  134.     UCHE    withermod{Build 1} [Wither's Mod] (bin)
  135.     Loaded coremods (and transformers):
  136.     GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4276' Renderer: 'Intel(R) HD Graphics 4000'
  137.     Launched Version: 1.8.9
  138.     LWJGL: 2.9.4
  139.     OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4276, Intel
  140.     GL Caps: Using GL 1.3 multitexturing.
  141. Using GL 1.3 texture combiners.
  142. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  143. Shaders are available because OpenGL 2.1 is supported.
  144. VBOs are available because OpenGL 1.5 is supported.
  145.  
  146.     Using VBOs: No
  147.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  148.     Type: Client (map_client.txt)
  149.     Resource Packs:
  150.     Current Language: English (US)
  151.     Profiler Position: N/A (disabled)
  152.     CPU: 4x Intel(R) Core(TM) i3-3120M CPU @ 2.50GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement