---- Minecraft Crash Report ----
WARNING: coremods are present:
BNBGamingCore (BNBGamingCore-1.12.2-0.8.0.jar)
AstralCore (astralsorcery-1.12.2-1.8.10.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.177.jar)
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
LoadingPlugin (Quark-r1.4-123.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
CorePlugin (SmoothFont-1.12.2-1.15.jar)
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-82-core.jar)
FarseekCoreMod (Farseek-1.12-2.3.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
Contact their authors BEFORE contacting forge
// Surprise! Haha. Well, this is awkward.
Time: 8/2/19 6:55 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 CTM (ctm)
Caused by: java.lang.VerifyError: Inconsistent stackmap frames at branch target 116
Exception Details:
Location:
net/minecraftforge/client/model/ModelLoader$VanillaModelWrapper.getTextures()Ljava/util/Collection; @116: invokestatic
Reason:
Type 'net/minecraftforge/client/model/IModel' (current frame, locals[1]) is not assignable to 'net/minecraft/util/ResourceLocation' (stack map, locals[1])
Current Frame:
bci: @14
flags: { }
locals: { 'net/minecraftforge/client/model/ModelLoader$VanillaModelWrapper', 'net/minecraftforge/client/model/IModel' }
stack: { 'net/minecraftforge/client/model/IModel' }
Stackmap Frame:
bci: @116
flags: { }
locals: { 'net/minecraftforge/client/model/ModelLoader$VanillaModelWrapper', 'net/minecraft/util/ResourceLocation' }
stack: { }
Bytecode:
0x0000000: 2ab4 0044 b600 9b4c 2bb8 00b5 4c2b c600
0x0000010: 662a b400 44b4 00b8 c700 5c2b b600 9e12
0x0000020: bab6 00bb 9900 102a b400 44b8 00bf b500
0x0000030: b8a7 0043 2ab4 0044 2bbb 0080 59b7 0081
0x0000040: 12c1 b600 872b b600 8a12 c3b6 0087 2ab4
0x0000050: 0044 b600 8a12 c5b6 0087 b600 8db8 0093
0x0000060: b900 c901 002a ba00 db00 00b6 00e1 c000
0x0000070: 54b5 00b8 b800 e54d 2ab4 003d 2ab4 0044
0x0000080: b800 e999 004a b200 efb9 00f2 0100 4e2d
0x0000090: b900 6501 0099 0038 2db9 0069 0100 c000
0x00000a0: a23a 042a b400 4419 04b6 00f6 3a05 bb00
0x00000b0: 6b59 1905 b700 f93a 0619 0519 04b6 00bb
0x00000c0: 9a00 0a2c 1906 b600 fc57 a7ff c52a b400
0x00000d0: 44b4 0100 b901 0301 00b9 005d 0100 4e2d
0x00000e0: b900 6501 0099 002a 2db9 0069 0100 c000
0x00000f0: a23a 0419 0413 0105 b600 a69a 0011 2cbb
0x0000100: 006b 5919 04b7 00f9 b600 fc57 a7ff d32c
0x0000110: b601 09b0
Stackmap Table:
append_frame(@52,Object[#107])
same_frame(@116)
append_frame(@143,Object[#14],Object[#97])
same_frame(@202)
chop_frame(@205,1)
append_frame(@223,Object[#97])
same_frame(@268)
chop_frame(@271,1)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at team.chisel.ctm.client.util.TextureMetadataHandler.<clinit>(TextureMetadataHandler.java:102)
at team.chisel.ctm.CTM.preInit(CTM.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 107419768 bytes (102 MB) / 821035008 bytes (783 MB) up to 4194304000 bytes (4000 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx4000m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2838 264 mods loaded, 264 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 |
|:----- |:------------------------ |:---------------------------- |:------------------------------------------------- |:---------------------------------------- |
| LCH | minecraft | 1.12.2 | minecraft.jar | None |
| LCH | mcp | 9.42 | minecraft.jar | None |
| LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| LCH | micdoodlecore | | minecraft.jar | None |
| LCH | smoothfontcore | 1.12.2-1.14 | minecraft.jar | None |
| LCH | bnbgamingcore | 0.8.0 | minecraft.jar | None |
| LCH | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCH | smoothfont | 1.12.2-1.15 | SmoothFont-1.12.2-1.15.jar | None |
| LCH | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None |
| LCH | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| LCH | defaultoptions | 9.2.7 | DefaultOptions_1.12.2-9.2.7.jar | None |
| LCH | i18nmod | 1.12.2-1.0.8 | [汉化模组]i18nupdatemod-1.12.2-1.0.8.jar | None |
| LCH | gobblecore | 1.12-0.1.6.35 | GobbleCore-1.12-0.1.6.35.jar | None |
| LCH | charcoalblock | 1.1 | A Block of Charcoal-1.1.jar | None |
| LCH | advancedmortars | 1.12.2-1.6.21 | advancedmortars-1.12.2-1.6.21.jar | None |
| LCH | crafttweaker | 4.1.8 | CraftTweaker2-1.12-4.1.8.jar | None |
| LCH | mtlib | 3.0.4 | MTLib-3.0.4.jar | None |
| LCH | modtweaker | 4.0.12 | modtweaker-4.0.12.jar | None |
| LCH | jei | 4.9.2.196 | jei_1.12.2-4.9.2.196.jar | None |
| LCH | abyssalcraft | 1.9.4.9 | AbyssalCraft-1.12.2-1.9.4.9.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LCE | ctm | MC1.12-0.3.0.15 | CTM-MC1.12-0.3.0.15.jar | None |
| LC | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| LC | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| LC | tconstruct | 1.12.2-2.10.1.84 | TConstruct-1.12.2-2.10.1.84.jar | None |
| LC | acintegration | 1.6.2 | AbyssalCraft Integration-1.12.2-1.6.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LC | fastbench | 1.5.0 | FastWorkbench-1.12.2-1.5.0.jar | None |
| LC | actuallyadditions | 1.12.2-r135 | ActuallyAdditions-1.12.2-r135.jar | None |
| LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| LC | animalium | 0.3.7 | Animalium-0.3.7.jar | None |
| LC | antiqueatlas | 4.4.9 | antiqueatlas-1.12.2-4.4.9.jar | None |
| LC | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.4.9.jar | None |
| LC | examplemod | 1.0 | antiqueatlas-1.12.2-4.4.9.jar | None |
| LC | applecore | 3.1.1 | AppleCore-mc1.12.2-3.1.1.jar | None |
| LC | immersiveengineering | 0.12-82 | ImmersiveEngineering-0.12-82.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LC | geolosys | 1.9.3 | Geolosys-1.12.2-1.9.3.jar | None |
| LC | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | mekanism | 1.12.2-9.4.11.346 | Mekanism-1.12.2-9.4.11.346.jar | None |
| LC | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
| LC | betterwithmods | ${version} | BetterWithMods-1.12-2.1.24.jar | None |
| LC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| LC | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| LC | armoreablemobs | 1.1.2 | armoreablemobs-1.12-1.1.6-4.jar | None |
| LC | aroma1997core | 1.3.0.2 | Aroma1997Core-1.12.2-1.3.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LC | aromabackup | 2.1.1.3 | AromaBackup-1.12.2-2.1.1.3.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LC | aromabackuprecovery | 2.1.1.3 | AromaBackup-1.12.2-2.1.1.3.jar | None |
| LC | astikoor | 1.1.0 | astikoor_horse-carts-1.1.0a.jar | None |
| LC | astralsorcery | 1.8.10 | astralsorcery-1.12.2-1.8.10.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LC | quark | r1.4-123 | Quark-r1.4-123.jar | None |
| LC | autoreglib | 1.3-17 | AutoRegLib-1.3-17.jar | None |
| LC | base | 3.7.2 | base-1.12.2-3.7.2.jar | None |
| LC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| LC | bedrockbgone | 5.0.8 | BedrockBGone-1.12.2-5.0-b8.jar | None |
| LC | betterwithaddons | @VERSION@ | Better With Addons-0.41.jar | None |
| LC | betteradvancements | 0.0.7.42 | BetterAdvancements-1.12.2-0.0.7.42.jar | None |
| LC | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
| LC | betterfoliage | 2.1.10 | BetterFoliage-MC1.12-2.1.10.jar | None |
| LC | bibliocraft | 2.4.4 | BiblioCraft[v2.4.4][MC1.12.2].jar | None |
| LC | cyclicmagic | 1.15.8 | Cyclic-1.12.2-1.15.8.jar | None |
| LC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LC | modularrouters | 1.12.2-3.1.5 | modular-routers-1.12.2-3.1.5.jar | None |
| LC | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
| LC | bloodmagic | 1.12.2-2.2.12-97 | BloodMagic-1.12.2-2.2.12-97.jar | None |
| LC | bnbgaminglib | 2.11.2 | BNBGamingLib-1.12-2.11.2.jar | None |
| LC | bonsaitrees | 1.0.5 | bonsaitrees-1.0.5-b77.jar | None |
| LC | bookshelf | 2.3.544 | Bookshelf-1.12.2-2.3.544.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | buildcraftlib | 7.99.17 | buildcraft-core-7.99.17.jar | None |
| LC | buildcraftcore | 7.99.17 | buildcraft-core-7.99.17.jar | None |
| LC | buildcraftbuilders | 7.99.17 | buildcraft-builders-7.99.17.jar | None |
| LC | buildcraftfactory | 7.99.17 | buildcraft-factory-7.99.17.jar | None |
| LC | buildcraftrobotics | 7.99.17 | buildcraft-robotics-7.99.17.jar | None |
| LC | buildcrafttransport | 7.99.17 | buildcraft-transport-7.99.17.jar | None |
| LC | buildcraftsilicon | 7.99.17 | buildcraft-silicon-7.99.17.jar | None |
| LC | caliper | 1.1.35 | Caliper-1.12.2-1.1.35.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | car | 1.2.11 | car-1.2.11.jar | None |
| LC | gamestages | 1.0.86 | GameStages-1.12.2-1.0.86.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | carryon | 1.9 | CarryOn MC1.12.2 v1.9.jar | None |
| LC | cd4017be_lib | 6.2.4 | CD4017BE_lib-1.12.2-6.2.4.jar | None |
| LC | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
| LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LC | chargers | 1.0.0 | Chargers-1.12.2-1.0.0.1.jar | 58e787c8aafad8b327883f94d4fa544f936d7b01 |
| LC | chiselsandbits | 14.17 | chiselsandbits-14.17.jar | None |
| LC | clienttweaks | 3.1.8 | ClientTweaks_1.12.2-3.1.8.jar | None |
| LC | clumps | 2.0.0 | Clumps-3.0.0.jar | None |
| LC | codechickenlib | 3.1.8.341 | CodeChickenLib-1.12.2-3.1.8.341-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | colouredtooltips | 1.0.4 | ColouredTooltips-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | cyclopscore | 0.11.6 | CyclopsCore-1.12.2-0.11.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LC | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
| LC | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.6.jar | None |
| LC | refinedstorage | 1.5.34 | refinedstorage-1.5.34.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LC | compactmachines3 | 3.0.12 | compactmachines3-1.12.2-3.0.12-b215.jar | None |
| LC | conarm | 0.0.21-rc1 | conarm-1.12.2-0.0.21-rc1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LC | contenttweaker | 1.12.2-4.5.0 | ContentTweaker-1.12.2-4.5.0.jar | None |
| LC | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
| LC | cookingforblockheads | 6.3.26 | CookingForBlockheads_1.12.2-6.3.26.jar | None |
| LC | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
| LC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.8.jar | None |
| LC | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.8.jar | None |
| LC | cucumber | 1.1.0 | cucumber-1.12-1.1.0.jar | None |
| LC | custommainmenu | 2.0.8 | CustomMainMenu-MC1.12.2-2.0.8.jar | None |
| LC | darkutils | 1.8.210 | DarkUtils-1.12.2-1.8.210.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | death_compass | 0.0.3 | DeathCompass-0.0.3.jar | None |
| LC | despawningspawners | 1.1 | despawningspawners-1.1.jar | None |
| LC | dimensionalcontrol | 2.10.2 | DimensionalControl-1.12.2-2.10.2.jar | None |
| LC | dimstages | 1.0.18 | DimensionStages-1.12.2-1.0.18.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | dungpipe | 1.0 | Dung Pipe-1.2.jar | None |
| LC | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
| LC | emberroot | 1.3.7 | EmberRootZoo-1.12-1.3.7.jar | None |
| LC | enchdesc | 1.1.8 | EnchantmentDescriptions-1.12.2-1.1.8.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | enderstorage | 2.4.3.130 | EnderStorage-1.12.2-2.4.3.130-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | enderutilities | 0.7.8 | enderutilities-1.12.2-0.7.8.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| LC | valkyrielib | 1.12.2-2.0.11a | valkyrielib-1.12.2-2.0.11a.jar | None |
| LC | environmentaltech | 1.12.2-2.0.11a | environmentaltech-1.12.2-2.0.11a.jar | None |
| LC | extendedcrafting | 1.3.7 | extendedcrafting-1.12-1.3.7.jar | None |
| LC | galacticraftcore | 4.0.1.177 | GalacticraftCore-1.12.2-4.0.1.177.jar | None |
| LC | galacticraftplanets | 4.0.1.177 | Galacticraft-Planets-1.12.2-4.0.1.177.jar | None |
| LC | mjrlegendslib | 1.12.2-1.1.4 | MJRLegendsLib-1.12.2-1.1.4.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| LC | extraplanets | 1.12.2-0.3.8 | ExtraPlanets-1.12.2-0.3.8.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| LC | fbp | 2.4.0 | FancyBlockParticles-1.12.x-2.4.0.jar | None |
| LC | farmingforblockheads | 3.1.17 | FarmingForBlockheads_1.12.2-3.1.17.jar | None |
| LC | farseek | 2.3 | Farseek-1.12-2.3.jar | None |
| LC | fat_cat | 0.0.5 | FatCat-0.0.5.jar | None |
| LC | ferdinandsflowers | 1.10.1b | Ferdinand's Flowers-1.10.1b-1.12.jar | None |
| LC | findme | 1.0 | findme-1.12.2-1.0.1-5.jar | None |
| LC | foamfix | 0.9.9.1-1.12.2 | foamfix-0.9.9.1-1.12.2-anarchy.jar | None |
| LC | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
| LC | forgemultipartcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | microblockcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | None |
| LC | minecraftmultipartcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | None |
| LC | galacticrafttweaker | 1.12.2-1.0.1 | GalacticraftTweaker-1.12.2-1.0.1.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| LC | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
| LC | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None |
| LC | horsepower | 2.6.1 | HorsePower-1.12.2-2.6.1.64.jar | cd7e958342770a8b17c919055da42c24dfefd879 |
| LC | huntingdim | 1.0.24 | HuntingDimension-1.12.2-1.0.24.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
| LC | immcraft | 1.4.1 | immcraft-1.12-1.4.1.jar | None |
| LC | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
| LC | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
| LC | improvedbackpacks | 1.12.2-1.2.0.3 | ImprovedBackpacks-1.12.2-1.2.0.3.jar | None |
| LC | incontrol | 3.8.0 | incontrol-1.12-3.8.0.jar | None |
| LC | indlog | 1.2.3 | InductiveLogistics-1.12.2-1.2.3.jar | None |
| LC | teslacorelib | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.10.0-173.jar | None |
| LC | infoaccessories | 1.0.6 | InfoAccessories-1.12.2-1.0.6.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | integrateddynamics | 0.11.12 | IntegratedDynamics-1.12.2-0.11.12.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LC | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.12.jar | None |
| LC | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LC | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| LC | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
| LC | ironjetpacks | 1.0.5 | ironjetpacks-1.12-1.0.5.jar | None |
| LC | itemstages | 1.0.33 | ItemStages-1.12.2-1.0.33.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | jmapstages | @VERSION@ | JourneyMapStages-1.12.2-1.0.3.jar | None |
| LC | jarm | 1.1.2 | Just A Raft Mod-1.1.2.jar | None |
| LC | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
| LC | justenoughpetroleum | 0.1 | JustEnoughPetroleum-0.1.jar | None |
| LC | kleeslabs | 5.4.10 | KleeSlabs_1.12.2-5.4.10.jar | None |
| LC | lttweaker | 1.1.14 | LootTableTweaker-1.12.2-1.1.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | magma_monsters | 0.3.0 | MagmaMonsters-0.3.0.jar | None |
| LC | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
| LC | mobends | 0.24 | mobends-0.24_for_MC-1.12.jar | None |
| LC | mob_grinding_utils | 0.3.6 | MobGrindingUtils-0.3.6.jar | None |
| LC | mobstages | 1.0.7 | MobStages-1.12.2-1.0.7.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | modularmachinery | 1.9.4 | modularmachinery-1.9.4.jar | None |
| LC | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
| LC | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
| LC | mputils | 1.5.6 | MPUtils-1.12.2-1.5.6.jar | None |
| LC | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.8.jar | None |
| LC | multiblockstages | 1.0-SNAPSHOT | multiblockstages-1.0.1.jar | None |
| LC | mundaneredstone | 1.1.3 | MundaneRedstone-1.1.3.jar | None |
| LC | mysticalagriculture | 1.6.10 | mysticalagriculture-1.12-1.6.10.jar | None |
| LC | mysticalagradditions | 1.2.8 | mysticalagradditions-1.12-1.2.8.jar | None |
| LC | mystagradcompat | 1.2 | mystagradcompat-1.2.jar | None |
| LC | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| LC | neat | 1.4-15 | Neat 1.4-15.jar | None |
| LC | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
| LC | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
| LC | nei | 2.4.1 | NotEnoughItems-1.12.2-2.4.1.233-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | noworldgen5you | 1.0.6 | NoWorldgen5You-1.12.2-1.0.6.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | nutrition | 3.4.0 | Nutrition-1.12.2-3.4.0.jar | None |
| LC | samsocean | 1.0.1 | OceanFloor-1.12-1.0.1.jar | None |
| LC | oreexcavation | 1.4.118 | OreExcavation-1.4.118.jar | None |
| LC | oeintegration | 2.3.3 | oeintegration-2.3.3.jar | None |
| LC | orestages | 1.0.26 | OreStages-1.12.2-1.0.26.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | overloaded | 0.0.52 | Overloaded-1.12.2-0.0.52.jar | 644f38521a349310a5dae0239577dc7beebefaec |
| LC | pickletweaks | 2.0.16 | pickletweaks-1.12-2.0.16.jar | None |
| LC | placebo | 1.3.4 | Placebo-1.12.2-1.3.4.jar | None |
| LC | playerskins | 1.0.4 | playerskin-1.12.2-1.0.5.jar | None |
| LC | pneumaticcraft | 1.12.2-0.6.6-192 | pneumaticcraft-repressurized-1.12.2-0.6.6-192.jar | None |
| LC | poweradapters | 1.0.9 | PowerAdapters-1.12.2-1.0.9.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | prestige | 1.0.15 | Prestige-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | primalchests | 1.0.3 | PrimalChests-1.0.3.jar | None |
| LC | rustic | 1.0.5 | rustic-1.0.5.jar | None |
| LC | thebetweenlands | 3.3.8 | TheBetweenlands-3.3.8-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| LC | traverse | 1.5.3 | Traverse-1.12.2-1.5.3-58.jar | None |
| LC | primal | 0.6.56 | PrimalCore-1.12.2-0.6.56.jar | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| LC | progressiontweaks | 1.12.2-0.3.40 | ProgressionTweaks-1.12.2-0.3.40.jar | None |
| LC | prospectors | 1.0.1 | prospectors-1.0.1.jar | None |
| LC | reborncore | 3.8.7.295 | RebornCore-1.12.2-3.8.7.295-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LC | quantumstorage | 4.5.0 | QuantumStorage-1.12-4.5.0.jar | None |
| LC | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
| LC | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
| LC | realdrops | 1.2.12 | RealisticItemDrops-1.2.12.jar | None |
| LC | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.1.0.50.jar | None |
| LC | recipestages | 1.0.8 | RecipeStages-1.0.8.jar | None |
| LC | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
| LC | refinedstorageaddons | 0.3 | refinedstorageaddons-0.3.jar | None |
| LC | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LC | rftools | 7.33 | rftools-1.12-7.33.jar | None |
| LC | rftoolscontrol | 1.8.1 | rftoolsctrl-1.12-1.8.1.jar | None |
| LC | roadrunner | 1.0.1 | roadrunner-1.0.1.jar | None |
| LC | scannable | 1.6.3.19 | Scannable-MC1.12-1.6.3.19.jar | None |
| LC | sevtweaks | 0.1.0-null | sevtweaks-0.1.0.jar | None |
| LC | sev_tweaks_npc | 0.0.4 | SevTweaksNPC-0.0.4.jar | None |
| LC | simpleautorun | 1.12.1-1.2 | simpleautorun-1.12.2-1.2.0.jar | None |
| LC | simplegenerators | 1.12.2-2.0.11a | simplegenerators-1.12.2-2.0.11a.jar | None |
| LC | storagenetwork | 1.12.2-1.2.4 | SimpleStorageNetwork-1.12.2-1.2.4.jar | None |
| LC | simplyarrows | 1.0.4 | SimplyArrows-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | spartanshields | 1.4.1 | SpartanShields-1.12.2-1.4.1.jar | None |
| LC | spatialservermod | 1.3 | spatialservermod-1.3.jar | None |
| LC | stevescarts | 2.4.20.99 | StevesCarts-1.12.2-2.4.20.99.jar | None |
| LC | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| LC | streams | 0.4.4 | Streams-1.12-0.4.4.jar | None |
| LC | sasit | 1.1.14 | StuffASockInIt-1.12.2-1.1.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | supersoundmuffler | 1.0.2.9 | supersoundmuffler-1.12.1-1.0.2.9.jar | None |
| LC | tallgates | 1.0.0 | TallGates-1.12.2-1.0.0.1.jar | None |
| LC | beneath | 1.4.1 | The Beneath-1.12.2-1.4.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LC | thirstybottles | 1.1.4 | ThirstyBottles-1.12.2-1.1.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None |
| LC | tinkerstages | 1.0.14 | TinkerStages-1.12.2-1.0.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
| LC | tipthescales | 1.0.1 | TipTheScales-1.12.2-1.0.1.jar | None |
| LC | toastcontrol | 1.6.0 | Toast Control-1.12.2-1.6.0.jar | None |
| LC | togetherforever | 1.0.2 | togetherforever-1.12.2-1.0.7-13.jar | None |
| LC | tombmanygraves | @VERSION@ | TombManyGraves-1.12-4.0.3.jar | None |
| LC | totemic | 1.12.2-0.11.1 | Totemic-1.12.2-0.11.1.jar | 21d11d7bf4d97b465382a1f95428029aac6daaea |
| LC | tothebatpoles | 1.12-1.1.0.0 | tothebatpoles-1.12-1.1.0.0.jar | None |
| LC | translocators | 2.5.0.70 | Translocators-1.12.2-2.5.0.70-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | triumph | 1.13.0 | Triumph-1.12.2-1.13.0.jar | None |
| LC | trumpetskeleton | 1.12-1.0.2.1 | trumpetskeleton-1.12-1.0.2.1.jar | None |
| LC | tumbleweed | 1.11-0.4.5 | tumbleweed-1.11-0.4.5.jar | None |
| LC | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
| LC | uppers | 0.0.6 | Uppers-0.0.6.jar | None |
| LC | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.11a.jar | None |
| LC | vc | 5.6.1 | ViesCraft-1.12.2-5.6.1.jar | None |
| LC | vtt | 0.6.4 | VillagerTrades-1.12-0.6.4.jar | None |
| LC | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None |
| LC | wailastages | 1.0.22 | WailaStages-1.12.2-1.0.22.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
| LC | watercontrolextreme | 1.0.0 | WaterControlExtreme-1.0.2.jar | None |
| LC | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
| LC | wawla | 2.5.257 | Wawla-1.12.2-2.5.257.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | weirdinggadget | 1.0 | weirdinggadget-1.12.2-2.0.5-universal.jar | None |
| LC | wildcrops | 1.0.1 | WildCrops-1.12-1.0.1.jar | None |
| LC | witherskelefix | 2.6.0 | Wither Skeleton Tweaks-1.12.2-2.6.0.jar | None |
| LC | wopper | 1.12-r5 | Wopper-1.12-r5.jar | None |
| LC | xnet | 1.6.9 | xnet-1.12-1.6.9.jar | None |
| LC | ynot | 0.2.2 | YNot-0.2.2.jar | None |
| LC | yoyos | 1.12.2-1.2.2.20 | yoyos_1.12.2-1.2.2.20.jar | None |
| LC | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
| LC | justthetips | 1.12-1.0.1.1 | justthetips-1.12-1.0.1.1.jar | None |
| LC | primal_tech | 0.3.3 | PrimalTech-0.3.3.jar | None |
| LC | teslacorelib_registries | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | None |
Loaded coremods (and transformers):
BNBGamingCore (BNBGamingCore-1.12.2-0.8.0.jar)
com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.10.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.177.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Quark-r1.4-123.jar)
vazkii.quark.base.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CorePlugin (SmoothFont-1.12.2-1.15.jar)
bre.smoothfont.asm.Transformer
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-82-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
FarseekCoreMod (Farseek-1.12-2.3.jar)
farseek.core.FarseekClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
invtweaks.forge.asm.ContainerTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
squeek.applecore.asm.TransformerModuleHandler
IvToolkit (IvToolkit-1.3.3-1.12.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 431.36' Renderer: 'GeForce GTX 1050/PCIe/SSE2'
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)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
Pulsar/tcomplement loaded Pulses:
- ModuleCommons (Enabled/Forced)
- ModuleFeature (Enabled/Not Forced)
- CeramicsPlugin (Enabled/Not Forced)
- ChiselPlugin (Enabled/Not Forced)
WARNING: coremods are present:
BNBGamingCore (BNBGamingCore-1.12.2-0.8.0.jar)
AstralCore (astralsorcery-1.12.2-1.8.10.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.177.jar)
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
LoadingPlugin (Quark-r1.4-123.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
CorePlugin (SmoothFont-1.12.2-1.15.jar)
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-82-core.jar)
FarseekCoreMod (Farseek-1.12-2.3.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
Contact their authors BEFORE contacting forge
// Surprise! Haha. Well, this is awkward.
Time: 8/2/19 6:55 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 CTM (ctm)
Caused by: java.lang.VerifyError: Inconsistent stackmap frames at branch target 116
Exception Details:
Location:
net/minecraftforge/client/model/ModelLoader$VanillaModelWrapper.getTextures()Ljava/util/Collection; @116: invokestatic
Reason:
Type 'net/minecraftforge/client/model/IModel' (current frame, locals[1]) is not assignable to 'net/minecraft/util/ResourceLocation' (stack map, locals[1])
Current Frame:
bci: @14
flags: { }
locals: { 'net/minecraftforge/client/model/ModelLoader$VanillaModelWrapper', 'net/minecraftforge/client/model/IModel' }
stack: { 'net/minecraftforge/client/model/IModel' }
Stackmap Frame:
bci: @116
flags: { }
locals: { 'net/minecraftforge/client/model/ModelLoader$VanillaModelWrapper', 'net/minecraft/util/ResourceLocation' }
stack: { }
Bytecode:
0x0000000: 2ab4 0044 b600 9b4c 2bb8 00b5 4c2b c600
0x0000010: 662a b400 44b4 00b8 c700 5c2b b600 9e12
0x0000020: bab6 00bb 9900 102a b400 44b8 00bf b500
0x0000030: b8a7 0043 2ab4 0044 2bbb 0080 59b7 0081
0x0000040: 12c1 b600 872b b600 8a12 c3b6 0087 2ab4
0x0000050: 0044 b600 8a12 c5b6 0087 b600 8db8 0093
0x0000060: b900 c901 002a ba00 db00 00b6 00e1 c000
0x0000070: 54b5 00b8 b800 e54d 2ab4 003d 2ab4 0044
0x0000080: b800 e999 004a b200 efb9 00f2 0100 4e2d
0x0000090: b900 6501 0099 0038 2db9 0069 0100 c000
0x00000a0: a23a 042a b400 4419 04b6 00f6 3a05 bb00
0x00000b0: 6b59 1905 b700 f93a 0619 0519 04b6 00bb
0x00000c0: 9a00 0a2c 1906 b600 fc57 a7ff c52a b400
0x00000d0: 44b4 0100 b901 0301 00b9 005d 0100 4e2d
0x00000e0: b900 6501 0099 002a 2db9 0069 0100 c000
0x00000f0: a23a 0419 0413 0105 b600 a69a 0011 2cbb
0x0000100: 006b 5919 04b7 00f9 b600 fc57 a7ff d32c
0x0000110: b601 09b0
Stackmap Table:
append_frame(@52,Object[#107])
same_frame(@116)
append_frame(@143,Object[#14],Object[#97])
same_frame(@202)
chop_frame(@205,1)
append_frame(@223,Object[#97])
same_frame(@268)
chop_frame(@271,1)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at team.chisel.ctm.client.util.TextureMetadataHandler.<clinit>(TextureMetadataHandler.java:102)
at team.chisel.ctm.CTM.preInit(CTM.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 107419768 bytes (102 MB) / 821035008 bytes (783 MB) up to 4194304000 bytes (4000 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx4000m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2838 264 mods loaded, 264 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 |
|:----- |:------------------------ |:---------------------------- |:------------------------------------------------- |:---------------------------------------- |
| LCH | minecraft | 1.12.2 | minecraft.jar | None |
| LCH | mcp | 9.42 | minecraft.jar | None |
| LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| LCH | micdoodlecore | | minecraft.jar | None |
| LCH | smoothfontcore | 1.12.2-1.14 | minecraft.jar | None |
| LCH | bnbgamingcore | 0.8.0 | minecraft.jar | None |
| LCH | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCH | smoothfont | 1.12.2-1.15 | SmoothFont-1.12.2-1.15.jar | None |
| LCH | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None |
| LCH | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| LCH | defaultoptions | 9.2.7 | DefaultOptions_1.12.2-9.2.7.jar | None |
| LCH | i18nmod | 1.12.2-1.0.8 | [汉化模组]i18nupdatemod-1.12.2-1.0.8.jar | None |
| LCH | gobblecore | 1.12-0.1.6.35 | GobbleCore-1.12-0.1.6.35.jar | None |
| LCH | charcoalblock | 1.1 | A Block of Charcoal-1.1.jar | None |
| LCH | advancedmortars | 1.12.2-1.6.21 | advancedmortars-1.12.2-1.6.21.jar | None |
| LCH | crafttweaker | 4.1.8 | CraftTweaker2-1.12-4.1.8.jar | None |
| LCH | mtlib | 3.0.4 | MTLib-3.0.4.jar | None |
| LCH | modtweaker | 4.0.12 | modtweaker-4.0.12.jar | None |
| LCH | jei | 4.9.2.196 | jei_1.12.2-4.9.2.196.jar | None |
| LCH | abyssalcraft | 1.9.4.9 | AbyssalCraft-1.12.2-1.9.4.9.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LCE | ctm | MC1.12-0.3.0.15 | CTM-MC1.12-0.3.0.15.jar | None |
| LC | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| LC | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| LC | tconstruct | 1.12.2-2.10.1.84 | TConstruct-1.12.2-2.10.1.84.jar | None |
| LC | acintegration | 1.6.2 | AbyssalCraft Integration-1.12.2-1.6.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LC | fastbench | 1.5.0 | FastWorkbench-1.12.2-1.5.0.jar | None |
| LC | actuallyadditions | 1.12.2-r135 | ActuallyAdditions-1.12.2-r135.jar | None |
| LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| LC | animalium | 0.3.7 | Animalium-0.3.7.jar | None |
| LC | antiqueatlas | 4.4.9 | antiqueatlas-1.12.2-4.4.9.jar | None |
| LC | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.4.9.jar | None |
| LC | examplemod | 1.0 | antiqueatlas-1.12.2-4.4.9.jar | None |
| LC | applecore | 3.1.1 | AppleCore-mc1.12.2-3.1.1.jar | None |
| LC | immersiveengineering | 0.12-82 | ImmersiveEngineering-0.12-82.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LC | geolosys | 1.9.3 | Geolosys-1.12.2-1.9.3.jar | None |
| LC | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | mekanism | 1.12.2-9.4.11.346 | Mekanism-1.12.2-9.4.11.346.jar | None |
| LC | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
| LC | betterwithmods | ${version} | BetterWithMods-1.12-2.1.24.jar | None |
| LC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| LC | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| LC | armoreablemobs | 1.1.2 | armoreablemobs-1.12-1.1.6-4.jar | None |
| LC | aroma1997core | 1.3.0.2 | Aroma1997Core-1.12.2-1.3.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LC | aromabackup | 2.1.1.3 | AromaBackup-1.12.2-2.1.1.3.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LC | aromabackuprecovery | 2.1.1.3 | AromaBackup-1.12.2-2.1.1.3.jar | None |
| LC | astikoor | 1.1.0 | astikoor_horse-carts-1.1.0a.jar | None |
| LC | astralsorcery | 1.8.10 | astralsorcery-1.12.2-1.8.10.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LC | quark | r1.4-123 | Quark-r1.4-123.jar | None |
| LC | autoreglib | 1.3-17 | AutoRegLib-1.3-17.jar | None |
| LC | base | 3.7.2 | base-1.12.2-3.7.2.jar | None |
| LC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| LC | bedrockbgone | 5.0.8 | BedrockBGone-1.12.2-5.0-b8.jar | None |
| LC | betterwithaddons | @VERSION@ | Better With Addons-0.41.jar | None |
| LC | betteradvancements | 0.0.7.42 | BetterAdvancements-1.12.2-0.0.7.42.jar | None |
| LC | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
| LC | betterfoliage | 2.1.10 | BetterFoliage-MC1.12-2.1.10.jar | None |
| LC | bibliocraft | 2.4.4 | BiblioCraft[v2.4.4][MC1.12.2].jar | None |
| LC | cyclicmagic | 1.15.8 | Cyclic-1.12.2-1.15.8.jar | None |
| LC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LC | modularrouters | 1.12.2-3.1.5 | modular-routers-1.12.2-3.1.5.jar | None |
| LC | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
| LC | bloodmagic | 1.12.2-2.2.12-97 | BloodMagic-1.12.2-2.2.12-97.jar | None |
| LC | bnbgaminglib | 2.11.2 | BNBGamingLib-1.12-2.11.2.jar | None |
| LC | bonsaitrees | 1.0.5 | bonsaitrees-1.0.5-b77.jar | None |
| LC | bookshelf | 2.3.544 | Bookshelf-1.12.2-2.3.544.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | buildcraftlib | 7.99.17 | buildcraft-core-7.99.17.jar | None |
| LC | buildcraftcore | 7.99.17 | buildcraft-core-7.99.17.jar | None |
| LC | buildcraftbuilders | 7.99.17 | buildcraft-builders-7.99.17.jar | None |
| LC | buildcraftfactory | 7.99.17 | buildcraft-factory-7.99.17.jar | None |
| LC | buildcraftrobotics | 7.99.17 | buildcraft-robotics-7.99.17.jar | None |
| LC | buildcrafttransport | 7.99.17 | buildcraft-transport-7.99.17.jar | None |
| LC | buildcraftsilicon | 7.99.17 | buildcraft-silicon-7.99.17.jar | None |
| LC | caliper | 1.1.35 | Caliper-1.12.2-1.1.35.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | car | 1.2.11 | car-1.2.11.jar | None |
| LC | gamestages | 1.0.86 | GameStages-1.12.2-1.0.86.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | carryon | 1.9 | CarryOn MC1.12.2 v1.9.jar | None |
| LC | cd4017be_lib | 6.2.4 | CD4017BE_lib-1.12.2-6.2.4.jar | None |
| LC | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
| LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LC | chargers | 1.0.0 | Chargers-1.12.2-1.0.0.1.jar | 58e787c8aafad8b327883f94d4fa544f936d7b01 |
| LC | chiselsandbits | 14.17 | chiselsandbits-14.17.jar | None |
| LC | clienttweaks | 3.1.8 | ClientTweaks_1.12.2-3.1.8.jar | None |
| LC | clumps | 2.0.0 | Clumps-3.0.0.jar | None |
| LC | codechickenlib | 3.1.8.341 | CodeChickenLib-1.12.2-3.1.8.341-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | colouredtooltips | 1.0.4 | ColouredTooltips-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | cyclopscore | 0.11.6 | CyclopsCore-1.12.2-0.11.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LC | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
| LC | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.6.jar | None |
| LC | refinedstorage | 1.5.34 | refinedstorage-1.5.34.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LC | compactmachines3 | 3.0.12 | compactmachines3-1.12.2-3.0.12-b215.jar | None |
| LC | conarm | 0.0.21-rc1 | conarm-1.12.2-0.0.21-rc1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LC | contenttweaker | 1.12.2-4.5.0 | ContentTweaker-1.12.2-4.5.0.jar | None |
| LC | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
| LC | cookingforblockheads | 6.3.26 | CookingForBlockheads_1.12.2-6.3.26.jar | None |
| LC | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
| LC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.8.jar | None |
| LC | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.8.jar | None |
| LC | cucumber | 1.1.0 | cucumber-1.12-1.1.0.jar | None |
| LC | custommainmenu | 2.0.8 | CustomMainMenu-MC1.12.2-2.0.8.jar | None |
| LC | darkutils | 1.8.210 | DarkUtils-1.12.2-1.8.210.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | death_compass | 0.0.3 | DeathCompass-0.0.3.jar | None |
| LC | despawningspawners | 1.1 | despawningspawners-1.1.jar | None |
| LC | dimensionalcontrol | 2.10.2 | DimensionalControl-1.12.2-2.10.2.jar | None |
| LC | dimstages | 1.0.18 | DimensionStages-1.12.2-1.0.18.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | dungpipe | 1.0 | Dung Pipe-1.2.jar | None |
| LC | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
| LC | emberroot | 1.3.7 | EmberRootZoo-1.12-1.3.7.jar | None |
| LC | enchdesc | 1.1.8 | EnchantmentDescriptions-1.12.2-1.1.8.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | enderstorage | 2.4.3.130 | EnderStorage-1.12.2-2.4.3.130-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | enderutilities | 0.7.8 | enderutilities-1.12.2-0.7.8.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| LC | valkyrielib | 1.12.2-2.0.11a | valkyrielib-1.12.2-2.0.11a.jar | None |
| LC | environmentaltech | 1.12.2-2.0.11a | environmentaltech-1.12.2-2.0.11a.jar | None |
| LC | extendedcrafting | 1.3.7 | extendedcrafting-1.12-1.3.7.jar | None |
| LC | galacticraftcore | 4.0.1.177 | GalacticraftCore-1.12.2-4.0.1.177.jar | None |
| LC | galacticraftplanets | 4.0.1.177 | Galacticraft-Planets-1.12.2-4.0.1.177.jar | None |
| LC | mjrlegendslib | 1.12.2-1.1.4 | MJRLegendsLib-1.12.2-1.1.4.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| LC | extraplanets | 1.12.2-0.3.8 | ExtraPlanets-1.12.2-0.3.8.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| LC | fbp | 2.4.0 | FancyBlockParticles-1.12.x-2.4.0.jar | None |
| LC | farmingforblockheads | 3.1.17 | FarmingForBlockheads_1.12.2-3.1.17.jar | None |
| LC | farseek | 2.3 | Farseek-1.12-2.3.jar | None |
| LC | fat_cat | 0.0.5 | FatCat-0.0.5.jar | None |
| LC | ferdinandsflowers | 1.10.1b | Ferdinand's Flowers-1.10.1b-1.12.jar | None |
| LC | findme | 1.0 | findme-1.12.2-1.0.1-5.jar | None |
| LC | foamfix | 0.9.9.1-1.12.2 | foamfix-0.9.9.1-1.12.2-anarchy.jar | None |
| LC | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
| LC | forgemultipartcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | microblockcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | None |
| LC | minecraftmultipartcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | None |
| LC | galacticrafttweaker | 1.12.2-1.0.1 | GalacticraftTweaker-1.12.2-1.0.1.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| LC | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
| LC | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None |
| LC | horsepower | 2.6.1 | HorsePower-1.12.2-2.6.1.64.jar | cd7e958342770a8b17c919055da42c24dfefd879 |
| LC | huntingdim | 1.0.24 | HuntingDimension-1.12.2-1.0.24.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
| LC | immcraft | 1.4.1 | immcraft-1.12-1.4.1.jar | None |
| LC | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
| LC | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
| LC | improvedbackpacks | 1.12.2-1.2.0.3 | ImprovedBackpacks-1.12.2-1.2.0.3.jar | None |
| LC | incontrol | 3.8.0 | incontrol-1.12-3.8.0.jar | None |
| LC | indlog | 1.2.3 | InductiveLogistics-1.12.2-1.2.3.jar | None |
| LC | teslacorelib | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.10.0-173.jar | None |
| LC | infoaccessories | 1.0.6 | InfoAccessories-1.12.2-1.0.6.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | integrateddynamics | 0.11.12 | IntegratedDynamics-1.12.2-0.11.12.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LC | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.12.jar | None |
| LC | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LC | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| LC | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
| LC | ironjetpacks | 1.0.5 | ironjetpacks-1.12-1.0.5.jar | None |
| LC | itemstages | 1.0.33 | ItemStages-1.12.2-1.0.33.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | jmapstages | @VERSION@ | JourneyMapStages-1.12.2-1.0.3.jar | None |
| LC | jarm | 1.1.2 | Just A Raft Mod-1.1.2.jar | None |
| LC | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
| LC | justenoughpetroleum | 0.1 | JustEnoughPetroleum-0.1.jar | None |
| LC | kleeslabs | 5.4.10 | KleeSlabs_1.12.2-5.4.10.jar | None |
| LC | lttweaker | 1.1.14 | LootTableTweaker-1.12.2-1.1.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | magma_monsters | 0.3.0 | MagmaMonsters-0.3.0.jar | None |
| LC | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
| LC | mobends | 0.24 | mobends-0.24_for_MC-1.12.jar | None |
| LC | mob_grinding_utils | 0.3.6 | MobGrindingUtils-0.3.6.jar | None |
| LC | mobstages | 1.0.7 | MobStages-1.12.2-1.0.7.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | modularmachinery | 1.9.4 | modularmachinery-1.9.4.jar | None |
| LC | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
| LC | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
| LC | mputils | 1.5.6 | MPUtils-1.12.2-1.5.6.jar | None |
| LC | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.8.jar | None |
| LC | multiblockstages | 1.0-SNAPSHOT | multiblockstages-1.0.1.jar | None |
| LC | mundaneredstone | 1.1.3 | MundaneRedstone-1.1.3.jar | None |
| LC | mysticalagriculture | 1.6.10 | mysticalagriculture-1.12-1.6.10.jar | None |
| LC | mysticalagradditions | 1.2.8 | mysticalagradditions-1.12-1.2.8.jar | None |
| LC | mystagradcompat | 1.2 | mystagradcompat-1.2.jar | None |
| LC | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| LC | neat | 1.4-15 | Neat 1.4-15.jar | None |
| LC | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
| LC | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
| LC | nei | 2.4.1 | NotEnoughItems-1.12.2-2.4.1.233-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | noworldgen5you | 1.0.6 | NoWorldgen5You-1.12.2-1.0.6.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | nutrition | 3.4.0 | Nutrition-1.12.2-3.4.0.jar | None |
| LC | samsocean | 1.0.1 | OceanFloor-1.12-1.0.1.jar | None |
| LC | oreexcavation | 1.4.118 | OreExcavation-1.4.118.jar | None |
| LC | oeintegration | 2.3.3 | oeintegration-2.3.3.jar | None |
| LC | orestages | 1.0.26 | OreStages-1.12.2-1.0.26.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | overloaded | 0.0.52 | Overloaded-1.12.2-0.0.52.jar | 644f38521a349310a5dae0239577dc7beebefaec |
| LC | pickletweaks | 2.0.16 | pickletweaks-1.12-2.0.16.jar | None |
| LC | placebo | 1.3.4 | Placebo-1.12.2-1.3.4.jar | None |
| LC | playerskins | 1.0.4 | playerskin-1.12.2-1.0.5.jar | None |
| LC | pneumaticcraft | 1.12.2-0.6.6-192 | pneumaticcraft-repressurized-1.12.2-0.6.6-192.jar | None |
| LC | poweradapters | 1.0.9 | PowerAdapters-1.12.2-1.0.9.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | prestige | 1.0.15 | Prestige-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | primalchests | 1.0.3 | PrimalChests-1.0.3.jar | None |
| LC | rustic | 1.0.5 | rustic-1.0.5.jar | None |
| LC | thebetweenlands | 3.3.8 | TheBetweenlands-3.3.8-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| LC | traverse | 1.5.3 | Traverse-1.12.2-1.5.3-58.jar | None |
| LC | primal | 0.6.56 | PrimalCore-1.12.2-0.6.56.jar | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| LC | progressiontweaks | 1.12.2-0.3.40 | ProgressionTweaks-1.12.2-0.3.40.jar | None |
| LC | prospectors | 1.0.1 | prospectors-1.0.1.jar | None |
| LC | reborncore | 3.8.7.295 | RebornCore-1.12.2-3.8.7.295-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LC | quantumstorage | 4.5.0 | QuantumStorage-1.12-4.5.0.jar | None |
| LC | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
| LC | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
| LC | realdrops | 1.2.12 | RealisticItemDrops-1.2.12.jar | None |
| LC | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.1.0.50.jar | None |
| LC | recipestages | 1.0.8 | RecipeStages-1.0.8.jar | None |
| LC | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
| LC | refinedstorageaddons | 0.3 | refinedstorageaddons-0.3.jar | None |
| LC | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LC | rftools | 7.33 | rftools-1.12-7.33.jar | None |
| LC | rftoolscontrol | 1.8.1 | rftoolsctrl-1.12-1.8.1.jar | None |
| LC | roadrunner | 1.0.1 | roadrunner-1.0.1.jar | None |
| LC | scannable | 1.6.3.19 | Scannable-MC1.12-1.6.3.19.jar | None |
| LC | sevtweaks | 0.1.0-null | sevtweaks-0.1.0.jar | None |
| LC | sev_tweaks_npc | 0.0.4 | SevTweaksNPC-0.0.4.jar | None |
| LC | simpleautorun | 1.12.1-1.2 | simpleautorun-1.12.2-1.2.0.jar | None |
| LC | simplegenerators | 1.12.2-2.0.11a | simplegenerators-1.12.2-2.0.11a.jar | None |
| LC | storagenetwork | 1.12.2-1.2.4 | SimpleStorageNetwork-1.12.2-1.2.4.jar | None |
| LC | simplyarrows | 1.0.4 | SimplyArrows-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | spartanshields | 1.4.1 | SpartanShields-1.12.2-1.4.1.jar | None |
| LC | spatialservermod | 1.3 | spatialservermod-1.3.jar | None |
| LC | stevescarts | 2.4.20.99 | StevesCarts-1.12.2-2.4.20.99.jar | None |
| LC | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| LC | streams | 0.4.4 | Streams-1.12-0.4.4.jar | None |
| LC | sasit | 1.1.14 | StuffASockInIt-1.12.2-1.1.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | supersoundmuffler | 1.0.2.9 | supersoundmuffler-1.12.1-1.0.2.9.jar | None |
| LC | tallgates | 1.0.0 | TallGates-1.12.2-1.0.0.1.jar | None |
| LC | beneath | 1.4.1 | The Beneath-1.12.2-1.4.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LC | thirstybottles | 1.1.4 | ThirstyBottles-1.12.2-1.1.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None |
| LC | tinkerstages | 1.0.14 | TinkerStages-1.12.2-1.0.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
| LC | tipthescales | 1.0.1 | TipTheScales-1.12.2-1.0.1.jar | None |
| LC | toastcontrol | 1.6.0 | Toast Control-1.12.2-1.6.0.jar | None |
| LC | togetherforever | 1.0.2 | togetherforever-1.12.2-1.0.7-13.jar | None |
| LC | tombmanygraves | @VERSION@ | TombManyGraves-1.12-4.0.3.jar | None |
| LC | totemic | 1.12.2-0.11.1 | Totemic-1.12.2-0.11.1.jar | 21d11d7bf4d97b465382a1f95428029aac6daaea |
| LC | tothebatpoles | 1.12-1.1.0.0 | tothebatpoles-1.12-1.1.0.0.jar | None |
| LC | translocators | 2.5.0.70 | Translocators-1.12.2-2.5.0.70-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | triumph | 1.13.0 | Triumph-1.12.2-1.13.0.jar | None |
| LC | trumpetskeleton | 1.12-1.0.2.1 | trumpetskeleton-1.12-1.0.2.1.jar | None |
| LC | tumbleweed | 1.11-0.4.5 | tumbleweed-1.11-0.4.5.jar | None |
| LC | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
| LC | uppers | 0.0.6 | Uppers-0.0.6.jar | None |
| LC | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.11a.jar | None |
| LC | vc | 5.6.1 | ViesCraft-1.12.2-5.6.1.jar | None |
| LC | vtt | 0.6.4 | VillagerTrades-1.12-0.6.4.jar | None |
| LC | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None |
| LC | wailastages | 1.0.22 | WailaStages-1.12.2-1.0.22.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
| LC | watercontrolextreme | 1.0.0 | WaterControlExtreme-1.0.2.jar | None |
| LC | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
| LC | wawla | 2.5.257 | Wawla-1.12.2-2.5.257.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | weirdinggadget | 1.0 | weirdinggadget-1.12.2-2.0.5-universal.jar | None |
| LC | wildcrops | 1.0.1 | WildCrops-1.12-1.0.1.jar | None |
| LC | witherskelefix | 2.6.0 | Wither Skeleton Tweaks-1.12.2-2.6.0.jar | None |
| LC | wopper | 1.12-r5 | Wopper-1.12-r5.jar | None |
| LC | xnet | 1.6.9 | xnet-1.12-1.6.9.jar | None |
| LC | ynot | 0.2.2 | YNot-0.2.2.jar | None |
| LC | yoyos | 1.12.2-1.2.2.20 | yoyos_1.12.2-1.2.2.20.jar | None |
| LC | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
| LC | justthetips | 1.12-1.0.1.1 | justthetips-1.12-1.0.1.1.jar | None |
| LC | primal_tech | 0.3.3 | PrimalTech-0.3.3.jar | None |
| LC | teslacorelib_registries | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | None |
Loaded coremods (and transformers):
BNBGamingCore (BNBGamingCore-1.12.2-0.8.0.jar)
com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.10.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.177.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Quark-r1.4-123.jar)
vazkii.quark.base.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CorePlugin (SmoothFont-1.12.2-1.15.jar)
bre.smoothfont.asm.Transformer
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-82-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
FarseekCoreMod (Farseek-1.12-2.3.jar)
farseek.core.FarseekClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
invtweaks.forge.asm.ContainerTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
squeek.applecore.asm.TransformerModuleHandler
IvToolkit (IvToolkit-1.3.3-1.12.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 431.36' Renderer: 'GeForce GTX 1050/PCIe/SSE2'
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)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
Pulsar/tcomplement loaded Pulses:
- ModuleCommons (Enabled/Forced)
- ModuleFeature (Enabled/Not Forced)
- CeramicsPlugin (Enabled/Not Forced)
- ChiselPlugin (Enabled/Not Forced)
你用Starlogin启动的?
| CTM-MC1.12-0.3.0.15.jar
报错
删掉。
| LCE | ctm | MC1.12-0.3.0.15 | CTM-MC1.12-0.3.0.15.jar | None
报错
删掉。
| LCE | ctm | MC1.12-0.3.0.15 | CTM-MC1.12-0.3.0.15.jar | None
阴阳师元素祭祀 发表于 2019-8-2 19:09
| CTM-MC1.12-0.3.0.15.jar
报错
删掉。
没解决。。。。。。。
世予 发表于 2019-8-2 19:07
你用Starlogin启动的?
pcl启动器。。。。
2713599104 发表于 2019-8-3 09:49
没解决。。。。。。。
新的报错发一下
本帖最后由 a1294790523 于 2019-8-3 18:49 编辑
请使用新版本java8:https://www.java.com/zh_TW/download/manual.jsp
下载64位元离线版本安装
https://blog.csdn.net/taiyangdao/article/details/53002570
使用新版本的CTM吧
下载64位元离线版本安装
https://blog.csdn.net/taiyangdao/article/details/53002570
使用新版本的CTM吧