Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.12 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why is it breaking :(
  3.  
  4. Time: 2/9/16 2:02 AM
  5. Description: Initializing game
  6.  
  7. java.lang.ClassCastException: class pokecube.compat.jer.JERCompat
  8. at java.lang.Class.asSubclass(Class.java:3396)
  9. at jeresources.utils.ReflectionHelper.getInstances(ReflectionHelper.java:67)
  10. at jeresources.compatibility.JERAPI.init(JERAPI.java:30)
  11. at jeresources.JEResources.preInit(JEResources.java:47)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:483)
  16. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  17. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:483)
  20. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  21. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  22. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  23. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  24. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  25. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
  26. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:483)
  31. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  32. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  36. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  37. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
  38. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  39. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
  40. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
  41. at net.minecraft.client.main.Main.main(SourceFile:124)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:483)
  46. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  47. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  48.  
  49.  
  50. A detailed walkthrough of the error, its code path and all known details is as follows:
  51. ---------------------------------------------------------------------------------------
  52.  
  53. -- Head --
  54. Stacktrace:
  55. at java.lang.Class.asSubclass(Class.java:3396)
  56. at jeresources.utils.ReflectionHelper.getInstances(ReflectionHelper.java:67)
  57. at jeresources.compatibility.JERAPI.init(JERAPI.java:30)
  58. at jeresources.JEResources.preInit(JEResources.java:47)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  62. at java.lang.reflect.Method.invoke(Method.java:483)
  63. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  64. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:483)
  67. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  68. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  69. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  70. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  71. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  72. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
  73. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:483)
  78. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  79. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  80. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  81. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  82. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  83. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  84. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
  85. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  86. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
  87.  
  88. -- Initialization --
  89. Details:
  90. Stacktrace:
  91. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
  92. at net.minecraft.client.main.Main.main(SourceFile:124)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  96. at java.lang.reflect.Method.invoke(Method.java:483)
  97. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  98. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  99.  
  100. -- System Details --
  101. Details:
  102. Minecraft Version: 1.8.9
  103. Operating System: Windows 10 (amd64) version 10.0
  104. Java Version: 1.8.0_25, Oracle Corporation
  105. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  106. Memory: 172070640 bytes (164 MB) / 301592576 bytes (287 MB) up to 1060372480 bytes (1011 MB)
  107. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  108. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  109. FML: MCP 9.19 Powered by Forge 11.15.1.1722 14 mods loaded, 14 mods active
  110. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  111. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  112. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1722.jar)
  113. UCH Forge{11.15.1.1722} [Minecraft Forge] (forge-1.8.9-11.15.1.1722.jar)
  114. UCH Baubles{1.1.3.0} [Baubles] (Baubles-1.8.9-1.1.3.0.jar)
  115. UCH IGWMod{1.2.3-3} [In-Game wiki Mod] (IGW-Mod-1.8.9-1.2.3-3-universal.jar)
  116. UCH JEI{2.22.4.106} [Just Enough Items] (jei_1.8.9-2.22.4.106.jar)
  117. UCE jeresources{0.3.0.@BUILD@} [Just Enough Resources] (JustEnoughResources-1.8.9-0.3.0.jar)
  118. UCH thutcore{2.2.2} [ThutCore] (thutcore-2.2.2.jar)
  119. UCH NBTEditpqb{1.8-1.0} [In-game NBTEdit - Pokecube Edition] (Pokecube Core-2.1.11.jar)
  120. UCH pokecube{2.1.11} [Pokécube Core] (Pokecube Core-2.1.11.jar)
  121. UCH pokecube_ml{0.1.0} [Pokecube Model Loader] (Pokecube Core-2.1.11.jar)
  122. UCH pokecube_mobs{1.1.2} [Pokecube Mobs] (Pokecube Mobs-1.1.2.jar)
  123. UCH pokecube_adventures{2.1.11} [Pokecube Adventures] (Pokecube Revival-2.1.11.jar)
  124. UCH pokecube_compat{1.0} [Pokecube Compat] (Pokecube Revival-2.1.11.jar)
  125. Loaded coremods (and transformers):
  126. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1001.1001' Renderer: 'AMD Radeon HD 8670D'
  127. Launched Version: 1.8.9-forge1.8.9-11.15.1.1722
  128. LWJGL: 2.9.4
  129. OpenGL: AMD Radeon HD 8670D GL version 4.5.13399 Compatibility Profile Context 15.201.1001.1001, ATI Technologies Inc.
  130. GL Caps: Using GL 1.3 multitexturing.
  131. Using GL 1.3 texture combiners.
  132. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  133. Shaders are available because OpenGL 2.1 is supported.
  134. VBOs are available because OpenGL 1.5 is supported.
  135.  
  136. Using VBOs: No
  137. Is Modded: Definitely; Client brand changed to 'fml,forge'
  138. Type: Client (map_client.txt)
  139. Resource Packs: Pokecube_Resources.zip, Gen_6.zip
  140. Current Language: English (US)
  141. Profiler Position: N/A (disabled)
  142. CPU: 4x AMD A10-6700 APU with Radeon(tm) HD Graphics
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement