katubug

cOre crash

Dec 31st, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.48 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Who set us up the TNT?
  8.  
  9. Time: 12/31/19 12:24 PM
  10. Description: There was a severe problem during mod loading that has caused the game to fail
  11.  
  12. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from cOre (core)
  13. Caused by: java.lang.NoClassDefFoundError: slimeknights/tconstruct/library/materials/IMaterialStats
  14. at com.silvaniastudios.core.CommonProxy.init(CommonProxy.java:30)
  15. at com.silvaniastudios.core.COre.init(COre.java:51)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:497)
  20. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  21. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:497)
  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:219)
  32. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  36. at java.lang.reflect.Method.invoke(Method.java:497)
  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:136)
  45. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
  46. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  47. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  48. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  49. at net.minecraft.client.main.Main.main(SourceFile:123)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  53. at java.lang.reflect.Method.invoke(Method.java:497)
  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: slimeknights.tconstruct.library.materials.IMaterialStats
  57. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  58. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  59. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  60. ... 42 more
  61. Caused by: java.lang.NullPointerException
  62. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  63. ... 44 more
  64.  
  65.  
  66. A detailed walkthrough of the error, its code path and all known details is as follows:
  67. ---------------------------------------------------------------------------------------
  68.  
  69. -- System Details --
  70. Details:
  71. Minecraft Version: 1.12.2
  72. Operating System: Windows 10 (amd64) version 10.0
  73. Java Version: 1.8.0_51, Oracle Corporation
  74. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  75. Memory: 316142840 bytes (301 MB) / 1081081856 bytes (1031 MB) up to 3817865216 bytes (3641 MB)
  76. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
  77. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  78. FML: MCP 9.42 Powered by Forge 14.23.5.2847 14 mods loaded, 14 mods active
  79. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  80.  
  81. | State | ID | Version | Source | Signature |
  82. |:----- |:--------------- |:------------------------ |:------------------------------- |:---------------------------------------- |
  83. | LCHI | minecraft | 1.12.2 | minecraft.jar | None |
  84. | LCHI | mcp | 9.42 | minecraft.jar | None |
  85. | LCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None |
  86. | LCHI | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None |
  87. | LCHE | core | 1.1.0 | cOre-1.12.2-1.1.0.jar | None |
  88. | LCH | edcommands | 1.3 | edcommands-1.3.jar | None |
  89. | LCH | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  90. | LCH | jei | 4.15.0.293 | jei_1.12.2-4.15.0.293.jar | None |
  91. | LCH | naturescompass | 1.8.0 | NaturesCompass-1.12.2-1.8.0.jar | None |
  92. | LCH | orecore | 1.4.1 | OreCore-1.12.2 -(v.1.4.1).jar | None |
  93. | LCH | randomtweaks | 1.12.2-2.7.1.0 | randomtweaks-1.12.2-2.7.1.0.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
  94. | LCH | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  95. | LCH | lemonlib | 1.3.0 | lemonlib-1.12.2-1.3.0.jar | None |
  96. | LCH | arcaneworld | 0.0.12 | arcaneworld-1.12.2-0.0.12.jar | None |
  97.  
  98. Loaded coremods (and transformers):
  99. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  100. invtweaks.forge.asm.ContainerTransformer
  101. GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 25.20.100.6577' Renderer: 'Intel(R) UHD Graphics 620'
Advertisement
Add Comment
Please, Sign In to add comment