I have recently downloaded LucraftCore and its ironman addon. My game works fine without however with these two mods on it crashes on the loading screen, here is the crash report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
llibrary (llibrary-1.7.9-1.12.2.jar)
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
MovingWorldCore (MovingWorld-Mod-1.12.jar)
LucraftCoreCoreMod (LucraftCore-1.12.2-2.3.4.jar)
Contact their authors BEFORE contacting forge
// You should try our sister game, Minceraft!
Time: 2/3/19 4:48 PM
Description: Initializing game
java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529)
at sun.reflect.GeneratedMethodAccessor10.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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
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.ClassCastException: net.minecraftforge.items.wrapper.CombinedInvWrapper cannot be cast to lucraft.mods.lucraftcore.sizechanging.capabilities.ISizeChanging
at lucraft.mods.lucraftcore.core.LCHooks.setSize(LCHooks.java:11)
at net.minecraft.entity.Entity.func_70105_a(Entity.java)
at net.minecraft.entity.monster.EntityCreeper.<init>(EntityCreeper.java:54)
at rafradek.TF2weapons.TF2weapons.<clinit>(TF2weapons.java:365)
... 38 more
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:529)
at sun.reflect.GeneratedMethodAccessor10.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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
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: 1675856304 bytes (1598 MB) / 2583691264 bytes (2464 MB) up to 7516192768 bytes (7168 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2757 Optifine OptiFine_1.12.2_HD_U_E2 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 |
|:----- |:-------------------------------------------- |:----------------- |:-------------------------------------------------- |:---------------------------------------- |
| UC | minecraft | 1.12.2 | minecraft.jar | None |
| UC | mcp | 9.42 | minecraft.jar | None |
| UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2757.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | forge | 14.23.4.2757 | forge-1.12.2-14.23.4.2757.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | micdoodlecore | | minecraft.jar | None |
| UC | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
| UC | openmodscore | 0.11.5 | minecraft.jar | None |
| UC | advancedcombat | 1.1.2 | advancedcombat-1.1.2-[1.12].jar | None |
| UC | codechickenlib | 3.2.1.351 | CodeChickenLib-1.12.2-3.2.1.351-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | ancientwarfare | 1.12.2-2.6.0.239 | Ancient-Warfare-Mod-1.12.2.jar | None |
| UC | buildcraftlib | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None |
| UC | buildcraftcore | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None |
| UC | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | ancientwarfareautomation | 1.12.2-2.6.0.239 | Ancient-Warfare-Mod-1.12.2.jar | None |
| UC | ancientwarfarenpc | 1.12.2-2.6.0.239 | Ancient-Warfare-Mod-1.12.2.jar | None |
| UC | ancientwarfarestructure | 1.12.2-2.6.0.239 | Ancient-Warfare-Mod-1.12.2.jar | None |
| UC | ancientwarfarevehicle | 1.12.2-2.6.0.239 | Ancient-Warfare-Mod-1.12.2.jar | None |
| UC | applecore | 3.1.4 | AppleCore-mc1.12.2-3.1.4.jar | None |
| UC | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UC | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
| UC | biomesoplenty | 7.0.1.2399 | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar | None |
| UC | bonsaitrees | 1.1.1 | bonsaitrees-1.1.1-b138.jar | None |
| UC | thaumcraft | 6.1.BETA23 | Thaumcraft-Mod-1.12.2.jar | None |
| UC | botania | r1.10-354 | Botania+r1.10-354.jar | None |
| UC | brandonscore | 2.4.4 | BrandonsCore-1.12.2-2.4.4.173-universal.jar | None |
| UC | buildcraftbuilders | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None |
| UC | buildcraftenergy | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None |
| UC | buildcraftfactory | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None |
| UC | buildcraftrobotics | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None |
| UC | buildcraftsilicon | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None |
| UC | buildcrafttransport | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None |
| UC | chancecubes | 1.12.2-3.1.0.216 | ChanceCubes-1.12.2-3.1.0.216.jar | None |
| UC | chickenchunks | 2.4.1.73 | ChickenChunks-1.12.2-2.4.1.73-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | cookingforblockheads | 6.4.44 | Cooking-for-Blockheads-Mod-1.12.2.jar | None |
| UC | cyberware | 0.2.10.15 | Cyberware-Mod-1.12.2.jar | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UC | movingworld | 1.12-6.342 | MovingWorld-Mod-1.12.jar | None |
| UC | davincisvessels | @DVESSELSVER@ | Davincis-Vessels-Mod-1.12.jar | None |
| UC | draconicevolution | 2.3.13 | Draconic-Evolution-1.12.2-2.3.13.306-universal.jar | None |
| UC | embers | 0.230 | embers-0.230.jar | None |
| UC | endercore | 1.12.2-0.5.43 | EnderCore-1.12.2-0.5.43.jar | None |
| UC | jei | 4.11.0.212 | jei_1.12.2-4.11.0.212.jar | None |
| UC | enderio | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
| UC | enderiointegrationtic | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
| UC | enderiobase | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
| UC | enderioconduits | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
| UC | enderioconduitsappliedenergistics | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
| UC | enderioconduitsopencomputers | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
| UC | enderioconduitsrefinedstorage | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
| UC | enderiointegrationforestry | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
| UC | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| UC | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
| UC | enderiointegrationticlate | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
| UC | enderiomachines | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
| UC | enderiopowertools | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
| UC | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None |
| UC | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None |
| UC | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| UC | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None |
| UC | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None |
| UC | grimoireofgaia | 1.6.0-beta2 | Grimoire-of-Gaia-3-Mod-1.12.2.jar | None |
| UC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| UC | ichunutil | 7.0.2 | iChunUtil-1.12.2-7.0.2.jar | None |
| UC | ironman | Beta-1.12.2-1.2.5 | IronMan-1.12.2-Beta-1.12.2-1.2.5.jar | None |
| UC | llibrary | 1.7.9 | llibrary-1.7.9-1.12.2.jar | None |
| UC | lucraftcore | 1.12.2-2.3.4 | LucraftCore-1.12.2-2.3.4.jar | None |
| UC | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
| UC | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
| UC | mekanism | 1.12.2-9.4.12.348 | Mekanism-1.12.2-9.4.12.348.jar | None |
| UC | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2-9.4.12.348.jar | None |
| UC | mocreatures | 12.0.5 | Mo-Creatures-Mod-1.12.2.jar | None |
| UC | numina | 1.10.0 | ModularPowersuits-1.12.2-0.5.0.17.jar | None |
| UC | powersuits | 1.12.2-0.5.0.17 | ModularPowersuits-1.12.2-0.5.0.17.jar | None |
| UC | natura | 1.12.2-4.3.2.62 | natura-1.12.2-4.3.2.62.jar | None |
| UC | nei | 2.4.1 | NotEnoughItems-1.12.2-2.4.1.238-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | omlib | 3.0.0-148 | omlib-1.12.2-3.0.0-148.jar | None |
| UC | ompd | 3.0.0-36 | ompd-1.12.2-3.0.0-36.jar | None |
| UC | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UC | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UC | orbis_api | 1.12.2-1.1.7 | Orbis-API-1.12.2.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| UC | harvestcraft | 1.12.2z | Pam's+HarvestCraft+1.12.2za.jar | None |
| UC | portalgun | 7.0.2 | Portal-Gun-Mod-1.12.2.jar | None |
| UC | reborncore | 3.10.0.332 | RebornCore-1.12.2-3.10.0.332-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UC | stevescarts | 2.4.22.109 | StevesCarts-1.12.2-2.4.22.109.jar | None |
| U | rafradek_tf2_weapons | 1.1.12 | TF2-Stuff-Mod-1.12.jar | None |
| U | tropicraft | 7.1.4.78 | tropicraft-MC1.12.2-7.1.4.78.jar | None |
| U | xaerominimap | 1.15.9 | Xaeros_Minimap_1.15.9_Forge_1.12.jar | None |
Loaded coremods (and transformers):
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
openmods.core.OpenModsClassTransformer
llibrary (llibrary-1.7.9-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
squeek.applecore.asm.TransformerModuleHandler
MovingWorldCore (MovingWorld-Mod-1.12.jar)
LucraftCoreCoreMod (LucraftCore-1.12.2-2.3.4.jar)
lucraft.mods.lucraftcore.core.LCTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 1060 6GB/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]
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
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)
- wailaIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
Launched Version: 1.12.2-forge1.12.2-14.23.4.2757
LWJGL: 2.9.4
OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, 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: 4x Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz
OptiFine Version: OptiFine_1.12.2_HD_U_E2
OptiFine Build: 20180728-185429
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 388.13
OpenGlRenderer: GeForce GTX 1060 6GB/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4