123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
---- Minecraft Crash Report ----
WARNING: coremods are present:
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
SimpleDifficulty ASM (SimpleDifficulty-1.12.2-0.3.9.jar)
SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.4.0.jar)
SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
MovingWorldCore (movingworld-1.12-6.353-full.jar)
Quark Plugin (Quark-r1.6-179.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.11-1.12.2.jar)
CreativePatchingLoader (CreativeCore_v1.10.57_mc1.12.2.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
FutureMC (future-mc-1.12.2-0.2.6.1.jar)
Contact their authors BEFORE contacting forge
// I bet Cylons wouldn't have this problem.
Time: 1/22/22 4:12 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Trinkets and Baubles (xat)
Caused by: java.lang.NoClassDefFoundError: team/creative/enhancedvisuals/api/event/SplashEvent
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.privateGetPublicMethods(Class.java:2902)
at java.lang.Class.getMethods(Class.java:1615)
at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82)
at xzeroair.trinkets.util.registry.EventRegistry.clientInit(EventRegistry.java:83)
at xzeroair.trinkets.proxy.ClientProxy.init(ClientProxy.java:63)
at xzeroair.trinkets.Trinkets.init(Trinkets.java: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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
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.initializeMods(Loader.java:749)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
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: team.creative.enhancedvisuals.api.event.SplashEvent
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)
... 48 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- 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: 374575152 bytes (357 MB) / 2623012864 bytes (2501 MB) up to 6710886400 bytes (6400 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7200m -Xms256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2859 87 mods loaded, 87 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 |
|:----- |:-------------------------------------------- |:--------------------- |:---------------------------------------------- |:---------------------------------------- |
| LCHI | minecraft | 1.12.2 | minecraft.jar | None |
| LCHI | mcp | 9.42 | minecraft.jar | None |
| LCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHI | forge | 14.23.5.2859 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHI | creativecoredummy | 1.0.0 | minecraft.jar | None |
| LCHI | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
| LCHI | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCHI | rpghud | 3.8.1 | [1.12][Forge] RPG-HUD-3.8.1.jar | None |
| LCHI | actuallyadditions | 1.12.2-r152 | ActuallyAdditions-1.12.2-r152.jar | None |
| LCHI | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LCHI | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| LCHI | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
| LCHI | antiqueatlas | 4.6.3 | antiqueatlas-1.12.2-4.6.3.jar | None |
| LCHI | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.6.3.jar | None |
| LCHI | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
| LCHI | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
| LCHI | quark | r1.6-179 | Quark-r1.6-179.jar | None |
| LCHI | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| LCHI | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHI | alm | 1.1 | AvatarFlyingLemur-1.12.2-1.1.jar | None |
| LCHI | gorecore | 1.12.2-0.4.5 | avatarmod-1.5.17-alpha.jar | None |
| LCHI | avatarmod | 1.5.17-alpha | avatarmod-1.5.17-alpha.jar | None |
| LCHI | betterburning | 0.9.2 | BetterBurning-1.12.2-0.9.2.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHI | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.4.jar | None |
| LCHI | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LCHI | betterfoliage | 2.3.1 | BetterFoliage-MC1.12-2.3.1.jar | None |
| LCHI | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None |
| LCHI | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None |
| LCHI | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LCHI | bountiful | 2.2.2 | Bountiful-2.2.2.jar | None |
| LCHI | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCHI | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| LCHI | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
| LCHI | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| LCHI | creativecore | 1.10.0 | CreativeCore_v1.10.57_mc1.12.2.jar | None |
| LCHI | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
| LCHI | movingworld | 1.12-6.353 | movingworld-1.12-6.353-full.jar | None |
| LCHI | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None |
| LCHI | defiledlands | 1.4.3 | defiledlands-1.12.2-1.4.3.jar | None |
| LCHI | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHI | dsurround | 3.6.1.0 | DynamicSurroundings-1.12.2-3.6.1.0.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHI | dynamictrees | 1.12.2-0.9.23 | DynamicTrees-1.12.2-0.9.23.jar | None |
| LCHI | dynamictreesbop | 1.12.2-1.5.1 | DynamicTreesBOP-1.12.2-1.5.1.jar | None |
| LCHI | dynamictreesdefiledlands | 1.12.2-1.0.0 | dynamictreesdefiledlands-1.12.2-1.0.0.jar | None |
| LCHI | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
| LCHI | dynamictreesttf | 1.12.2-1.2.3 | dynamictreesTheTwilightForest-1.12.2-1.2.3.jar | None |
| LCHI | enhancedvisuals | 1.3.0 | EnhancedVisuals_v1.3.1_mc1.12.2.jar | None |
| LCHI | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| LCHI | fenceoverhaul | 1.3.4 | FenceOverhaul-1.3.4.jar | None |
| LCHI | foamfix | 0.10.11-1.12.2 | foamfix-0.10.11-1.12.2.jar | None |
| LCHI | futuremc | 0.2.6 | future-mc-1.12.2-0.2.6.1.jar | None |
| LCHI | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCHI | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None |
| LCHI | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
| LCHI | iseedragons | 0.12 | ISeeDragons-0.12.jar | None |
| LCHI | jeiintegration | 1.6.0 | jeiintegration_1.12.2-1.6.0.jar | None |
| LCHI | jjmeteor | 1.0.10 | JJ Meteor 1.12-1.12.2-v1.0.10.jar | None |
| LCHI | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
| LCHI | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
| LCHI | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
| LCHI | mowziesmobs | 1.5.8 | mowziesmobs-1.5.8.jar | None |
| LCHI | multimob | 1.0.5 | multimob-1.0.5.jar | None |
| LCHI | mutantbeasts | 1.12.2-1.0.2 | MutantBeasts-1.12.2-1.0.2.jar | None |
| LCHI | mysticalworld | 1.12.2-1.9.5 | mysticalworld-1.12.2-1.9.5.jar | None |
| LCHI | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None |
| LCHI | neat | 1.4-17 | Neat 1.4-17.jar | None |
| LCHI | overpoweredarmorbar | @VERSION@ | overloadedarmorbar-1.0.4g.jar | None |
| LCHI | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
| LCHI | primitivemobs | 1.2.3a | primitivemobs-1.2.3a.jar | None |
| LCHI | roughmobs | 2.0.0 | roughmobs2-1.12.2_2.0.15.jar | None |
| LCHI | simpledifficulty | 0.3.9 | SimpleDifficulty-1.12.2-0.3.9.jar | None |
| LCHI | simpleworldtimer | 1.1.3.2 | SimpleWorldTimer-1.12.2-1.1.3.2.jar | None |
| LCHI | somanyenchantments | 0.5.5 | SoManyEnchantments-0.5.5.jar | None |
| LCHI | spartanweaponry | 1.4.0 | SpartanWeaponry-1.12.2-1.4.0.jar | None |
| LCHI | spartanfire | 0.08 | spartanfire-0.08.jar | None |
| LCHI | spartanshields | 1.5.5 | SpartanShields-1.12.2-1.5.5.jar | None |
| LCHI | spiderstpo | 1.0.3 | spiders-2.0-1.12.2-1.0.3.jar | None |
| LCHI | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| LCHE | xat | 0.31.4 | Trinkets and Baubles-0.31.4.jar | None |
| LCH | tumbleweed | 1.12-0.4.7 | tumbleweed-1.12-0.4.7.jar | None |
| LCH | undergroundbiomes | 1.3.8 | UndergroundBiomesConstructs-1.12-1.3.8.jar | None |
| LCH | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
| LCH | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
| LCH | zombieawareness | 1.12.1-1.11.16 | zombieawareness-1.12.1-1.11.16.jar | None |
| LCH | betteranimalsplus | 9.0.1 | betteranimalsplus-1.12.2-9.0.1.jar | None |
| LCH | lightorbs | 0.3.1 | lightorbs-Alpha 0.3.1.jar | None |
| LCH | mysticallib | 1.12.2-1.10.0 | mysticallib-1.12.2-1.10.0.jar | None |
Loaded coremods (and transformers):
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
SimpleDifficulty ASM (SimpleDifficulty-1.12.2-0.3.9.jar)
com.charles445.simpledifficulty.asm.SimpleDifficultyASM
SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.4.0.jar)
SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
com.Shultrea.Rin.Transformer.SMEASM
ForgelinPlugin (Forgelin-1.8.4.jar)
MovingWorldCore (movingworld-1.12-6.353-full.jar)
Quark Plugin (Quark-r1.6-179.jar)
vazkii.quark.base.asm.ClassTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.11-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CreativePatchingLoader (CreativeCore_v1.10.57_mc1.12.2.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
lumien.bloodmoon.asm.ClassTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
FutureMC (future-mc-1.12.2-0.2.6.1.jar)
thedarkcolour.futuremc.asm.CoreTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 511.23' Renderer: 'NVIDIA GeForce GTX 1650/PCIe/SSE2'
Patchouli open book context: n/a