Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- WARNING: coremods are present:
- LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar)
- RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
- BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64-Hotfix4.jar)
- LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
- ForgelinPlugin (Forgelin-1.8.3 (1).jar)
- llibrary (llibrary-core-1.0.11-1.12.2.jar)
- LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.16.jar)
- CQRPlugin (ChocolateQuestRepouredB.jar)
- ratscore (rats-3.2.14-1.12.2.jar)
- Techguns Core (techguns-1.12.2-2.0.2.0_pre3.2.jar)
- pymtech (PymTech-1.12.2-1.0.2.jar)
- ObfuscatePlugin (obfuscate-0.4.2-1.12.2 (1).jar)
- ReachFixPlugin (ReachFix-1.12.2-1.0.1 (1).jar)
- Contact their authors BEFORE contacting forge
- // Uh... Did I do that?
- Time: 10/6/23 8:39 PM
- Description: Initializing game
- java.lang.NoClassDefFoundError: net/richdigitsmods/infinityarmor/RenderInfinityShield
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Class.java:348)
- at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
- at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
- 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:497)
- 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:497)
- 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:497)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- Caused by: java.lang.ClassNotFoundException: net.richdigitsmods.infinityarmor.RenderInfinityShield
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
- ... 40 more
- Caused by: java.lang.NoClassDefFoundError: com/evilnotch/iitemrender/handlers/IItemRenderer
- at java.lang.ClassLoader.defineClass1(Native Method)
- at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
- ... 42 more
- Caused by: java.lang.ClassNotFoundException: com.evilnotch.iitemrender.handlers.IItemRenderer
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
- ... 46 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.ProxyInjector.inject(ProxyInjector.java:85)
- at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
- 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:497)
- 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:497)
- 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:497)
- 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_51, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 460871472 bytes (439 MB) / 1354760192 bytes (1292 MB) up to 3817865216 bytes (3641 MB)
- JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP 9.42 Powered by Forge 14.23.5.2855 84 mods loaded, 84 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.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | LC | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | LC | reachfix | 1.0.1 | minecraft.jar | None |
- | LC | obfuscate | 0.4.2 | minecraft.jar | None |
- | LC | randompatches | 1.12.2-1.22.1.10 | randompatches-1.12.2-1.22.1.10.jar | None |
- | LC | techguns_core | 1.12.2-1.0 | minecraft.jar | None |
- | L | infinityarmor | 1.5.4 | 1.12.2InfinityArmorMod-1.5.4.jar | None |
- | L | luckythanos | 1.2.3 | 1.12.2LuckyThanosMod-1.2.3.jar | None |
- | L | jei | 4.15.0.291 | jei_1.12.2-4.15.0.291.jar | None |
- | L | recipescramble | 3.0.5 | [1.12.2]Recipe Scramble-3.0.5.jar | None |
- | L | adminweapons | 3.4 | adminweapons-v3.4-mc1.12.jar | None |
- | L | aoa3 | 3.3.6 | AoA3-3.3.6.jar | None |
- | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
- | L | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.37-universal.jar | None |
- | L | wanionlib | 1.12.2-2.5 | WanionLib-1.12.2-2.5.jar | None |
- | L | avaritiaddons | 1.12.2-1.3 | Avaritiaddons-1.12.2-1.3.jar | None |
- | L | gunpowderlib | 1.12.2-1.1 | GunpowderLib-1.12.2-1.1.jar | None |
- | L | avaritiatweaks | 1.12.2-1.3 | AvaritiaTweaks-1.12.2-1.3.jar | None |
- | L | baubles | 1.5.2 | Baubles-1.12-1.5.2 (2).jar | None |
- | L | bedrockbreakmod | 1.6.9 | BedrockBreakMod.jar | None |
- | L | beltmod | 1.0.6 | BeltMod-1.12.2-1.0.6.jar | None |
- | L | bettercombatmod | 1.5.6 | BetterCombat-1.12.2-1.5.6 (1).jar | None |
- | L | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
- | L | bewitchment | 0.22.63 | bewitchment-1.12.2-0.0.22.64-Hotfix4.jar | None |
- | L | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
- | L | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | None |
- | L | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None |
- | L | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
- | L | brandonscore | 2.4.20 | BrandonsCore-1.12.2-2.4.20.162-universal.jar | None |
- | L | carryon | 1.12.3 | carryon-1.12.2-1.12.6.20.jar | None |
- | L | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
- | L | cqrepoured | 2.6.8B | ChocolateQuestRepouredB.jar | None |
- | L | chunkpregenerator | 2.5.0 | Chunk+Pregenerator-V1.12-2.5.1.jar | None |
- | L | customnpcs | 1.12 | CustomNPCs_1.12.204Mar19snapshot.jar | None |
- | L | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
- | L | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None |
- | L | p455w0rdslib | 2.3.161 | p455w0rdslib-1.12.2-2.3.161.jar | None |
- | L | danknull | 1.7.91 | DankNull-1.12.2-1.7.91.jar | None |
- | L | draconicevolution | 2.3.28 | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar | None |
- | L | draconicadditions | 1.17.0 | Draconic-Additions-1.12.2-1.17.0.45-universal.jar | None |
- | L | ebwizardry | 4.3.4 | ElectroblobsWizardry-4.3.4-MC1.12.2.jar | None |
- | L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9 (1).jar | None |
- | L | findme | 1.1.0 | findme-1.12.2-1.1.0-8.jar | None |
- | L | forgelin | 1.8.3 | Forgelin-1.8.3 (1).jar | None |
- | L | geckolib3 | 3.0.13 | geckolibforge.jar | None |
- | L | gb | 1.1.206 | Gobber-1.12.2_1.1.207.jar | None |
- | L | gravestone | 1.10.3 | gravestone-1.10.3.jar | None |
- | L | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2 (1).jar | None |
- | L | hats | 7.1.1 | Hats-1.12.2-7.1.1.jar | None |
- | L | ironman | Beta-1.12.2-1.2.6 | IronMan-1.12.2-Beta-1.12.2-1.2.6-Hotfix2.jar | None |
- | L | speedsterheroes | 1.12.2-2.2.1 | SpeedsterHeroes-1.12.2-2.2.1 (1).jar | None |
- | L | lucraftcore | 1.12.2-2.4.16 | LucraftCore-1.12.2-2.4.16.jar | None |
- | L | heroesexpansion | 1.12.2-1.3.5 | HeroesExpansion-1.12.2-1.3.5.jar | None |
- | L | icbmclassic | 1.12.2-4.0.1.75 | ICBM-classic-1.12.2-4.0.1b75.jar | None |
- | L | infinity | 1.12.2 | infinity-1.12.2 (1).jar | None |
- | L | inventorypets | 2.0.15 | inventorypets-1.12-2.0.15.jar | None |
- | L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
- | L | luckyegg | 1.0.4 | LuckyEgg.jar | None |
- | L | mightyenderchicken | 7.3.0 | MightyEnderChicken-1.12.2-7.3.0.jar | None |
- | L | minewatch | 3.13 | Minewatch-1.12.X-3.13 (1).jar | None |
- | L | moreplayermodels | 1.12.2 | MorePlayerModels_1.12.2-(05Dec19).jar | None |
- | L | mutantbeasts | 1.12.2-1.0.2 | MutantBeasts-1.12.2-1.0.2.jar | None |
- | L | oneblock | 1.1.1 | oneblock-1.12.2-1.1.1.jar | None |
- | L | overloaded | 0.0.59 | Overloaded-1.12.2-0.0.59.jar | None |
- | L | powerinventory | 2.3.1 | OverpoweredInventory-1.12-2.3.1.jar | None |
- | L | pymtech | 1.12.2-1.0.2 | PymTech-1.12.2-1.0.2.jar | None |
- | L | randomthings | 4.2.7.4 | RandomThings-MC1.12.2-4.2.7.4.jar | None |
- | L | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2 (1).jar | None |
- | L | rats | 3.2.14 | rats-3.2.14-1.12.2.jar | None |
- | L | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796 (1).jar | None |
- | L | additionalstructures | 2.4.1 | Rex's-Additional-Structures-1.12.x-(v.2.4.1).jar | None |
- | L | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
- | L | cosmosshield | 1.3.7 | ShieldOfTheCosmosMod-1.3.7_1.jar | None |
- | L | spectrite | 1.7.1 | spectrite-1.7.1.jar | None |
- | L | star-tech | 1.1.1 | star-tech-1.1.1 (2).jar | None |
- | L | strawgolem | 1.3 | strawgolem-1.4.1.jar | None |
- | L | techguns | 2.0.2.0 | techguns-1.12.2-2.0.2.0_pre3.2.jar | None |
- | L | tinymobfarm | 1.0.5 | TinyMobFarm-1.12.2-1.0.5 (1).jar | None |
- | L | travelersbackpack | 1.0.35 | TravelersBackpack-1.12.2-1.0.35.jar | None |
- | L | vehicle | 0.44.1 | vehicle-mod-0.44.1-1.12.2.jar | None |
- | L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
- | L | yoyos | 1.12.2-1.3.3.25 | yoyos_1.12.2-1.3.3.25.jar | None |
- Loaded coremods (and transformers):
- LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar)
- lumien.randomthings.asm.ClassTransformer
- RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
- com.therandomlabs.randompatches.core.RPTransformer
- BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64-Hotfix4.jar)
- LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
- lumien.bloodmoon.asm.ClassTransformer
- ForgelinPlugin (Forgelin-1.8.3 (1).jar)
- llibrary (llibrary-core-1.0.11-1.12.2.jar)
- net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
- net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
- LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.16.jar)
- lucraft.mods.lucraftcore.core.LCTransformer
- CQRPlugin (ChocolateQuestRepouredB.jar)
- team.cqr.cqrepoured.asm.CQRClassTransformer
- ratscore (rats-3.2.14-1.12.2.jar)
- com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
- Techguns Core (techguns-1.12.2-2.0.2.0_pre3.2.jar)
- techguns.core.TechgunsASMTransformer
- pymtech (PymTech-1.12.2-1.0.2.jar)
- lucraft.mods.pymtech.core.PymTechClassTransformer
- ObfuscatePlugin (obfuscate-0.4.2-1.12.2 (1).jar)
- com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
- ReachFixPlugin (ReachFix-1.12.2-1.0.1 (1).jar)
- meldexun.reachfix.asm.ReachFixClassTransformer
- GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 512.15' Renderer: 'NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2'
- Launched Version: forge-14.23.5.2855
- LWJGL: 2.9.4
- OpenGL: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 512.15, 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 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement