Advertisement
Guest User

Untitled

a guest
May 27th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.16 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  5. Wizardry Plugin (wizardry-0.8.5.jar)
  6. ForgelinPlugin (Forgelin-1.6.0.jar)
  7. llibrary (llibrary-core-1.0.6-1.12.2.jar)
  8. LucraftCoreCoreMod (LucraftCore-1.12.2-2.1.2 (2).jar)
  9. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  10. Contact their authors BEFORE contacting forge
  11.  
  12. // There are four lights!
  13.  
  14. Time: 5/27/18 6:27 PM
  15. Description: Initializing game
  16.  
  17. java.lang.NoClassDefFoundError: lucraft/mods/lucraftcore/extendedinventory/IItemExtendedInventoryRenderer
  18. at java.lang.Class.forName0(Native Method)
  19. at java.lang.Class.forName(Class.java:344)
  20. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
  21. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:601)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:483)
  26. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  27. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  28. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  29. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  30. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  31. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  33. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  34. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:483)
  39. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  40. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  41. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  42. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  43. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  44. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  45. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  46. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  47. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  48. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225)
  49. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  50. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  51. at net.minecraft.client.main.Main.main(SourceFile:123)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  55. at java.lang.reflect.Method.invoke(Method.java:483)
  56. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  57. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  58. Caused by: java.lang.ClassNotFoundException: lucraft.mods.lucraftcore.extendedinventory.IItemExtendedInventoryRenderer
  59. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  60. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  61. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  62. ... 40 more
  63. Caused by: java.lang.NullPointerException
  64.  
  65.  
  66. A detailed walkthrough of the error, its code path and all known details is as follows:
  67. ---------------------------------------------------------------------------------------
  68.  
  69. -- Head --
  70. Thread: Client thread
  71. Stacktrace:
  72. at java.lang.Class.forName0(Native Method)
  73. at java.lang.Class.forName(Class.java:344)
  74. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
  75. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:601)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  79. at java.lang.reflect.Method.invoke(Method.java:483)
  80. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  81. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  82. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  83. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  84. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  85. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  86. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  87. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  88. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  92. at java.lang.reflect.Method.invoke(Method.java:483)
  93. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  94. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  95. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  96. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  97. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  98. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  99. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  100. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  101. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  102. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225)
  103. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  104.  
  105. -- Initialization --
  106. Details:
  107. Stacktrace:
  108. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  109. at net.minecraft.client.main.Main.main(SourceFile:123)
  110. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  111. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  112. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  113. at java.lang.reflect.Method.invoke(Method.java:483)
  114. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  115. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  116.  
  117. -- System Details --
  118. Details:
  119. Minecraft Version: 1.12.2
  120. Operating System: Windows 8 (amd64) version 6.2
  121. Java Version: 1.8.0_25, Oracle Corporation
  122. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  123. Memory: 189088648 bytes (180 MB) / 469762048 bytes (448 MB) up to 1073741824 bytes (1024 MB)
  124. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
  125. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  126. FML: MCP 9.42 Powered by Forge 14.23.4.2705 31 mods loaded, 31 mods active
  127. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  128.  
  129. | State | ID | Version | Source | Signature |
  130. |:----- |:---------------- |:---------------- |:--------------------------------------------- |:---------------------------------------- |
  131. | UC | minecraft | 1.12.2 | minecraft.jar | None |
  132. | UC | mcp | 9.42 | minecraft.jar | None |
  133. | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  134. | UC | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  135. | UC | orbis_api | 1.12.2-1.1.2 | orbis_api-1.12.2-1.1.2.jar | None |
  136. | UC | aether | 1.12.2-1.0.1 | Aether-2-1.12.2.jar | None |
  137. | UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  138. | UC | carryon | 1.9 | CarryOn-1.12.1.jar | None |
  139. | UC | clib | 1.0.2.31 | CLib-1.0.2.31-universal.jar | None |
  140. | UC | codechickenlib | 3.1.5.331 | CodeChickenLib-1.12.2-3.1.5.331-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  141. | UC | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
  142. | UC | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  143. | UC | gravityfalls | 0.6 | GravityFalls_Mod_0.8_Beta.jar | None |
  144. | UC | speedsterheroes | 1.12.2-2.0.4 | SpeedsterHeroes-1.12.2-2.0.4.jar | None |
  145. | UC | lucraftcore | 1.12.2-2.1.2 | LucraftCore-1.12.2-2.1.2 (2).jar | None |
  146. | UC | heroesexpansion | 1.12.2-1.0.0 | HeroesExpansion-1.12.2-1.0.0.jar | None |
  147. | UC | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  148. | UC | jei | 4.9.2.196 | jei_1.12.2-4.9.2.196.jar | None |
  149. | U | spylantern | 1.12-1.0.0 | LCU-1.12-1.0.0.jar | None |
  150. | U | wizardry | 0.8.5 | wizardry-0.8.5.jar | None |
  151. | U | librarianlib | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  152. | U | matteroverdrive | 0.6.0.148 | MatterOverdrive-1.12.2.jar | None |
  153. | U | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
  154. | U | meecreeps | 1.1.0 | meecreeps-1.12-1.1.0.jar | None |
  155. | U | morph | 7.1.2 | Morph-1.12.2-7.1.2.jar | None |
  156. | U | nei | 2.4.1 | NotEnoughItems-1.12.2-2.4.1.233-universal.jar | None |
  157. | U | oreexcavation | 1.4.109 | OreExcavation-1.12.jar | None |
  158. | U | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | None |
  159. | U | xreliquary | 1.12.2-1.3.4.763 | Reliquary-1.12.2-1.3.4.763.jar | None |
  160. | U | llibrary | 1.7.12 | llibrary-1.7.12-1.12.2.jar | None |
  161. | U | librarianliblate | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  162.  
  163. Loaded coremods (and transformers):
  164. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  165. team.chisel.ctm.client.asm.CTMTransformer
  166. Wizardry Plugin (wizardry-0.8.5.jar)
  167. com.teamwizardry.wizardry.asm.WizardryTransformer
  168. ForgelinPlugin (Forgelin-1.6.0.jar)
  169.  
  170. llibrary (llibrary-core-1.0.6-1.12.2.jar)
  171. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  172. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  173. LucraftCoreCoreMod (LucraftCore-1.12.2-2.1.2 (2).jar)
  174. lucraft.mods.lucraftcore.core.LCTransformer
  175. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  176. com.teamwizardry.librarianlib.asm.LibLibTransformer
  177. GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4256' Renderer: 'Intel(R) HD Graphics 5000'
  178. Launched Version: 1.12.2-forge1.12.2-14.23.4.2705
  179. LWJGL: 2.9.4
  180. OpenGL: Intel(R) HD Graphics 5000 GL version 4.3.0 - Build 10.18.15.4256, Intel
  181. GL Caps: Using GL 1.3 multitexturing.
  182. Using GL 1.3 texture combiners.
  183. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  184. Shaders are available because OpenGL 2.1 is supported.
  185. VBOs are available because OpenGL 1.5 is supported.
  186.  
  187. Using VBOs: Yes
  188. Is Modded: Definitely; Client brand changed to 'fml,forge'
  189. Type: Client (map_client.txt)
  190. Resource Packs:
  191. Current Language: English (US)
  192. Profiler Position: N/A (disabled)
  193. CPU: 4x Intel(R) Core(TM) i7-4650U CPU @ 1.70GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement