Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.47 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  5. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  6. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.239.jar)
  7. EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  8. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  9. Contact their authors BEFORE contacting forge
  10.  
  11. // My bad.
  12.  
  13. Time: 1/20/20 3:57 AM
  14. Description: Initializing game
  15.  
  16. java.lang.NoSuchMethodError: net.minecraftforge.fml.common.ObfuscationReflectionHelper.getPrivateValue(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
  17. at mod.lucky.client.ClientProxy.preRegister(ClientProxy.java:34)
  18. at mod.lucky.client.ClientProxy.<init>(ClientProxy.java:21)
  19. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  20. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  21. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  22. at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  23. at java.lang.Class.newInstance(Class.java:442)
  24. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
  25. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598)
  26. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. at java.lang.reflect.Method.invoke(Method.java:497)
  29. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  30. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  31. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  32. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  33. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  34. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  36. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  37. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  41. at java.lang.reflect.Method.invoke(Method.java:497)
  42. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  43. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  44. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  45. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  46. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  47. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  48. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  49. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  50. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  51. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  52. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  53. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  54. at net.minecraft.client.main.Main.main(SourceFile:123)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  58. at java.lang.reflect.Method.invoke(Method.java:497)
  59. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  60. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  61.  
  62.  
  63. A detailed walkthrough of the error, its code path and all known details is as follows:
  64. ---------------------------------------------------------------------------------------
  65.  
  66. -- Head --
  67. Thread: Client thread
  68. Stacktrace:
  69. at mod.lucky.client.ClientProxy.preRegister(ClientProxy.java:34)
  70. at mod.lucky.client.ClientProxy.<init>(ClientProxy.java:21)
  71. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  72. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  73. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  74. at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  75. at java.lang.Class.newInstance(Class.java:442)
  76. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
  77. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598)
  78. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  79. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  80. at java.lang.reflect.Method.invoke(Method.java:497)
  81. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  82. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  83. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  84. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  85. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  86. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  87. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  88. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  89. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  92. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  93. at java.lang.reflect.Method.invoke(Method.java:497)
  94. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  95. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  96. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  97. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  98. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  99. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  100. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  101. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  102. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  103. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  104. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  105.  
  106. -- Initialization --
  107. Details:
  108. Stacktrace:
  109. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  110. at net.minecraft.client.main.Main.main(SourceFile:123)
  111. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  112. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  113. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  114. at java.lang.reflect.Method.invoke(Method.java:497)
  115. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  116. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  117.  
  118. -- System Details --
  119. Details:
  120. Minecraft Version: 1.12.2
  121. Operating System: Windows 10 (amd64) version 10.0
  122. Java Version: 1.8.0_51, Oracle Corporation
  123. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  124. Memory: 558780304 bytes (532 MB) / 1073741824 bytes (1024 MB) up to 2147483648 bytes (2048 MB)
  125. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  126. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  127. FML: MCP 9.42 Powered by Forge 14.23.5.2768 45 mods loaded, 45 mods active
  128. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  129.  
  130. | State | ID | Version | Source | Signature |
  131. |:----- |:-------------------- |:----------------- |:--------------------------------------------------- |:---------------------------------------- |
  132. | UC | minecraft | 1.12.2 | minecraft.jar | None |
  133. | UC | mcp | 9.42 | minecraft.jar | None |
  134. | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  135. | UC | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  136. | UC | micdoodlecore | | minecraft.jar | None |
  137. | UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  138. | UC | bookshelf | 2.3.585 | Bookshelf-1.12.2-2.3.585.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  139. | UC | buildcraftlib | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  140. | UC | buildcraftcore | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  141. | UC | buildcraftbuilders | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  142. | UC | buildcrafttransport | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  143. | UC | buildcraftsilicon | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  144. | UC | buildcraftcompat | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  145. | UC | buildcraftenergy | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  146. | UC | buildcraftfactory | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  147. | UC | buildcraftrobotics | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  148. | UC | chancecubes | 1.12.2-4.1.0.300 | ChanceCubes-1.12.2-4.1.0.300.jar | None |
  149. | UC | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal (3).jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  150. | UC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  151. | UC | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  152. | UC | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  153. | UC | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  154. | UC | dragonmounts | 1.12.2-1.6.3 | DragonMounts2-1.12.2-1.6.3.jar | None |
  155. | UC | eplus | 5.0.176 | Enchanting-Plus-Mod-1.12.2.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  156. | UC | endercore | 1.12.2-0.5.73 | EnderCore-1.12.2-0.5.73.jar | None |
  157. | UC | shetiphiancore | 3.5.9 | shetiphiancore-1.12.0-3.5.9 (1).jar | None |
  158. | UC | endertanks | 1.6.8 | endertanks-1.12.0-1.6.8.jar | None |
  159. | UC | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  160. | UC | tconstruct | 1.12.2-2.13.0.171 | TConstruct-1.12.2-2.13.0.171.jar | None |
  161. | UC | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  162. | UC | galacticraftcore | 4.0.2.239 | GalacticraftCore-1.12.2-4.0.2.239 (1).jar | None |
  163. | UC | galacticraftplanets | 4.0.2.239 | Galacticraft-Planets-1.12.2-4.0.2.239.jar | None |
  164. | UC | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4 (1).jar | None |
  165. | UC | inventorypets | 2.0.3 | inventorypets-1.12-2.0.3.jar | None |
  166. | UC | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  167. | U | lucky | 7.6.0 | luckyblock-1.12.2-7.6.0.zip | None |
  168. | U | mca | 6.0.1 | MCA-1.12.2-6.0.1-universal.jar | None |
  169. | U | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  170. | U | portalgun | 7.0.2 | PortalGun-1.12.2-7.0.2.jar | None |
  171. | U | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  172. | U | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal (2).jar | None |
  173. | U | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | None |
  174. | U | torohealthmod | 1.12.2-11 | torohealth-1.12.2-11.jar | None |
  175. | U | xaerominimap | 1.19.7 | Xaeros_Minimap_1.19.7_Forge_1.12.jar | None |
  176. | U | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | None |
  177.  
  178. Loaded coremods (and transformers):
  179. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  180. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  181. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  182. shetiphian.asm.ClassTransformer
  183. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.239.jar)
  184. micdoodle8.mods.miccore.MicdoodleTransformer
  185. EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  186. com.enderio.core.common.transform.EnderCoreTransformer
  187. com.enderio.core.common.transform.SimpleMixinPatcher
  188. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  189. team.chisel.ctm.client.asm.CTMTransformer
  190. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.54' Renderer: 'NVS 5200M/PCIe/SSE2'
  191. Pulsar/tconstruct loaded Pulses:
  192. - TinkerCommons (Enabled/Forced)
  193. - TinkerWorld (Enabled/Not Forced)
  194. - TinkerTools (Enabled/Not Forced)
  195. - TinkerHarvestTools (Enabled/Forced)
  196. - TinkerMeleeWeapons (Enabled/Forced)
  197. - TinkerRangedWeapons (Enabled/Forced)
  198. - TinkerModifiers (Enabled/Forced)
  199. - TinkerSmeltery (Enabled/Not Forced)
  200. - TinkerGadgets (Enabled/Not Forced)
  201. - TinkerOredict (Enabled/Forced)
  202. - TinkerIntegration (Enabled/Forced)
  203. - TinkerFluids (Enabled/Forced)
  204. - TinkerMaterials (Enabled/Forced)
  205. - TinkerModelRegister (Enabled/Forced)
  206.  
  207. Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
  208. LWJGL: 2.9.4
  209. OpenGL: NVS 5200M/PCIe/SSE2 GL version 4.5.0 NVIDIA 376.54, NVIDIA Corporation
  210. GL Caps: Using GL 1.3 multitexturing.
  211. Using GL 1.3 texture combiners.
  212. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  213. Shaders are available because OpenGL 2.1 is supported.
  214. VBOs are available because OpenGL 1.5 is supported.
  215.  
  216. Using VBOs: Yes
  217. Is Modded: Definitely; Client brand changed to 'fml,forge'
  218. Type: Client (map_client.txt)
  219. Resource Packs:
  220. Current Language: English (US)
  221. Profiler Position: N/A (disabled)
  222. CPU: 4x Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement