Advertisement
keatonsw

Crash Report 11/3

Nov 3rd, 2024
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.30 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. ReachFixPlugin (ReachFix-1.12.2-1.0.10.jar)
  5. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  6. Quark Plugin (Quark-r1.6-179.jar)
  7. CQRPlugin (Chocolate_Quest_Repoured-1.12.2-2.6.16B.jar)
  8. CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  9. Contact their authors BEFORE contacting forge
  10.  
  11. // I bet Cylons wouldn't have this problem.
  12.  
  13. Time: 11/3/24 5:09 AM
  14. Description: Initializing game
  15.  
  16. java.lang.NoClassDefFoundError: com/example/structure/world/api/structures/MapGenKingFortress
  17. at java.lang.Class.forName0(Native Method)
  18. at java.lang.Class.forName(Class.java:348)
  19. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
  20. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:498)
  23. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  24. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  25. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  26. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  27. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  28. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  29. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  30. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  31. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:498)
  36. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  37. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  38. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  39. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  40. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  41. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  42. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  43. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  44. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  45. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  46. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  47. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  48. at net.minecraft.client.main.Main.main(SourceFile:123)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52. at java.lang.reflect.Method.invoke(Method.java:498)
  53. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  54. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  55. Caused by: java.lang.ClassNotFoundException: com.example.structure.world.api.structures.MapGenKingFortress
  56. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  57. at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
  58. at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
  59. ... 38 more
  60. Caused by: java.lang.NoClassDefFoundError: git/jbredwards/nether_api/api/structure/INetherAPIStructureEntry
  61. at java.lang.ClassLoader.defineClass1(Native Method)
  62. at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
  63. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  64. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  65. ... 40 more
  66. Caused by: java.lang.ClassNotFoundException: git.jbredwards.nether_api.api.structure.INetherAPIStructureEntry
  67. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  68. at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
  69. at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
  70. ... 44 more
  71. Caused by: java.lang.NullPointerException
  72.  
  73.  
  74. A detailed walkthrough of the error, its code path and all known details is as follows:
  75. ---------------------------------------------------------------------------------------
  76.  
  77. -- Head --
  78. Thread: Client thread
  79. Stacktrace:
  80. at java.lang.Class.forName0(Native Method)
  81. at java.lang.Class.forName(Class.java:348)
  82. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
  83. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  84. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  85. at java.lang.reflect.Method.invoke(Method.java:498)
  86. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  87. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  88. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  89. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  90. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  91. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  92. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  93. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  94. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  98. at java.lang.reflect.Method.invoke(Method.java:498)
  99. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  100. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  101. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  102. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  103. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  104. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  105. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  106. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  107. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  108. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  109. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  110.  
  111. -- Initialization --
  112. Details:
  113. Stacktrace:
  114. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  115. at net.minecraft.client.main.Main.main(SourceFile:123)
  116. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  117. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  118. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  119. at java.lang.reflect.Method.invoke(Method.java:498)
  120. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  121. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  122.  
  123. -- System Details --
  124. Details:
  125. Minecraft Version: 1.12.2
  126. Operating System: Windows 10 (amd64) version 10.0
  127. Java Version: 1.8.0_312, Temurin
  128. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
  129. Memory: 935175736 bytes (891 MB) / 1376256000 bytes (1312 MB) up to 3817865216 bytes (3641 MB)
  130. JVM Flags: 2 total; -Xmx4096m -Xms256m
  131. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  132. FML: MCP 9.42 Powered by Forge 14.23.5.2859 38 mods loaded, 38 mods active
  133. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  134.  
  135. | State | ID | Version | Source | Signature |
  136. |:----- |:------------------ |:------------------------ |:--------------------------------------------- |:---------------------------------------- |
  137. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  138. | LC | mcp | 9.42 | minecraft.jar | None |
  139. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  140. | LC | forge | 14.23.5.2859 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  141. | LC | openmodscore | 0.12.2 | minecraft.jar | None |
  142. | LC | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
  143. | LC | quark | r1.6-179 | Quark-r1.6-179.jar | None |
  144. | LC | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  145. | LC | battletowers | 1.6.5 | BattleTowers-1.12.2.jar | None |
  146. | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  147. | LC | cqrepoured | 2.6.16B | Chocolate_Quest_Repoured-1.12.2-2.6.16B.jar | None |
  148. | LC | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  149. | LC | comforts | 1.4.1.3 | comforts-1.12.2-1.4.1.3.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
  150. | LC | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  151. | LC | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
  152. | LC | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  153. | LC | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
  154. | LC | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
  155. | LC | conarm | 1.2.5.10 | conarm-1.12.2-1.2.5.10.jar | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
  156. | LC | culinaryconstruct | 1.3.4 | culinaryconstruct-1.3.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
  157. | LC | mocreatures | 12.4.5 | DrZharks-MoCreatures-Extended-12.4.5.jar | None |
  158. | LC | element | 1.0.5 | Elementary Staffs 1.0.6.jar | None |
  159. | LC | fairylights | 2.1.10 | fairylights-2.2.0-1.12.2.jar | None |
  160. | LC | mod_lavacow | 1.4.2 | Fish's Undead Rising-1.4.2.jar | None |
  161. | LC | geckolib3 | 3.0.30 | geckolib-forge-1.12.2-3.0.31.jar | None |
  162. | L | ee | 0.1.1 | Into The End - 1.1.jar | None |
  163. | L | mca | 6.1.0 | MCA-1.12.2-6.1.0-universal.jar | None |
  164. | L | millenaire | Millénaire 8.1.2 | millenaire-8.1.2.jar | None |
  165. | L | mimicfish | 1.1 | mimicfish-1.2.jar | None |
  166. | L | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None |
  167. | L | nei | 2.4.3 | NotEnoughItems-1.12.2-2.4.3.245-universal.jar | None |
  168. | L | nyx | 1.4.2 | Nyx-1.4.2.jar | None |
  169. | L | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | None |
  170. | L | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | None |
  171. | L | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
  172. | L | reachfix | 1.0.10 | ReachFix-1.12.2-1.0.10.jar | None |
  173. | L | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  174. | L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
  175.  
  176. Loaded coremods (and transformers):
  177. ReachFixPlugin (ReachFix-1.12.2-1.0.10.jar)
  178. meldexun.reachfix.asm.ReachFixClassTransformer
  179. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  180. openmods.core.OpenModsClassTransformer
  181. Quark Plugin (Quark-r1.6-179.jar)
  182. vazkii.quark.base.asm.ClassTransformer
  183. CQRPlugin (Chocolate_Quest_Repoured-1.12.2-2.6.16B.jar)
  184. team.cqr.cqrepoured.asm.CQRClassTransformer
  185. CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  186. team.chisel.ctm.client.asm.CTMTransformer
  187. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 560.94' Renderer: 'NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2'
  188. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
  189. Pulsar/tconstruct loaded Pulses:
  190. - TinkerCommons (Enabled/Forced)
  191. - TinkerWorld (Enabled/Not Forced)
  192. - TinkerTools (Enabled/Not Forced)
  193. - TinkerHarvestTools (Enabled/Forced)
  194. - TinkerMeleeWeapons (Enabled/Forced)
  195. - TinkerRangedWeapons (Enabled/Forced)
  196. - TinkerModifiers (Enabled/Forced)
  197. - TinkerSmeltery (Enabled/Not Forced)
  198. - TinkerGadgets (Enabled/Not Forced)
  199. - TinkerOredict (Enabled/Forced)
  200. - TinkerIntegration (Enabled/Forced)
  201. - TinkerFluids (Enabled/Forced)
  202. - TinkerMaterials (Enabled/Forced)
  203. - TinkerModelRegister (Enabled/Forced)
  204. - quarkIntegration (Enabled/Not Forced)
  205.  
  206. Launched Version: forge-14.23.5.2859
  207. LWJGL: 2.9.4
  208. OpenGL: NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, NVIDIA Corporation
  209. GL Caps: Using GL 1.3 multitexturing.
  210. Using GL 1.3 texture combiners.
  211. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  212. Shaders are available because OpenGL 2.1 is supported.
  213. VBOs are available because OpenGL 1.5 is supported.
  214.  
  215. Using VBOs: Yes
  216. Is Modded: Definitely; Client brand changed to 'fml,forge'
  217. Type: Client (map_client.txt)
  218. Resource Packs:
  219. Current Language: English (US)
  220. Profiler Position: N/A (disabled)
  221. CPU: 12x Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement