Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- WARNING: coremods are present:
- ReachFixPlugin (ReachFix-1.12.2-1.0.10.jar)
- OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
- Quark Plugin (Quark-r1.6-179.jar)
- CQRPlugin (Chocolate_Quest_Repoured-1.12.2-2.6.16B.jar)
- CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
- Contact their authors BEFORE contacting forge
- // I bet Cylons wouldn't have this problem.
- Time: 11/3/24 5:09 AM
- Description: Initializing game
- java.lang.NoClassDefFoundError: com/example/structure/world/api/structures/MapGenKingFortress
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Class.java:348)
- at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
- at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
- at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
- at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
- at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
- at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
- at com.google.common.eventbus.EventBus.post(EventBus.java:217)
- at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
- at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
- at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
- at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
- at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
- at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
- at com.google.common.eventbus.EventBus.post(EventBus.java:217)
- at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
- at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
- at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
- at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
- at net.minecraft.client.main.Main.main(SourceFile:123)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- Caused by: java.lang.ClassNotFoundException: com.example.structure.world.api.structures.MapGenKingFortress
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
- ... 38 more
- Caused by: java.lang.NoClassDefFoundError: git/jbredwards/nether_api/api/structure/INetherAPIStructureEntry
- at java.lang.ClassLoader.defineClass1(Native Method)
- at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
- ... 40 more
- Caused by: java.lang.ClassNotFoundException: git.jbredwards.nether_api.api.structure.INetherAPIStructureEntry
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
- ... 44 more
- Caused by: java.lang.NullPointerException
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Client thread
- Stacktrace:
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Class.java:348)
- at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
- at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
- at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
- at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
- at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
- at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
- at com.google.common.eventbus.EventBus.post(EventBus.java:217)
- at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
- at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
- at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
- at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
- at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
- at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
- at com.google.common.eventbus.EventBus.post(EventBus.java:217)
- at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
- at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
- at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
- at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
- -- Initialization --
- Details:
- Stacktrace:
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
- at net.minecraft.client.main.Main.main(SourceFile:123)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- -- System Details --
- Details:
- Minecraft Version: 1.12.2
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 1.8.0_312, Temurin
- Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
- Memory: 935175736 bytes (891 MB) / 1376256000 bytes (1312 MB) up to 3817865216 bytes (3641 MB)
- JVM Flags: 2 total; -Xmx4096m -Xms256m
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP 9.42 Powered by Forge 14.23.5.2859 38 mods loaded, 38 mods active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- | State | ID | Version | Source | Signature |
- |:----- |:------------------ |:------------------------ |:--------------------------------------------- |:---------------------------------------- |
- | LC | minecraft | 1.12.2 | minecraft.jar | None |
- | LC | mcp | 9.42 | minecraft.jar | None |
- | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | LC | forge | 14.23.5.2859 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | LC | openmodscore | 0.12.2 | minecraft.jar | None |
- | LC | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
- | LC | quark | r1.6-179 | Quark-r1.6-179.jar | None |
- | LC | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
- | LC | battletowers | 1.6.5 | BattleTowers-1.12.2.jar | None |
- | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
- | LC | cqrepoured | 2.6.16B | Chocolate_Quest_Repoured-1.12.2-2.6.16B.jar | None |
- | LC | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
- | LC | comforts | 1.4.1.3 | comforts-1.12.2-1.4.1.3.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
- | LC | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
- | LC | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
- | LC | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
- | LC | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
- | LC | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
- | LC | conarm | 1.2.5.10 | conarm-1.12.2-1.2.5.10.jar | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
- | LC | culinaryconstruct | 1.3.4 | culinaryconstruct-1.3.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
- | LC | mocreatures | 12.4.5 | DrZharks-MoCreatures-Extended-12.4.5.jar | None |
- | LC | element | 1.0.5 | Elementary Staffs 1.0.6.jar | None |
- | LC | fairylights | 2.1.10 | fairylights-2.2.0-1.12.2.jar | None |
- | LC | mod_lavacow | 1.4.2 | Fish's Undead Rising-1.4.2.jar | None |
- | LC | geckolib3 | 3.0.30 | geckolib-forge-1.12.2-3.0.31.jar | None |
- | L | ee | 0.1.1 | Into The End - 1.1.jar | None |
- | L | mca | 6.1.0 | MCA-1.12.2-6.1.0-universal.jar | None |
- | L | millenaire | Millénaire 8.1.2 | millenaire-8.1.2.jar | None |
- | L | mimicfish | 1.1 | mimicfish-1.2.jar | None |
- | L | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None |
- | L | nei | 2.4.3 | NotEnoughItems-1.12.2-2.4.3.245-universal.jar | None |
- | L | nyx | 1.4.2 | Nyx-1.4.2.jar | None |
- | L | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | None |
- | L | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | None |
- | L | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
- | L | reachfix | 1.0.10 | ReachFix-1.12.2-1.0.10.jar | None |
- | L | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
- | L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
- Loaded coremods (and transformers):
- ReachFixPlugin (ReachFix-1.12.2-1.0.10.jar)
- meldexun.reachfix.asm.ReachFixClassTransformer
- OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
- openmods.core.OpenModsClassTransformer
- Quark Plugin (Quark-r1.6-179.jar)
- vazkii.quark.base.asm.ClassTransformer
- CQRPlugin (Chocolate_Quest_Repoured-1.12.2-2.6.16B.jar)
- team.cqr.cqrepoured.asm.CQRClassTransformer
- CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
- team.chisel.ctm.client.asm.CTMTransformer
- GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 560.94' Renderer: 'NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2'
- 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]
- Pulsar/tconstruct loaded Pulses:
- - TinkerCommons (Enabled/Forced)
- - TinkerWorld (Enabled/Not Forced)
- - TinkerTools (Enabled/Not Forced)
- - TinkerHarvestTools (Enabled/Forced)
- - TinkerMeleeWeapons (Enabled/Forced)
- - TinkerRangedWeapons (Enabled/Forced)
- - TinkerModifiers (Enabled/Forced)
- - TinkerSmeltery (Enabled/Not Forced)
- - TinkerGadgets (Enabled/Not Forced)
- - TinkerOredict (Enabled/Forced)
- - TinkerIntegration (Enabled/Forced)
- - TinkerFluids (Enabled/Forced)
- - TinkerMaterials (Enabled/Forced)
- - TinkerModelRegister (Enabled/Forced)
- - quarkIntegration (Enabled/Not Forced)
- Launched Version: forge-14.23.5.2859
- LWJGL: 2.9.4
- OpenGL: NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, NVIDIA Corporation
- GL Caps: Using GL 1.3 multitexturing.
- Using GL 1.3 texture combiners.
- Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
- Shaders are available because OpenGL 2.1 is supported.
- VBOs are available because OpenGL 1.5 is supported.
- Using VBOs: Yes
- Is Modded: Definitely; Client brand changed to 'fml,forge'
- Type: Client (map_client.txt)
- Resource Packs:
- Current Language: English (US)
- Profiler Position: N/A (disabled)
- CPU: 12x Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement