When I go to start my minecraft client I get this error message.
The system info is in the crash report.
[code]
[code]
---- Minecraft Crash Report ----
// But it works on my machine.
Time: 7/20/15 3:46 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: tconstruct.TConstruct
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:502)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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: tconstruct.TConstruct
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
... 10 more
Caused by: java.lang.IllegalArgumentException
at org.objectweb.asm.signature.SignatureVisitor.<init>(Unknown Source)
at tconstruct.preloader.ASMInterfaceRepair$SigChecker.<init>(ASMInterfaceRepair.java:98)
at tconstruct.preloader.ASMInterfaceRepair.verifyAPI(ASMInterfaceRepair.java:136)
at tconstruct.preloader.ASMInterfaceRepair.transform(ASMInterfaceRepair.java:39)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I'm fairly new to modding and don't understand completely how to read error reports. from what I can tell its the tinkers construct stuff that's making it crash.
I'm fairly new to modding and don't understand completely how to read error reports. from what I can tell its the tinkers construct stuff that's making it crash.
All the mods will start up fine minecraft runs smooth but when I add these 3 mods to get the tinkers construct running it wont work and id like to see if any one knows a way I can set this up to make those mods work. what could be making them stop working and crash ect.
Any help is appreciated and thanks for any replies.
I figured out what's wrong. the developer merged the mech with construct because forge was crashing when trying to merge both files together and then fail each other. so he put the files together and released an updated version of it. so it only required to have 2 out of the 3 files to run it. the website I got my download from must have had an old link that was broken.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
When I go to start my minecraft client I get this error message.
The system info is in the crash report.
[code]
---- Minecraft Crash Report ----
// But it works on my machine.
Time: 7/20/15 3:46 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: tconstruct.TConstruct
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:502)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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: tconstruct.TConstruct
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
... 10 more
Caused by: java.lang.IllegalArgumentException
at org.objectweb.asm.signature.SignatureVisitor.<init>(Unknown Source)
at tconstruct.preloader.ASMInterfaceRepair$SigChecker.<init>(ASMInterfaceRepair.java:98)
at tconstruct.preloader.ASMInterfaceRepair.verifyAPI(ASMInterfaceRepair.java:136)
at tconstruct.preloader.ASMInterfaceRepair.transform(ASMInterfaceRepair.java:39)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_40, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 90898920 bytes (86 MB) / 279392256 bytes (266 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 Optifine OptiFine_1.7.10_HD_B4 42 mods loaded, 42 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed
CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.0.3.74} [Not Enough Items] (Not-Enough-Items-1.7.10.jar) Unloaded->Constructed
TConstruct-Preloader{0.1.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed
<CoFH ASM>{000} [CoFH ASM] (minecraft.jar) Unloaded->Constructed
mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar) Unloaded->Constructed
gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (Gilded-Games-Util-1.7.10.jar) Unloaded->Constructed
aether{Alpha 1.7.10-1.2} [Aether II] (Aether-2-1.7.10.jar) Unloaded->Constructed
Backpack{2.0.1} [Backpack] (Backpacks-Mod.jar) Unloaded->Constructed
BetterAnvil{4.0.0.0} [Better Anvil] (Better-Anvils-Mod-1.7.10.jar) Unloaded->Constructed
FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar) Unloaded->Constructed
BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft-Mod-1.7.10.jar) Unloaded->Constructed
CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFH-Core-1.7.10.jar) Unloaded->Constructed
CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (Custom-Mob-Spawner-Mod-1.7.10.zip) Unloaded->Constructed
customnpcs{1.7.10b} [CustomNpcs] (Custom-NPCs-Mod-1.7.10.jar) Unloaded->Constructed
DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar) Unloaded->Constructed
dungeonpack{1.7.10-1.0} [Dungeon Pack] (Dungeon-Pack-Mod-1.7.10.jar) Unloaded->Constructed
enhancedportals{3.0.6} [EnhancedPortals] (Enhanced-Portals-3-Mod-1.7.10.jar) Unloaded->Constructed
examplemod{1.0} [examplemod] (Extra-Doors-Mod-1.7.10.jar) Unloaded->Constructed
extradoors{1.5.1} [Extra Doors] (Extra-Doors-Mod-1.7.10.jar) Unloaded->Constructed
HopperDuctMod{1.3.2} [Hopper Ducts] (Hopper-Ducts-Mod-1.7.10.jar) Unloaded->Constructed
iChunUtil{4.1.3} [iChunUtil] (iChun-Util-Mod-1.7.10.jar) Unloaded->Constructed
inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.7.10.jar) Unloaded->Constructed
invisibleblockmod{1.1.9} [InvisiBlocks] (InvisiBlocks-Mod-1.7.10.jar) Unloaded->Constructed
TeNNoX_KeyAndCodeLock{1.4} [KeyAndCodeLock] (Key-and-Code-Lock-Mod-1.7.10.jar) Unloaded->Constructed
liquidpotions{1.7.10-A1.0.6} [liquidpotions] (Liquid-Potions-Mod-1.7.10.jar) Unloaded->Constructed
lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar) Unloaded->Constructed
Mantle{1.7.10-165.4bc3343} [Mantle] (Mantle-1.7.10.jar) Unloaded->Constructed
MetallurgyCore{4.0.4} [Metallurgy Core] (Metallurgy-Core-1.7.10.jar) Unloaded->Constructed
TConstruct{1.7.10-1.6.0.jenkins525} [Tinkers' Construct] (TConstruct-Mod-1.7.10.jar) Unloaded->Errored
Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-4-Mod-1.7.10 (1).jar) Unloaded->Constructed
MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (Mo-Creatures-Mod-1.7.10.zip) Unloaded->Constructed
Mystcraft{0.11.0.00} [Mystcraft] (Mystcraft-Mod-1.7.10.jar) Unloaded->Constructed
obsidianMod{dev14.9.16a} [Obsidian Mod] (Obsidian-Mod-by-Book-1.7.10.jar) Unloaded->Constructed
realmsofchaos{Alpha 1.0 pre 1} [Realms of Chaos] (Realms-of-Chaos-Mod-1.7.10.jar) Unloaded->Constructed
RedstonePasteMod{1.6.2} [Redstone Paste] (Redstone-Paste-Mod-1.7.10.jar) Unloaded->Constructed
tabbychat{1.11.1.65} [TabbyChat] (TabbyChat-1.7.10-1.11.1.65-fml.jar) Unloaded->Constructed
TMechworks{1.7.10-67.34d1d9b} [Tinkers' Mechworks] (TMechworks-1.7.10.jar) Unloaded->Errored
Torched{4.0.0} [Torched] (Torched-Mod-1.7.10.jar) Unloaded->Constructed
voxelmap{1.7.10} [VoxelMap No Radar] (Zans-Minimap-No-Radar-Mod-1.7.10.jar) Unloaded->Constructed
CoFHCore: -[1.7.10]3.0.2-262
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
All my mods are 1.7.10
It works fine without: Mantle
TMechworks
TConstruct
I'm fairly new to modding and don't understand completely how to read error reports. from what I can tell its the tinkers construct stuff that's making it crash.
I'm fairly new to modding and don't understand completely how to read error reports. from what I can tell its the tinkers construct stuff that's making it crash.
All the mods will start up fine minecraft runs smooth but when I add these 3 mods to get the tinkers construct running it wont work and id like to see if any one knows a way I can set this up to make those mods work. what could be making them stop working and crash ect.
Any help is appreciated and thanks for any replies.
I figured out what's wrong. the developer merged the mech with construct because forge was crashing when trying to merge both files together and then fail each other. so he put the files together and released an updated version of it. so it only required to have 2 out of the 3 files to run it. the website I got my download from must have had an old link that was broken.