Mekanism

Mekanism

111M Downloads

Crash

Razgriz-Ace18 opened this issue · 25 comments

commented

So, knowing this mod works with the other mods I have (seeing youtube gameplays with them together), Mekanism sadly keeps crashing. The crash:

java.lang.NoClassDefFoundError: tconstruct/tools/items/Manual
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.registry.ObjectHolderRegistry.scanTarget(ObjectHolderRegistry.java:70)
at cpw.mods.fml.common.registry.ObjectHolderRegistry.findObjectHolders(ObjectHolderRegistry.java:39)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:507)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: tconstruct.tools.items.Manual
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 15 more
Caused by: java.lang.NoClassDefFoundError: mantle/items/abstracts/CraftingItem
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:180)
... 17 more
Caused by: java.lang.ClassNotFoundException: mantle.items.abstracts.CraftingItem
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:99)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 21 more

I know its Mekanism because this ONLY displays when I install either tools or generators. And the core Mekanism jar file isn't adding anything or even registering under Forge. This is with several attempts at multiple groups of the same 1.7.10 files.

commented

I'd say almost certainly the Mekanism jar you're using, or something else in your modded environment, is corrupted somehow. Or maybe you're using a dev-deobf version of tinkers?

commented

Or maybe you don't have mantle installed?

commented

Welp, just tried fiddling with the mods, and if I uninstall Tinkers Construct then install Mekanism, I get this:

Forge Mod Loader has found a problem with your minecraft installation
The mods and versions listed below could not be found
Mekanism : any
The file 'ForgeModLoader-client-0.log' contains more information

commented

@Razgriz-Ace18 Which Forge are you using?

commented

Mantle is up, Tinkers i'm VERY sure isn't a dev. version. If something is corrupted, that would just be delete and re-dl and install right? Cause it appears this happens to thermal expansion too. almost the EXACT same error, and I'd very much like to have Mekanism and/or TE up, this might solve both.

commented

Doesn't look like a Mekanism-specific bug, then, just an issue with your installation. We can continue to provide support, but I am closing this issue.

commented

@grimallq Latest recommended build, should I simply be using latest?

commented

@Razgriz-Ace18 Tinker's Construct requires at least 1185.

commented

I think that was the problem, the recommended was 1180, the latest is 1208, that should fix it then. I'll report back in a jiffy.

commented

So, the updated forge fixed Thermal Expansion, but Mekanism still displays
Forge Mod Loader has found a problem with your minecraft installation
The mods and versions listed below could not be found
Mekanism : any
The file 'ForgeModLoader-client-0.log' contains more information
I'll try re-downloading and attempting. @grimallq Thanks for fixing another mod though
EDIT: Welp, so far 7.1.0.91 and 7.1.0.90 have caused that message, any reason why Mekanism keeps doing this?

commented

@aidancbrady @unpairedbracket So, this pops up when I open the .jar file for the regular Mekanism
\mods\Mekanism-1.7.10-7.1.0.91.jar: Unexpected end of archive
That seems important

commented

Yeah, that's definitely a corrupted archive. Redownload it, and if that doesn't work try getting a different version?

commented

@unpairedbracket Well, I re-downloaded EVERY version for 1.7.10, and the download screen showed this, but only for the core Mekanism
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'users.channel_id' in 'on clause' on line 108
So, I think maybe the main downloads are corrupted? Maybe?

commented

@aidancbrady, any idea?

commented

No clue. If it were me, I'd set up an entirely new Minecraft environment with a fresh copy of Forge, and then try the mods. If that fails, maybe try and test each mod to find which one is the culprit?

commented

@unpairedbracket its only 416 KB....

commented

@unpairedbracket @aidancbrady Alright, you probably wont hear back from me, I had to retry downloading it LITERALLY 7 times and the 17th time it decided to download the WHOLE 13 MB and not get to about 1.6 MB and claim its done.

commented

Weird, sounds like you've got some kind of connection problem with your internet or something.

commented

@aidancbrady Its defiantly the Mekanism core mod.
Here's my 2 pieces of proof:
After installing the core, here's what it showed under mods in MC and the actual folder
not registering
Here's what it showed after installing the generators OR the tools
crashformc

commented

What's the size of that archive? Should be around 13MB, it looks like there's stuff missing from it. I've just downloaded it and dropped it in a mods folder and it's loading fine.

commented

@unpairedbracket It actually acted up again, it displayed this,
java.lang.NoClassDefFoundError: mekanism/common/item/ItemElectricBow
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.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.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)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: mekanism.common.item.ItemElectricBow
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.NullPointerException

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
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.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.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)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- Initialization --
Details:
Stacktrace:
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_05, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 69255128 bytes (66 MB) / 271405056 bytes (258 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -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.25.1208 Minecraft Forge 10.13.0.1208 36 mods loaded, 36 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed
FML{7.10.25.1208} Forge Mod Loader Unloaded->Constructed
Forge{10.13.0.1208} Minecraft Forge Unloaded->Constructed
AppliedEnergistics2-Core{rv0-stable-10} AppliedEnergistics2 Core Unloaded->Constructed
CodeChickenCore{1.0.2.9} CodeChicken Core Unloaded->Constructed
{000} CoFH ASM Data Initialization Unloaded->Constructed
NotEnoughItems{1.0.2.15} Not Enough Items Unloaded->Constructed
TConstruct-Preloader{0.1.1} Tinkers Corestruct Unloaded->Constructed
OpenModsCore{@Version@} OpenModsCore Unloaded->Constructed
DamageIndicatorsMod{3.2.0} Damage Indicators Unloaded->Constructed
BuildCraft|Core{6.0.17} BuildCraft Unloaded->Constructed
ForgeMultipart{1.1.0.297} Forge Multipart Unloaded->Constructed
CoFHCore{1.7.10R3.0.0B5} CoFH Core Unloaded->Constructed
ExtraUtilities{1.1.0b} Extra Utilities Unloaded->Constructed
Mekanism{7.1.0} Mekanism Unloaded
ThermalFoundation{1.7.10R1.0.0B3} Thermal Foundation Unloaded
ThermalExpansion{1.7.10R4.0.0B5} Thermal Expansion Unloaded
appliedenergistics2{rv0-stable-10} Applied Energistics 2 Unloaded
BuildCraft|Builders{6.0.17} BC Builders Unloaded
BuildCraft|Energy{6.0.17} BC Energy Unloaded
BuildCraft|Factory{6.0.17} BC Factory Unloaded
BuildCraft|Transport{6.0.17} BC Transport Unloaded
BuildCraft|Silicon{6.0.17} BC Silicon Unloaded
CarpentersBlocks{3.2.6} [Carpenter's Blocks](Carpenter's Blocks v3.2.6 - MC 1.7.10.zip) Unloaded
chisel{1.5.6b} Chisel Unloaded
exnihilo{1.36} Ex Nihilo Unloaded
iChunUtil{4.0.0} iChunUtil Unloaded
Hats{4.0.0} Hats Unloaded
Mantle{1.7.10-165.4bc3343} Mantle Unloaded
cfm{3.3.5} §6MrCrayfish's Furniture Mod Unloaded
OpenMods{0.6} OpenMods Unloaded
harvestcraft{1.7.2d} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10a.zip) Unloaded
RedstoneArsenal{1.7.10R1.1.0B4} Redstone Arsenal Unloaded
TConstruct{1.7.10-1.6.0.build591} Tinkers' Construct Unloaded
McMultipart{1.1.0.297} Minecraft Multipart Plugin Unloaded
ForgeMicroblock{1.1.0.297} Forge Microblocks Unloaded
Launched Version: 1.7.10-Forge10.13.0.1208
LWJGL: 2.9.1
OpenGL: GeForce 6150SE nForce 430/PCI/SSE2 GL version 2.1.2, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Sphax PureBDcraft  64x MC17.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

I think it might have cut off the DL again...
I'll check....
Also, thanks for being so helpful about the situation :3

commented

Okay, so it did it again, and It DID fully download (so long as the file should be 13,284 KB (Which I'm sure is 13.284 MB))

commented

Yeah, that one's a known issue with RedstoneArsenal, I think. A fix should be released shortly.

commented

@unpairedbracket Oh, so uninstall redstone arsenal and it should work!?

commented

@Razgriz-Ace18 Deleting the ic2 folder from Redstone Arsenal jar works as a quick fix