Guest User

Untitled

a guest
May 23rd, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.26 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I'm sorry, Dave.
  3.  
  4. Time: 23/05/15 23:22
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalArgumentException: Cannot set property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, south, west, east]} as it does not exist in BlockState{block=null, properties=[]}
  8. at net.minecraft.block.state.BlockState$StateImplementation.withProperty(BlockState.java:182)
  9. at com.j3ff97.steelindustries.blocks.BlockHighOven.<init>(BlockHighOven.java:30)
  10. at com.j3ff97.steelindustries.init.ModBlocks.init(ModBlocks.java:36)
  11. at com.j3ff97.steelindustries.proxy.CommonProxy.preInit(CommonProxy.java:34)
  12. at com.j3ff97.steelindustries.proxy.ClientProxy.preInit(ClientProxy.java:17)
  13. at com.j3ff97.steelindustries.SteelIndustries.preInit(SteelIndustries.java:32)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:606)
  18. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:518)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:606)
  23. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  24. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  25. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  26. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  27. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  28. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  29. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:606)
  34. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  35. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  36. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  37. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  38. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  39. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  40. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
  41. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  42. at net.minecraft.client.Minecraft.startGame(Minecraft.java:446)
  43. at net.minecraft.client.Minecraft.run(Minecraft.java:355)
  44. at net.minecraft.client.main.Main.main(Main.java:117)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:606)
  49. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  50. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  51. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  52. at GradleStart.main(Unknown Source)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  56. at java.lang.reflect.Method.invoke(Method.java:606)
  57. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
  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:182)
  66. at com.j3ff97.steelindustries.blocks.BlockHighOven.<init>(BlockHighOven.java:30)
  67. at com.j3ff97.steelindustries.init.ModBlocks.init(ModBlocks.java:36)
  68. at com.j3ff97.steelindustries.proxy.CommonProxy.preInit(CommonProxy.java:34)
  69. at com.j3ff97.steelindustries.proxy.ClientProxy.preInit(ClientProxy.java:17)
  70. at com.j3ff97.steelindustries.SteelIndustries.preInit(SteelIndustries.java:32)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  74. at java.lang.reflect.Method.invoke(Method.java:606)
  75. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:518)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  79. at java.lang.reflect.Method.invoke(Method.java:606)
  80. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  81. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  82. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  83. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  84. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  85. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  86. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  90. at java.lang.reflect.Method.invoke(Method.java:606)
  91. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  92. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  93. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  94. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  95. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  96. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  97. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
  98. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  99. at net.minecraft.client.Minecraft.startGame(Minecraft.java:446)
  100.  
  101. -- Initialization --
  102. Details:
  103. Stacktrace:
  104. at net.minecraft.client.Minecraft.run(Minecraft.java:355)
  105. at net.minecraft.client.main.Main.main(Main.java:117)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  107. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  108. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  109. at java.lang.reflect.Method.invoke(Method.java:606)
  110. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  111. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  112. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  113. at GradleStart.main(Unknown Source)
  114. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  115. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  116. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  117. at java.lang.reflect.Method.invoke(Method.java:606)
  118. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
  119.  
  120. -- System Details --
  121. Details:
  122. Minecraft Version: 1.8
  123. Operating System: Windows 7 (amd64) version 6.1
  124. Java Version: 1.7.0_71, Oracle Corporation
  125. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  126. Memory: 784041168 bytes (747 MB) / 1047592960 bytes (999 MB) up to 1047592960 bytes (999 MB)
  127. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  128. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  129. FML: MCP v9.10 FML v8.0.37.1334 Minecraft Forge 11.14.1.1334 6 mods loaded, 6 mods active
  130. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  131. FML{8.0.37.1334} [Forge Mod Loader] (forgeSrc-1.8-11.14.1.1334.jar) Unloaded->Constructed->Pre-initialized
  132. Forge{11.14.1.1334} [Minecraft Forge] (forgeSrc-1.8-11.14.1.1334.jar) Unloaded->Constructed->Pre-initialized
  133. CodeChickenCore{1.0.5.34} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  134. SteelIndustries{1.8-1.0} [Steel Industries] (Steel-Industries) Unloaded->Constructed->Errored
  135. Waila{1.6.0_B1} [Waila] (Waila-1.6.0_B1_1.8.1.jar) Unloaded->Constructed->Pre-initialized
  136. Loaded coremods (and transformers):
  137. CCCDeobfPlugin (unknown)
  138.  
  139. CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.34-dev.jar)
  140. codechicken.core.asm.InterfaceDependancyTransformer
  141. codechicken.core.asm.TweakTransformer
  142. codechicken.core.asm.DelegatedTransformer
  143. codechicken.core.asm.DefaultImplementationTransformer
  144. CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-dev.jar)
  145. codechicken.lib.asm.ClassHeirachyManager
  146. codechicken.lib.asm.RenderHookTransformer
  147. Launched Version: 1.8
  148. LWJGL: 2.9.1
  149. OpenGL: AMD Radeon HD 6900 Series GL version 4.4.13283 Compatibility Profile Context 14.501.1003.0, ATI Technologies Inc.
  150. GL Caps: Using GL 1.3 multitexturing.
  151. Using GL 1.3 texture combiners.
  152. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  153. Shaders are available because OpenGL 2.1 is supported.
  154. VBOs are available because OpenGL 1.5 is supported.
  155.  
  156. Using VBOs: No
  157. Is Modded: Definitely; Client brand changed to 'fml,forge'
  158. Type: Client (map_client.txt)
  159. Resource Packs: []
  160. Current Language: English (US)
  161. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment