本帖最后由 是叶子呀 于 2021-8-2 11:45 编辑
自制的整合包崩溃了,求大佬解答崩溃原因以及解决方法
自制的整合包崩溃了,求大佬解答崩溃原因以及解决方法
---- Minecraft Crash Report ---- // I bet Cylons wouldn't have this problem. Time: 2021-08-02 11:14:16 CST Description: Initializing game net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (ic2) Caused by: java.lang.NoClassDefFoundError: ic2/core/block/invslot/InvSlotConsumable at ic2.core.ref.TeBlock.(TeBlock.java:162) at ic2.core.init.BlocksItems.initBlocks(BlocksItems.java:168) at ic2.core.init.BlocksItems.init(BlocksItems.java:157) at ic2.core.IC2.load(IC2.java:222) 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:629) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) at net.minecraft.client.Minecraft.init(Minecraft.java:467) at net.minecraft.client.Minecraft.run(Minecraft.java:3931) 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) Caused by: java.lang.ClassNotFoundException: ic2.core.block.invslot.InvSlotConsumable at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 44 more Caused by: java.lang.NoClassDefFoundError: ic2/core/block/invslot/InvSlot at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 46 more Caused by: java.lang.ClassNotFoundException: ic2.core.block.invslot.InvSlot at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 50 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_291, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 180397552 bytes (172 MB) / 805306368 bytes (768 MB) up to 2634022912 bytes (2512 MB) JVM Flags: 11 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx2500m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2855 Optifine OptiFine_1.12.2_HD_U_G5 42 mods loaded, 42 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.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | itemphysic | 1.4.0 | minecraft.jar | None | | LCH | PPDummy | 1.0.0 | minecraft.jar | None | | LCH | foamfixcore | 7.7.4 | minecraft.jar | None | | LCH | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 | | LCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LCH | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | LCH | carryon | 1.12.3 | CarryOnMC1.12.2v1.12.3.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 | | LCH | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None | | LCH | jei | 4.15.0.287 | jei_1.12.2-4.15.0.287.jar | None | | LCH | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None | | LCH | conarm | 1.2.5.4 | conarm-1.12.2-1.2.5.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 | | LCH | damagemark | 1.4 | DamageMarkMod-1.12.2-1.4.jar | None | | LCH | disenchanter | 1.7 | disenchanter[1.12]1.7.jar | None | | LCH | ebwizardry | 4.3.4 | ElectroblobsWizardry-4.3.4-MC1.12.2.jar | None | | LCH | foamfix | 0.8.0-1.12 | foamfix-0.8.1-1.12-anarchy.jar | None | | LCH | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None | | LCH | grimoireofgaia | 1.7.1 | GrimoireOfGaia3-1.12.2-1.7.1.jar | None | | LCH | waila | 1.8.25 | Hwyla-1.8.25-B40_1.12.jar | None | | LCH | i18nmod | 1.12.2-1.0.8 | i18nupdatemod-1.12.2-1.0.8.jar | None | | LCE | ic2 | 2.8.221-ex112 | industrialcraft-2-2.8.221-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | LC | infernalmobs | 1.7.5 | InfernalMobs-1.12.2.jar | None | | LC | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LC | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | | LC | journeymap | 1.12.2-5.5.9 | journeymap-1.12.2-5.5.9.jar | None | | LC | latiaocraft | LTC-3.0 | latiaocraft-LTC-3.0.jar | None | | LC | lootbags | 2.5.8.5 | LootBags-1.12.2-2.5.8.5.jar | None | | LC | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None | | LC | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | | LC | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None | | LC | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None | | LC | ppcore | 1.3.0 | PPCore-1.12.2-1.3.0.jar | None | | LC | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | texfix | 4.0 | TexFixV-1.12-4.0.jar | None | | LC | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | LC | ultimatestack | 1.3.1 | UltimateStack-1.12.2-1.3.1.jar | None | | LC | vanillafix | 1.0.10-SNAPSHOT | VanillaFix-1.0.10-99.jar | None | | LC | yarrmateys_cutemobmodels | 1.0.16 | YarrCuteMobModelsRemake-1.0.16-1.12.0.jar | None | | LC | thebetweenlands | 3.7.3 | TheBetweenlands-3.7.3-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 | Loaded coremods (and transformers): UltimateStackPatchingLoader (UltimateStack-1.12.2-1.3.1.jar) com.porpit.ultimatestack.transform.UltimateStackTransformer ItemPatchingLoader (ItemPhysicLite1.3.7mc1.12.2.jar) com.creativemd.itemphysic.ItemTransformer MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) mekanism.coremod.KeybindingMigrationHelper PPPatchingLoader (PPCore-1.12.2-1.3.0.jar) VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar) Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar) invtweaks.forge.asm.ContainerTransformer SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar) TheBetweenlandsLoadingPlugin (TheBetweenlands-3.7.3-SNAPSHOT-20210323.042210-core.jar) thebetweenlands.core.TheBetweenlandsClassTransformer Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.1-1.12-anarchy.jar) pl.asie.foamfix.coremod.FoamFixTransformer GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13413 Compatibility Profile Context 15.201.2901.0' Renderer: 'AMD Radeon R5 A330' AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768 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) Suspected Mods: IndustrialCraft 2 (ic2) Launched Version: HMCL 3.3.188 LWJGL: 2.9.4 OpenGL: AMD Radeon R5 A330 GL version 4.5.13413 Compatibility Profile Context 15.201.2901.0, ATI Technologies Inc. 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: Minecraft-Mod-Language-Modpack.zip Current Language: 简体中文 (中国) Profiler Position: N/A (disabled) |
上传一下latest.log这个文件,不要crash-report
ItIsEnderman 发表于 2021-8-2 12:19
上传一下latest.log这个文件,不要crash-report
[11:11:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [11:11:54] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [11:11:54] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker [11:11:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [11:11:54] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2855 for Minecraft 1.12.2 loading [11:11:54] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_291, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_291 [11:11:55] [main/INFO] [FML]: Searching E:\下载\minecraft\.minecraft\versions\1.12.2工业\mods for mods [11:11:55] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar [11:11:55] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.8.1-1.12-anarchy.jar. This is not recommended, @MODs should be in a separate jar from the coremod. [11:11:55] [main/WARN] [FML]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft [11:11:56] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.64+dev.146.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [11:11:56] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [11:11:56] [main/WARN] [FML]: The coremod com.creativemd.itemphysic.ItemPatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [11:11:56] [main/WARN] [FML]: The coremod ItemPatchingLoader (com.creativemd.itemphysic.ItemPatchingLoader) is not signed! [11:11:56] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Mekanism-1.12.2-9.8.3.390.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [11:11:56] [main/WARN] [FML]: The coremod mekanism.coremod.MekanismCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft [11:11:56] [main/WARN] [FML]: The coremod MekanismCoremod (mekanism.coremod.MekanismCoremod) is not signed! [11:11:56] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in PPCore-1.12.2-1.3.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [11:11:56] [main/WARN] [FML]: The coremod PPPatchingLoader (com.porpit.ppcore.core.PPPatchingLoader) is not signed! [11:11:56] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from Surge-1.12.2-2.0.77.jar [11:11:56] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in UltimateStack-1.12.2-1.3.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [11:11:56] [main/WARN] [FML]: The coremod UltimateStackPatchingLoader (com.porpit.ultimatestack.transform.UltimateStackPatchingLoader) is not signed! [11:11:56] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from VanillaFix-1.0.10-99.jar [11:11:56] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker [11:11:56] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions [11:11:56] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader [11:11:56] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ClassTransformer [11:11:57] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ZIP file: E:\下载\minecraft\.minecraft\libraries\optifine\OptiFine\1.12.2_HD_U_G5\OptiFine-1.12.2_HD_U_G5-installer.jar [11:11:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [11:11:57] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker [11:11:57] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker [11:11:57] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.10 Source=file:/E:/下载/minecraft/.minecraft/versions/1.12.2工业/mods/Surge-1.12.2-2.0.77.jar Service=LaunchWrapper Env=CLIENT [11:11:57] [main/INFO] [mixin]: Compatibility level set to JAVA_8 [11:11:58] [main/INFO] [VanillaFix]: Initializing VanillaFix [11:11:59] [main/INFO] [VanillaFix]: Initializing StacktraceDeobfuscator [11:11:59] [main/INFO] [VanillaFix]: Found MCP method mappings: methods-stable_39.csv [11:11:59] [main/INFO] [VanillaFix]: Done initializing StacktraceDeobfuscator [11:11:59] [main/INFO] [VanillaFix]: Initializing Bug Fix Mixins [11:11:59] [main/INFO] [VanillaFix]: Initializing Crash Fix Mixins [11:11:59] [main/INFO] [VanillaFix]: Initializing Profiler Improvement Mixins [11:11:59] [main/INFO] [VanillaFix]: Initializing Texture Fix Mixins [11:11:59] [main/INFO] [VanillaFix]: Initializing Mod Support Mixins [11:11:59] [main/WARN] [FML]: The coremod VanillaFixLoadingPlugin (org.dimdev.vanillafix.VanillaFixLoadingPlugin) is not signed! [11:11:59] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping [11:11:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [11:11:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [11:11:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [11:11:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [11:12:04] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [11:12:04] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [11:12:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [11:12:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [11:12:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [11:12:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [11:12:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [11:12:06] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker [11:12:06] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@4aedaf61 [11:12:06] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker [11:12:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [11:12:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [11:12:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [11:12:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [11:12:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [11:12:08] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker [11:12:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [11:12:08] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker [11:12:08] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments [11:12:09] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:52]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ... [11:12:09] [main/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.entity.player.InventoryPlayer [11:12:09] [main/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$1:transform:52]: Patched Method:net.minecraft.entity.player.InventoryPlayer.getInventoryStackLimit:MaxStackSize [11:12:10] [main/INFO] [BetterFps]: Patching net.minecraft.client.Minecraft... (bib) [11:12:10] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.PatcherTransformer' was detected and will no longer process meta class data [11:12:11] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:100]: Spliced in METHOD: net.minecraft.world.World.func_191504_a [11:12:11] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:87]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable [11:12:11] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:110]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities [11:12:12] [main/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.client.renderer.RenderItem [11:12:12] [main/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$6:transform:381]: Patched item count render in RenderItem! [11:12:12] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.ReturnIfBooleanTruePatch:apply:63]: Added return if option true in net/minecraft/client/renderer/texture/TextureMap func_94248_c [11:12:12] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [11:12:13] [main/INFO] [BetterFps]: Patching net.minecraft.client.Minecraft... (bib) [11:12:13] [main/INFO] [Mekanism KeybindingMigrationHelper]: Patching GameSettings.datafix [11:12:13] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.mekanism.coremod.KeybindingMigrationHelper' was detected and will no longer process meta class data [11:12:15] [main/INFO] [BetterFps]: Patching net.minecraft.client.entity.EntityPlayerSP... (bud) [11:12:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:100]: Spliced in METHOD: net.minecraft.world.World.func_191504_a [11:12:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:87]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable [11:12:16] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:110]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities [11:12:17] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:37]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s [11:12:17] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:100]: Spliced in METHOD: net.minecraft.client.renderer.vertex.VertexFormat.hashCode [11:12:17] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Added FIELD: net.minecraft.client.renderer.vertex.VertexFormat.foamfix_hashCode [11:12:17] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Added FIELD: net.minecraft.client.renderer.vertex.VertexFormat.foamfix_hashCode_calced [11:12:18] [Client thread/INFO] [net.minecraft.client.Minecraft]: Setting user: 是叶子呀 [11:12:18] [Client thread/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow) [11:12:19] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:52]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ... [11:12:19] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.item.ItemStack [11:12:19] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:spliceClasses:159]: Spliced in METHOD: aip.d [11:12:20] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$9:transform:468]: Patched Method:net.minecraft.item.ItemStack.writeToNBT: Int to Short [11:12:20] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$9:transform:472]: Patched Method:net.minecraft.item.ItemStack.writeToNBT: Item Count Byte->Short [11:12:20] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$9:transform:493]: Patched Method:net.minecraft.item.ItemStack.: Item Count Byte->Short [11:12:20] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:100]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState [11:12:20] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:100]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode [11:12:20] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode [11:12:20] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced [11:12:20] [Client thread/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm [11:12:21] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.item.ItemStack [11:12:21] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:spliceClasses:159]: Spliced in METHOD: aip.d [11:12:21] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$9:transform:468]: Patched Method:net.minecraft.item.ItemStack.writeToNBT: Int to Short [11:12:21] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$9:transform:472]: Patched Method:net.minecraft.item.ItemStack.writeToNBT: Item Count Byte->Short [11:12:21] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$9:transform:493]: Patched Method:net.minecraft.item.ItemStack.: Item Count Byte->Short [11:12:21] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:100]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals [11:12:21] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:100]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode [11:12:21] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:100]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode [11:12:21] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode [11:12:21] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced [11:12:22] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.tileentity.TileEntityDispenser [11:12:22] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$1:transform:52]: Patched Method:net.minecraft.tileentity.TileEntityDispenser.getInventoryStackLimit:MaxStackSize [11:12:22] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.tileentity.TileEntityChest [11:12:22] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$1:transform:52]: Patched Method:net.minecraft.tileentity.TileEntityChest.getInventoryStackLimit:MaxStackSize [11:12:22] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.tileentity.TileEntityFurnace [11:12:22] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$1:transform:52]: Patched Method:net.minecraft.tileentity.TileEntityFurnace.getInventoryStackLimit:MaxStackSize [11:12:23] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.tileentity.TileEntityBrewingStand [11:12:23] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$1:transform:52]: Patched Method:net.minecraft.tileentity.TileEntityBrewingStand.getInventoryStackLimit:MaxStackSize [11:12:23] [Client thread/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh) [11:12:23] [Client thread/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl) [11:12:24] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:47]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper [11:12:24] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:59]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper [11:12:24] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.tileentity.TileEntityHopper [11:12:24] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$1:transform:52]: Patched Method:net.minecraft.tileentity.TileEntityHopper.getInventoryStackLimit:MaxStackSize [11:12:24] [Client thread/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw) [11:12:24] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.tileentity.TileEntityShulkerBox [11:12:24] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$1:transform:52]: Patched Method:net.minecraft.tileentity.TileEntityShulkerBox.getInventoryStackLimit:MaxStackSize [11:12:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:37]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s [11:12:27] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.entity.item.EntityMinecartContainer [11:12:27] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$1:transform:52]: Patched Method:net.minecraft.entity.item.EntityMinecartContainer.getInventoryStackLimit:MaxStackSize [11:12:30] [Client thread/INFO] [Mekanism KeybindingMigrationHelper]: Patching GameSettings.datafix [11:12:31] [Client thread/INFO] [net.optifine.reflect.Reflector]: [OptiFine] *** Reflector Forge *** [11:12:31] [Client thread/INFO] [BetterFps]: Patching net.minecraft.client.renderer.EntityRenderer... (buq) [11:12:31] [BetterFps Update Checker/WARN] [BetterFps]: Could not check for updates: Server returned HTTP response code: 403 for URL: http://widget.mcf.li/mc-mods/minecraft/229876-betterfps.json [11:12:31] [Client thread/INFO] [net.optifine.reflect.Reflector]: [OptiFine] *** Reflector Vanilla *** [11:12:31] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.inventory.InventoryBasic [11:12:31] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$1:transform:52]: Patched Method:net.minecraft.inventory.InventoryBasic.getInventoryStackLimit:MaxStackSize [11:12:32] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.entity.player.InventoryPlayer [11:12:32] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$1:transform:52]: Patched Method:net.minecraft.entity.player.InventoryPlayer.getInventoryStackLimit:MaxStackSize [11:12:32] [Client thread/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.4 [11:12:34] [Client thread/INFO] [Config]: [OptiFine] [11:12:34] [Client thread/INFO] [Config]: [OptiFine] OptiFine_1.12.2_HD_U_G5 [11:12:34] [Client thread/INFO] [Config]: [OptiFine] Build: 20210124-142939 [11:12:34] [Client thread/INFO] [Config]: [OptiFine] OS: Windows 10 (amd64) version 10.0 [11:12:34] [Client thread/INFO] [Config]: [OptiFine] Java: 1.8.0_291, Oracle Corporation [11:12:34] [Client thread/INFO] [Config]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation [11:12:34] [Client thread/INFO] [Config]: [OptiFine] LWJGL: 2.9.4 [11:12:34] [Client thread/INFO] [Config]: [OptiFine] OpenGL: AMD Radeon R5 A330, version 4.5.13413 Compatibility Profile Context 15.201.2901.0, ATI Technologies Inc. [11:12:34] [Client thread/INFO] [Config]: [OptiFine] OpenGL Version: 4.5.13413 [11:12:34] [Client thread/INFO] [Config]: [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance) [11:12:35] [Client thread/INFO] [Config]: [OptiFine] Maximum texture size: 16384x16384 [11:12:35] [VersionCheck/INFO] [Config]: [OptiFine] Checking for new version [11:12:35] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] OpenGL Version: 4.5.13413 Compatibility Profile Context 15.201.2901.0 [11:12:35] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Vendor: ATI Technologies Inc. [11:12:35] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Renderer: AMD Radeon R5 A330 [11:12:35] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0 [11:12:35] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] GL_MAX_DRAW_BUFFERS: 8 [11:12:35] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8 [11:12:35] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32 [11:12:35] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Load shaders configuration. [11:12:35] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Save shaders configuration. [11:12:35] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] No shaderpack loaded. [11:12:35] [Client thread/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of block mappings after resources are loaded [11:12:35] [Client thread/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of item mappings after resources are loaded [11:12:35] [Client thread/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of entity mappings after resources are loaded [11:12:36] [VersionCheck/INFO] [Config]: [OptiFine] Version found: G5 [11:12:36] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.12.2_HD_U_G5, enabling compatibility features [11:12:36] [Client thread/INFO] [FML]: Could not load splash.properties, will create a default one [11:12:36] [Client thread/WARN] [mixin]: @Inject(@At("INVOKE")) Shift.BY=2 on mixins.vanillafix.crashes.json:MixinCrashReportCategory::handler$afterGetStacktrace$zbd000 exceeds the maximum allowed value 0. Increase the value of maxShiftBy to suppress this warning. [11:12:36] [Client thread/INFO] [FML]: -- System Details -- Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_291, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 65489184 bytes (62 MB) / 369098752 bytes (352 MB) up to 2634022912 bytes (2512 MB) JVM Flags: 11 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx2500m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): UltimateStackPatchingLoader (UltimateStack-1.12.2-1.3.1.jar) com.porpit.ultimatestack.transform.UltimateStackTransformer ItemPatchingLoader (ItemPhysicLite1.3.7mc1.12.2.jar) com.creativemd.itemphysic.ItemTransformer MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) mekanism.coremod.KeybindingMigrationHelper PPPatchingLoader (PPCore-1.12.2-1.3.0.jar) VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar) Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar) invtweaks.forge.asm.ContainerTransformer SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar) TheBetweenlandsLoadingPlugin (TheBetweenlands-3.7.3-SNAPSHOT-20210323.042210-core.jar) thebetweenlands.core.TheBetweenlandsClassTransformer Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.1-1.12-anarchy.jar) pl.asie.foamfix.coremod.FoamFixTransformer GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13413 Compatibility Profile Context 15.201.2901.0' Renderer: 'AMD Radeon R5 A330' Suspected Mods: Unknown [11:12:36] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2855 Initialized [11:12:36] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [11:12:37] [Client thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient... [11:12:37] [Client thread/INFO] [FML]: Replaced 1227 ore ingredients [11:12:39] [Client thread/INFO] [FML]: Searching E:\下载\minecraft\.minecraft\versions\1.12.2工业\mods for mods [11:12:43] [Thread-3/INFO] [FML]: Using alternative sync timing : 200 frames of Display.update took 5571032600 nanos [11:12:50] [Client thread/WARN] [FML]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.67.844 [11:12:55] [Client thread/WARN] [FML]: Mod mekanismgenerators is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-9.8.3.390 [11:12:55] [Client thread/WARN] [FML]: Mod mekanismtools is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-9.8.3.390 [11:12:58] [Client thread/WARN] [FML]: Mod vanillafix is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.10-SNAPSHOT [11:13:03] [Client thread/INFO] [FML]: Forge Mod Loader has identified 42 mods to load [11:13:03] [Client thread/WARN] [mixin]: Error loading class: team/chisel/client/TextureStitcher$MagicStitchingSprite (java.lang.ClassNotFoundException: The specified class 'team.chisel.client.TextureStitcher$MagicStitchingSprite' was not found) [11:13:03] [Client thread/WARN] [mixin]: Error loading class: openblocks/client/renderer/tileentity/TileEntityTankRenderer (java.lang.ClassNotFoundException: The specified class 'openblocks.client.renderer.tileentity.TileEntityTankRenderer' was not found) [11:13:04] [Client thread/WARN] [mixin]: Error loading class: morph/avaritia/client/render/item/HaloRenderItem (java.lang.ClassNotFoundException: The specified class 'morph.avaritia.client.render.item.HaloRenderItem' was not found) [11:13:04] [Client thread/WARN] [mixin]: Error loading class: morph/avaritia/client/render/item/WrappedItemRenderer (java.lang.ClassNotFoundException: The specified class 'morph.avaritia.client.render.item.WrappedItemRenderer' was not found) [11:13:05] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, itemphysic, PPDummy, foamfixcore, appliedenergistics2, baubles, bibliocraft, carryon, conarm, damagemark, disenchanter, ebwizardry, foamfix, cfm, grimoireofgaia, waila, i18nmod, ic2, infernalmobs, inventorytweaks, ironchest, jei, journeymap, latiaocraft, lootbags, mantle, mcmultipart, mekanism, mekanismgenerators, mekanismtools, ppcore, surge, tconstruct, texfix, thaumcraft, ultimatestack, vanillafix, yarrmateys_cutemobmodels, thebetweenlands] at CLIENT [11:13:05] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, itemphysic, PPDummy, foamfixcore, appliedenergistics2, baubles, bibliocraft, carryon, conarm, damagemark, disenchanter, ebwizardry, foamfix, cfm, grimoireofgaia, waila, i18nmod, ic2, infernalmobs, inventorytweaks, ironchest, jei, journeymap, latiaocraft, lootbags, mantle, mcmultipart, mekanism, mekanismgenerators, mekanismtools, ppcore, surge, tconstruct, texfix, thaumcraft, ultimatestack, vanillafix, yarrmateys_cutemobmodels, thebetweenlands] at SERVER [11:13:05] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.network.PacketBuffer [11:13:05] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:spliceClasses:159]: Spliced in METHOD: gy.a [11:13:05] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:spliceClasses:159]: Spliced in METHOD: gy.k [11:13:07] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:52]: [itemphysic] Patched net.minecraft.client.renderer.entity.RenderEntityItem ... [11:13:09] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.ReturnIfBooleanTruePatch:apply:63]: Added return if option true in net/minecraft/client/renderer/texture/TextureMap func_94248_c [11:13:13] [Client thread/WARN] [FML]: Patcher expecting empty class data file for net.minecraft.block.state.BlockStateContainer$Builder, but received non-empty [11:13:13] [Client thread/INFO] [Pulsar-tconstruct]: Skipping Pulse chiselIntegration; missing dependency: chisel [11:13:13] [Client thread/INFO] [Pulsar-tconstruct]: Skipping Pulse chiselsandbitsIntegration; missing dependency: chiselsandbits [11:13:13] [Client thread/INFO] [Pulsar-tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks [11:13:13] [Client thread/INFO] [Pulsar-tconstruct]: Skipping Pulse theoneprobeIntegration; missing dependency: theoneprobe [11:13:13] [Client thread/INFO] [Pulsar-tconstruct]: Skipping Pulse quarkIntegration; missing dependency: quark [11:13:14] [Client thread/INFO] [tconstruct]: Preparing to take over the world [11:13:15] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.inventory.InventoryCrafting [11:13:15] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$1:transform:52]: Patched Method:net.minecraft.inventory.InventoryCrafting.getInventoryStackLimit:MaxStackSize [11:13:15] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.inventory.InventoryCraftResult [11:13:15] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$1:transform:52]: Patched Method:net.minecraft.inventory.InventoryCraftResult.getInventoryStackLimit:MaxStackSize [11:13:22] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.client.renderer.RenderItem [11:13:22] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$6:transform:381]: Patched item count render in RenderItem! [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: java.lang.ClassNotFoundException: net.minecraftforge.client.model.ItemLayerModel$BakedItemModel [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at java.lang.ClassLoader.loadClass(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at java.lang.ClassLoader.loadClass(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at java.lang.Class.forName0(Native Method) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at java.lang.Class.forName(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at pl.asie.foamfix.util.MethodHandleHelper.findFieldGetter(MethodHandleHelper.java:33) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at pl.asie.foamfix.client.Deduplicator.(Deduplicator.java:85) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at pl.asie.foamfix.ProxyClient.(ProxyClient.java:49) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at java.lang.Class.forName0(Native Method) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at java.lang.Class.forName(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at java.lang.reflect.Method.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at java.lang.reflect.Method.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:3931) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraft.client.main.Main.main(SourceFile:123) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at java.lang.reflect.Method.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldGetter:35]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [11:13:23] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.NullPointerException [11:13:23] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) [11:13:23] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: ... 47 more [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: java.lang.ClassNotFoundException: net.minecraftforge.client.model.ItemLayerModel$BakedItemModel [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at java.lang.ClassLoader.loadClass(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at java.lang.ClassLoader.loadClass(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at java.lang.Class.forName0(Native Method) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at java.lang.Class.forName(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at pl.asie.foamfix.util.MethodHandleHelper.findFieldSetter(MethodHandleHelper.java:42) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at pl.asie.foamfix.client.Deduplicator.(Deduplicator.java:86) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at pl.asie.foamfix.ProxyClient.(ProxyClient.java:49) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at java.lang.Class.forName0(Native Method) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at java.lang.Class.forName(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at java.lang.reflect.Method.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at java.lang.reflect.Method.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:3931) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraft.client.main.Main.main(SourceFile:123) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at java.lang.reflect.Method.invoke(Unknown Source) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [11:13:23] [Client thread/INFO] [STDERR]: [pl.asie.foamfix.util.MethodHandleHelper:findFieldSetter:44]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [11:13:31] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:47]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap [11:13:31] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:59]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap [11:13:40] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraft.network.NetHandlerPlayServer [11:13:41] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$7:transform:410]: Patched Method:net.minecraft.network.NetHandlerPlayServer.processCreativeInventoryAction: Creative Clone [11:13:44] [Client thread/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Baubles, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Carry On, FMLFileResourcePack:Construct's Armory, FMLFileResourcePack:DamageMark, FMLFileResourcePack:Disenchanter, FMLFileResourcePack:Electroblob's Wizardry, FMLFileResourcePack:FoamFix, FMLFileResourcePack:MrCrayfish's Furniture Mod, FMLFileResourcePack:Grimoire of Gaia 3, FMLFileResourcePack:Waila, FMLFileResourcePack:I18n Update Mod, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Latiao Craft, FMLFileResourcePack:Loot Bags, FMLFileResourcePack:Mantle, FMLFileResourcePack:MCMultiPart, FMLFileResourcePack:Mekanism, FMLFileResourcePack:Mekanism: Generators, FMLFileResourcePack:Mekanism: Tools, FMLFileResourcePack:PPCore, FMLFileResourcePack:Surge, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:TextureFix, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:UltimateStack, FMLFileResourcePack:VanillaFix, FMLFileResourcePack:Yarr Cute Mob Models - Remake, FMLFileResourcePack:The Betweenlands, Minecraft-Mod-Language-Modpack.zip [11:13:49] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [11:13:50] [Client thread/INFO] [FML]: Found 2108 ObjectHolder annotations [11:13:50] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [11:13:50] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [11:13:50] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching net.minecraftforge.items.ItemStackHandler [11:13:50] [Client thread/INFO] [STDOUT]: [com.porpit.ultimatestack.transform.UltimateStackTransformer$8:transform:435]: Patched Method:net.minecraftforge.items.ItemStackHandler.getSlotLimit: MaxSlotLimit [11:13:51] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [11:13:51] [Forge Version Check/INFO] [forge.VersionCheck]: [ultimatestack] Starting version check at https://raw.githubusercontent.co ... 1.12.2/version.json [11:13:51] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/ ... romotions_slim.json [11:13:52] [Client thread/INFO] [AE2:C]: Pre Initialization ( started ) [11:13:55] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null [11:13:55] [Forge Version Check/INFO] [forge.VersionCheck]: [carryon] Starting version check at https://gist.githubusercontent.c ... e76a35d9d6fa2e/raw/ [11:13:55] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:100]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState [11:13:56] [Forge Version Check/INFO] [forge.VersionCheck]: [disenchanter] Starting version check at https://raw.githubusercontent.co ... /meta/versions.json [11:13:56] [Forge Version Check/INFO] [forge.VersionCheck]: [vanillafix] Starting version check at https://gist.githubusercontent.c ... illafix_update.json [11:13:56] [Forge Version Check/INFO] [forge.VersionCheck]: [vanillafix] Found status: AHEAD Target: null [11:14:03] [Client thread/INFO] [AE2:C]: Starting AE2 VersionChecker [11:14:03] [Client thread/INFO] [AE2:C]: Pre Initialization ( ended after 12354ms ) [11:14:06] [AE2 VersionChecker/INFO] [AE2:C]: No newer version is available: missing(found) < rv6-stable-7 (current) [11:14:06] [AE2 VersionChecker/INFO] [AE2:C]: Stopping AE2 VersionChecker [11:14:08] [Client thread/INFO] [ebwizardry]: Setting up main config [11:14:09] [Client thread/INFO] [foamfix]: Removing LaunchWrapper package manifest map... [11:14:09] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:100]: Spliced in METHOD: net.minecraftforge.client.model.ItemLayerModel.bake [11:14:16] [Client thread/INFO] [STDOUT]: [com.porpit.ppcore.transform.PPCoreTransformer:transform:50]: [ppcore] Patching ic2.core.block.invslot.InvSlot [11:14:16] [Client thread/WARN] [org.dimdev.utils.ModIdentifier]: Failed to identify sun.reflect.GeneratedMethodAccessor9 (untransformed name: sun.reflect.GeneratedMethodAccessor9) [11:14:16] [Client thread/FATAL] [VanillaFix]: Minecraft ran into a problem! Report saved to: E:\下载\minecraft\.minecraft\versions\1.12.2工业\crash-reports\crash-2021-08-02_11.14.16-client.txt ---- Minecraft Crash Report ---- // Why did you do that? Time: 2021-08-02 11:14:16 CST Description: There was a severe problem during mod loading that has caused the game to fail net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (ic2) Caused by: java.lang.NoClassDefFoundError: ic2/core/block/invslot/InvSlotConsumable at ic2.core.ref.TeBlock.(TeBlock.java:162) at ic2.core.init.BlocksItems.initBlocks(BlocksItems.java:168) at ic2.core.init.BlocksItems.init(BlocksItems.java:157) at ic2.core.IC2.load(IC2.java:222) 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:629) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) at net.minecraft.client.Minecraft.init(Minecraft.java:467) at net.minecraft.client.Minecraft.run(Minecraft.java:3931) 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) Caused by: java.lang.ClassNotFoundException: ic2.core.block.invslot.InvSlotConsumable at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 44 more Caused by: java.lang.NoClassDefFoundError: ic2/core/block/invslot/InvSlot at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 46 more Caused by: java.lang.ClassNotFoundException: ic2.core.block.invslot.InvSlot at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 50 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_291, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 182734680 bytes (174 MB) / 805306368 bytes (768 MB) up to 2634022912 bytes (2512 MB) JVM Flags: 11 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx2500m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2855 Optifine OptiFine_1.12.2_HD_U_G5 42 mods loaded, 42 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.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | itemphysic | 1.4.0 | minecraft.jar | None | | LCH | PPDummy | 1.0.0 | minecraft.jar | None | | LCH | foamfixcore | 7.7.4 | minecraft.jar | None | | LCH | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 | | LCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LCH | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | LCH | carryon | 1.12.3 | CarryOnMC1.12.2v1.12.3.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 | | LCH | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None | | LCH | jei | 4.15.0.287 | jei_1.12.2-4.15.0.287.jar | None | | LCH | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None | | LCH | conarm | 1.2.5.4 | conarm-1.12.2-1.2.5.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 | | LCH | damagemark | 1.4 | DamageMarkMod-1.12.2-1.4.jar | None | | LCH | disenchanter | 1.7 | disenchanter[1.12]1.7.jar | None | | LCH | ebwizardry | 4.3.4 | ElectroblobsWizardry-4.3.4-MC1.12.2.jar | None | | LCH | foamfix | 0.8.0-1.12 | foamfix-0.8.1-1.12-anarchy.jar | None | | LCH | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None | | LCH | grimoireofgaia | 1.7.1 | GrimoireOfGaia3-1.12.2-1.7.1.jar | None | | LCH | waila | 1.8.25 | Hwyla-1.8.25-B40_1.12.jar | None | | LCH | i18nmod | 1.12.2-1.0.8 | i18nupdatemod-1.12.2-1.0.8.jar | None | | LCE | ic2 | 2.8.221-ex112 | industrialcraft-2-2.8.221-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | LC | infernalmobs | 1.7.5 | InfernalMobs-1.12.2.jar | None | | LC | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LC | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | | LC | journeymap | 1.12.2-5.5.9 | journeymap-1.12.2-5.5.9.jar | None | | LC | latiaocraft | LTC-3.0 | latiaocraft-LTC-3.0.jar | None | | LC | lootbags | 2.5.8.5 | LootBags-1.12.2-2.5.8.5.jar | None | | LC | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None | | LC | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | | LC | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None | | LC | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None | | LC | ppcore | 1.3.0 | PPCore-1.12.2-1.3.0.jar | None | | LC | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | texfix | 4.0 | TexFixV-1.12-4.0.jar | None | | LC | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | LC | ultimatestack | 1.3.1 | UltimateStack-1.12.2-1.3.1.jar | None | | LC | vanillafix | 1.0.10-SNAPSHOT | VanillaFix-1.0.10-99.jar | None | | LC | yarrmateys_cutemobmodels | 1.0.16 | YarrCuteMobModelsRemake-1.0.16-1.12.0.jar | None | | LC | thebetweenlands | 3.7.3 | TheBetweenlands-3.7.3-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 | Loaded coremods (and transformers): UltimateStackPatchingLoader (UltimateStack-1.12.2-1.3.1.jar) com.porpit.ultimatestack.transform.UltimateStackTransformer ItemPatchingLoader (ItemPhysicLite1.3.7mc1.12.2.jar) com.creativemd.itemphysic.ItemTransformer MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) mekanism.coremod.KeybindingMigrationHelper PPPatchingLoader (PPCore-1.12.2-1.3.0.jar) VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar) Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar) invtweaks.forge.asm.ContainerTransformer SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar) TheBetweenlandsLoadingPlugin (TheBetweenlands-3.7.3-SNAPSHOT-20210323.042210-core.jar) thebetweenlands.core.TheBetweenlandsClassTransformer Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.1-1.12-anarchy.jar) pl.asie.foamfix.coremod.FoamFixTransformer GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13413 Compatibility Profile Context 15.201.2901.0' Renderer: 'AMD Radeon R5 A330' AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768 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) Suspected Mods: IndustrialCraft 2 (ic2) [11:14:16] [Client thread/WARN] [org.dimdev.utils.ModIdentifier]: Failed to identify sun.reflect.GeneratedMethodAccessor9 (untransformed name: sun.reflect.GeneratedMethodAccessor9) [11:14:16] [Client thread/FATAL] [VanillaFix]: Minecraft ran into a problem! Report saved to: E:\下载\minecraft\.minecraft\versions\1.12.2工业\crash-reports\crash-2021-08-02_11.14.16-client.txt ---- Minecraft Crash Report ---- // Why did you do that? Time: 2021-08-02 11:14:16 CST Description: Initializing game net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (ic2) Caused by: java.lang.NoClassDefFoundError: ic2/core/block/invslot/InvSlotConsumable at ic2.core.ref.TeBlock.(TeBlock.java:162) at ic2.core.init.BlocksItems.initBlocks(BlocksItems.java:168) at ic2.core.init.BlocksItems.init(BlocksItems.java:157) at ic2.core.IC2.load(IC2.java:222) 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:629) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) at net.minecraft.client.Minecraft.init(Minecraft.java:467) at net.minecraft.client.Minecraft.run(Minecraft.java:3931) 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) Caused by: java.lang.ClassNotFoundException: ic2.core.block.invslot.InvSlotConsumable at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 44 more Caused by: java.lang.NoClassDefFoundError: ic2/core/block/invslot/InvSlot at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 46 more Caused by: java.lang.ClassNotFoundException: ic2.core.block.invslot.InvSlot at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 50 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_291, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 180397552 bytes (172 MB) / 805306368 bytes (768 MB) up to 2634022912 bytes (2512 MB) JVM Flags: 11 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx2500m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2855 Optifine OptiFine_1.12.2_HD_U_G5 42 mods loaded, 42 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.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | itemphysic | 1.4.0 | minecraft.jar | None | | LCH | PPDummy | 1.0.0 | minecraft.jar | None | | LCH | foamfixcore | 7.7.4 | minecraft.jar | None | | LCH | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 | | LCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LCH | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | LCH | carryon | 1.12.3 | CarryOnMC1.12.2v1.12.3.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 | | LCH | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None | | LCH | jei | 4.15.0.287 | jei_1.12.2-4.15.0.287.jar | None | | LCH | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None | | LCH | conarm | 1.2.5.4 | conarm-1.12.2-1.2.5.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 | | LCH | damagemark | 1.4 | DamageMarkMod-1.12.2-1.4.jar | None | | LCH | disenchanter | 1.7 | disenchanter[1.12]1.7.jar | None | | LCH | ebwizardry | 4.3.4 | ElectroblobsWizardry-4.3.4-MC1.12.2.jar | None | | LCH | foamfix | 0.8.0-1.12 | foamfix-0.8.1-1.12-anarchy.jar | None | | LCH | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None | | LCH | grimoireofgaia | 1.7.1 | GrimoireOfGaia3-1.12.2-1.7.1.jar | None | | LCH | waila | 1.8.25 | Hwyla-1.8.25-B40_1.12.jar | None | | LCH | i18nmod | 1.12.2-1.0.8 | i18nupdatemod-1.12.2-1.0.8.jar | None | | LCE | ic2 | 2.8.221-ex112 | industrialcraft-2-2.8.221-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | LC | infernalmobs | 1.7.5 | InfernalMobs-1.12.2.jar | None | | LC | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LC | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | | LC | journeymap | 1.12.2-5.5.9 | journeymap-1.12.2-5.5.9.jar | None | | LC | latiaocraft | LTC-3.0 | latiaocraft-LTC-3.0.jar | None | | LC | lootbags | 2.5.8.5 | LootBags-1.12.2-2.5.8.5.jar | None | | LC | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None | | LC | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | | LC | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None | | LC | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None | | LC | ppcore | 1.3.0 | PPCore-1.12.2-1.3.0.jar | None | | LC | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | texfix | 4.0 | TexFixV-1.12-4.0.jar | None | | LC | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | LC | ultimatestack | 1.3.1 | UltimateStack-1.12.2-1.3.1.jar | None | | LC | vanillafix | 1.0.10-SNAPSHOT | VanillaFix-1.0.10-99.jar | None | | LC | yarrmateys_cutemobmodels | 1.0.16 | YarrCuteMobModelsRemake-1.0.16-1.12.0.jar | None | | LC | thebetweenlands | 3.7.3 | TheBetweenlands-3.7.3-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 | Loaded coremods (and transformers): UltimateStackPatchingLoader (UltimateStack-1.12.2-1.3.1.jar) com.porpit.ultimatestack.transform.UltimateStackTransformer ItemPatchingLoader (ItemPhysicLite1.3.7mc1.12.2.jar) com.creativemd.itemphysic.ItemTransformer MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) mekanism.coremod.KeybindingMigrationHelper PPPatchingLoader (PPCore-1.12.2-1.3.0.jar) VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar) Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar) invtweaks.forge.asm.ContainerTransformer SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar) TheBetweenlandsLoadingPlugin (TheBetweenlands-3.7.3-SNAPSHOT-20210323.042210-core.jar) thebetweenlands.core.TheBetweenlandsClassTransformer Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.1-1.12-anarchy.jar) pl.asie.foamfix.coremod.FoamFixTransformer GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13413 Compatibility Profile Context 15.201.2901.0' Renderer: 'AMD Radeon R5 A330' AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768 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) Suspected Mods: IndustrialCraft 2 (ic2) Launched Version: HMCL 3.3.188 LWJGL: 2.9.4 OpenGL: AMD Radeon R5 A330 GL version 4.5.13413 Compatibility Profile Context 15.201.2901.0, ATI Technologies Inc. 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: Minecraft-Mod-Language-Modpack.zip Current Language: 简体中文 (中国) Profiler Position: N/A (disabled) CPU: 4x AMD A8-7410 APU with AMD Radeon R5 Graphics [11:14:16] [Client thread/INFO] [Config]: [OptiFine] *** Reloading textures *** [11:14:16] [Client thread/INFO] [Config]: [OptiFine] Resource packs: Minecraft-Mod-Language-Modpack.zip [11:14:16] [Client thread/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Baubles, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Carry On, FMLFileResourcePack:Construct's Armory, FMLFileResourcePack:DamageMark, FMLFileResourcePack:Disenchanter, FMLFileResourcePack:Electroblob's Wizardry, FMLFileResourcePack:FoamFix, FMLFileResourcePack:MrCrayfish's Furniture Mod, FMLFileResourcePack:Grimoire of Gaia 3, FMLFileResourcePack:Waila, FMLFileResourcePack:I18n Update Mod, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Latiao Craft, FMLFileResourcePack:Loot Bags, FMLFileResourcePack:Mantle, FMLFileResourcePack:MCMultiPart, FMLFileResourcePack:Mekanism, FMLFileResourcePack:Mekanism: Generators, FMLFileResourcePack:Mekanism: Tools, FMLFileResourcePack:PPCore, FMLFileResourcePack:Surge, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:TextureFix, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:UltimateStack, FMLFileResourcePack:VanillaFix, FMLFileResourcePack:Yarr Cute Mob Models - Remake, FMLFileResourcePack:The Betweenlands, VanillaFix-1.0.10-99.jar, Minecraft-Mod-Language-Modpack.zip [11:14:16] [Client thread/INFO] [Config]: [OptiFine] *** Reloading textures *** [11:14:16] [Client thread/INFO] [Config]: [OptiFine] Resource packs: Minecraft-Mod-Language-Modpack.zip [11:14:22] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem... [11:14:22] [Client thread/INFO] [invtweaks.forge.asm.ContainerTransformer]: InvTweaks: successfully transformed setFocused/func_146195_b [11:14:23] [Thread-9/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL [11:14:23] [Thread-9/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [11:14:26] [Thread-9/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized. [11:14:26] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started |
ItIsEnderman 发表于 2021-8-2 12:19
上传一下latest.log这个文件,不要crash-report
vanillafix提示崩溃原因是IC2
是叶子呀 发表于 2021-8-2 12:38
vanillafix提示崩溃原因是IC2
尝试删除ultimatestack以及PPCore
ItIsEnderman 发表于 2021-8-2 12:56
尝试删除ultimatestack以及PPCore
不删有解决方法吗 没有终极堆叠太难受了
是叶子呀 发表于 2021-8-2 13:18
不删有解决方法吗 没有终极堆叠太难受了
https://github.com/PorPit/UltimateStack/releases/tag/3.0.0
那你先尝试更新PP和US到最新版吧,如果出现相同错误那我也没办法