Advertisement
ngominhtuyet1962

Untitled

Jun 16th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (Quark-r1.2-92.jar)
  5. CoFH Loading Plugin (CoFHCore-1.11.2-4.2.0.2-universal.jar)
  6. CCLCorePlugin (CodeChickenLib-1.11.2-2.7.0.268-deobf.jar)
  7. Contact their authors BEFORE contacting forge
  8.  
  9. // Hey, that tickles! Hehehe!
  10.  
  11. Time: 6/16/17 7:32 PM
  12. Description: There was a severe problem during mod loading that has caused the game to fail
  13.  
  14. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)
  15. Caused by: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft;
  16. at codechicken.lib.texture.TextureUtils.getResourceManager(TextureUtils.java:184)
  17. at codechicken.lib.texture.TextureUtils.registerReloadListener(TextureUtils.java:58)
  18. at codechicken.lib.model.bakery.ModelBakery.init(ModelBakery.java:79)
  19. at codechicken.lib.internal.proxy.ProxyClient.preInit(ProxyClient.java:25)
  20. at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:39)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  24. at java.lang.reflect.Method.invoke(Unknown Source)
  25. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:641)
  26. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  28. at java.lang.reflect.Method.invoke(Unknown Source)
  29. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  30. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  31. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  32. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  34. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:252)
  35. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:230)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  39. at java.lang.reflect.Method.invoke(Unknown Source)
  40. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  41. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  42. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  43. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  45. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147)
  46. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:647)
  47. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:276)
  48. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:440)
  49. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
  50. at net.minecraft.client.main.Main.main(SourceFile:124)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  54. at java.lang.reflect.Method.invoke(Unknown Source)
  55. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  56. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  57.  
  58.  
  59. A detailed walkthrough of the error, its code path and all known details is as follows:
  60. ---------------------------------------------------------------------------------------
  61.  
  62. -- System Details --
  63. Details:
  64. Minecraft Version: 1.11.2
  65. Operating System: Windows 10 (amd64) version 10.0
  66. Java Version: 1.8.0_91, Oracle Corporation
  67. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  68. Memory: 151004480 bytes (144 MB) / 412594176 bytes (393 MB) up to 1060372480 bytes (1011 MB)
  69. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  70. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  71. FML: MCP 9.38 Powered by Forge 13.20.0.2315 17 mods loaded, 17 mods active
  72. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  73. UCH minecraft{1.11.2} [Minecraft] (minecraft.jar)
  74. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  75. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2315.jar)
  76. UCH forge{13.20.0.2315} [Minecraft Forge] (forge-1.11.2-13.20.0.2315.jar)
  77. UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  78. UCH ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.11.2-2.7.0.268-deobf.jar)
  79. UCH mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
  80. UCH quark{r1.2-92} [Quark] (Quark-r1.2-92.jar)
  81. UCH autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
  82. UCE codechickenlib{2.7.0.268} [CodeChicken Lib] (CodeChickenLib-1.11.2-2.7.0.268-deobf.jar)
  83. UCH cofhcore{4.2.0} [CoFH Core] (CoFHCore-1.11.2-4.2.0.2-universal.jar)
  84. UCH jei{4.3.5.277} [Just Enough Items] (jei_1.11.2-4.3.5.277.jar)
  85. UCH mantle{1.11.2-1.2.0.26} [Mantle] (Mantle-1.11.2-1.2.0.26.jar)
  86. UCH tconstruct{1.11.2-2.7.0.26} [Tinkers' Construct] (TConstruct-1.11.2-2.7.0.26.jar)
  87. UCH thermalfoundation{2.2.0} [Thermal Foundation] (ThermalFoundation-1.11.2-2.2.0.2-universal.jar)
  88. UCE thermaldynamics{2.2.0} [Thermal Dynamics] (ThermalDynamics-1.11.2-2.2.0.1-universal.jar)
  89. UCE thermalexpansion{5.2.0} [Thermal Expansion] (ThermalExpansion-1.11.2-5.2.0.1-universal.jar)
  90. Loaded coremods (and transformers):
  91. LoadingPlugin (Quark-r1.2-92.jar)
  92. vazkii.quark.base.asm.ClassTransformer
  93. CoFH Loading Plugin (CoFHCore-1.11.2-4.2.0.2-universal.jar)
  94. cofh.asm.CoFHClassTransformer
  95. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  96. CCLCorePlugin (CodeChickenLib-1.11.2-2.7.0.268-deobf.jar)
  97. codechicken.lib.asm.ClassHierarchyManager
  98. codechicken.lib.asm.CCL_ASMTransformer
  99. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.57' Renderer: 'GeForce 820M/PCIe/SSE2'
  100. Pulsar/tconstruct loaded Pulses:
  101. - TinkerCommons (Enabled/Forced)
  102. - TinkerWorld (Enabled/Not Forced)
  103. - TinkerTools (Enabled/Not Forced)
  104. - TinkerHarvestTools (Enabled/Forced)
  105. - TinkerMeleeWeapons (Enabled/Forced)
  106. - TinkerRangedWeapons (Enabled/Forced)
  107. - TinkerModifiers (Enabled/Forced)
  108. - TinkerSmeltery (Enabled/Not Forced)
  109. - TinkerGadgets (Enabled/Not Forced)
  110. - TinkerOredict (Enabled/Forced)
  111. - TinkerIntegration (Enabled/Forced)
  112. - TinkerFluids (Enabled/Forced)
  113. - TinkerMaterials (Enabled/Forced)
  114. - TinkerModelRegister (Enabled/Forced)
  115.  
  116. codechickenlib Invalid Fingerprint Reports: - 1 Invalid Fingerprints!:
  117. codechickenlib has an invalid fingerprint.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement