Advertisement
Dannydjdk

conarm crash

Jun 26th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.64 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // On the bright side, I bought you a teddy bear!
  3.  
  4. Time: 6/26/18 6:18 PM
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CraftTweaker2 (crafttweaker)
  8. Caused by: java.lang.NoClassDefFoundError: com/teamacronymcoders/contenttweaker/modules/tinkers/materials/CoTTConMaterialIntegration
  9. at java.lang.Class.getDeclaredMethods0(Native Method)
  10. at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
  11. at java.lang.Class.getDeclaredMethods(Unknown Source)
  12. at crafttweaker.CraftTweakerAPI.registerClass(CraftTweakerAPI.java:229)
  13. at crafttweaker.mc1120.CraftTweaker.lambda$onPreInitialization$0(CraftTweaker.java:104)
  14. at java.lang.Iterable.forEach(Unknown Source)
  15. at crafttweaker.mc1120.CraftTweaker.onPreInitialization(CraftTweaker.java:96)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  19. at java.lang.reflect.Method.invoke(Unknown Source)
  20. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627)
  21. at sun.reflect.GeneratedMethodAccessor2.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.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  25. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  26. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  27. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  28. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  29. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  31. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  32. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  36. at java.lang.reflect.Method.invoke(Unknown Source)
  37. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  38. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  39. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  40. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  41. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  42. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  43. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  44. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  45. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  46. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:245)
  47. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  48. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  49. at net.minecraft.client.main.Main.main(SourceFile:123)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  53. at java.lang.reflect.Method.invoke(Unknown Source)
  54. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  55. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  56. Caused by: java.lang.ClassNotFoundException: com.teamacronymcoders.contenttweaker.modules.tinkers.materials.CoTTConMaterialIntegration
  57. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  58. at java.lang.ClassLoader.loadClass(Unknown Source)
  59. at java.lang.ClassLoader.loadClass(Unknown Source)
  60. ... 47 more
  61.  
  62.  
  63. A detailed walkthrough of the error, its code path and all known details is as follows:
  64. ---------------------------------------------------------------------------------------
  65.  
  66. -- System Details --
  67. Details:
  68. Minecraft Version: 1.12.2
  69. Operating System: Windows 10 (amd64) version 10.0
  70. Java Version: 1.8.0_171, Oracle Corporation
  71. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  72. Memory: 397511160 bytes (379 MB) / 1066926080 bytes (1017 MB) up to 5726797824 bytes (5461 MB)
  73. JVM Flags: 4 total; -Xmx6144m -Xms256m -XX:PermSize=256m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  74. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  75. FML: MCP 9.42 Powered by Forge 14.23.4.2705 12 mods loaded, 12 mods active
  76. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  77.  
  78. | State | ID | Version | Source | Signature |
  79. |:----- |:--------------- |:---------------- |:------------------------------- |:---------------------------------------- |
  80. | UCH | minecraft | 1.12.2 | minecraft.jar | None |
  81. | UCH | mcp | 9.42 | minecraft.jar | None |
  82. | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  83. | UCH | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  84. | UCH | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  85. | UCH | jei | 4.10.0.200 | jei_1.12.2-4.10.0.200.jar | None |
  86. | UCH | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
  87. | UCH | conarm | 1.0.1 | conarm-1.12.2-1.0.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  88. | UCEE | crafttweaker | 4.1.9 | CraftTweaker2-1.12-4.1.9.jar | None |
  89. | UC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.9.jar | None |
  90. | UC | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.9.jar | None |
  91. | UC | theoneprobe | 1.4.23 | theoneprobe-1.12-1.4.23.jar | None |
  92.  
  93. Loaded coremods (and transformers):
  94. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 391.24' Renderer: 'GeForce GTX 970/PCIe/SSE2'
  95. Pulsar/tconstruct loaded Pulses:
  96. - TinkerCommons (Enabled/Forced)
  97. - TinkerWorld (Enabled/Not Forced)
  98. - TinkerTools (Enabled/Not Forced)
  99. - TinkerHarvestTools (Enabled/Forced)
  100. - TinkerMeleeWeapons (Enabled/Forced)
  101. - TinkerRangedWeapons (Enabled/Forced)
  102. - TinkerModifiers (Enabled/Forced)
  103. - TinkerSmeltery (Enabled/Not Forced)
  104. - TinkerGadgets (Enabled/Not Forced)
  105. - TinkerOredict (Enabled/Forced)
  106. - TinkerIntegration (Enabled/Forced)
  107. - TinkerFluids (Enabled/Forced)
  108. - TinkerMaterials (Enabled/Forced)
  109. - TinkerModelRegister (Enabled/Forced)
  110. - theoneprobeIntegration (Enabled/Not Forced)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement