本帖最后由 是叶子呀 于 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