Jump to content

Recommended Posts

Posted

So, I've finally understood how to make 1.6+ modpacks. So there I was, happy, testing the mods I added without crashes or ID conflicts. Then all of a sudden when I add Mekanism I get this crash log

---- Minecraft Crash Report ----

// Uh... Did I do that?

Time: 2013-12-04 01:11

Description: Registering texture

java.lang.NoSuchMethodError: mekanism.api.EnumColor.getLocalizedName()Ljava/lang/String;

at mekanism.client.render.MekanismRenderer.onStitch(MekanismRenderer.java:64)

at net.minecraftforge.event.ASMEventHandler_44_MekanismRenderer_onStitch_Pre.invoke(.dynamic)

at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)

at net.minecraftforge.event.EventBus.post(EventBus.java:108)

at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:247)

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:68)

at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:57)

at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:69)

at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:58)

at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:49)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:504)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:807)

at net.minecraft.client.main.Main.main(SourceFile:101)

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:131)

at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

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

---------------------------------------------------------------------------------------

-- Head --

Stacktrace:

at mekanism.client.render.MekanismRenderer.onStitch(MekanismRenderer.java:64)

at net.minecraftforge.event.ASMEventHandler_44_MekanismRenderer_onStitch_Pre.invoke(.dynamic)

at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)

at net.minecraftforge.event.EventBus.post(EventBus.java:108)

at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:247)

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:68)

at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:57)

-- Resource location being registered --

Details:

Resource location: minecraft:textures/atlas/blocks.png

Texture object class: net.minecraft.client.renderer.texture.TextureMap

Stacktrace:

at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:69)

at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:58)

at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:49)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:504)

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:807)

at net.minecraft.client.main.Main.main(SourceFile:101)

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:131)

at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- System Details --

Details:

Minecraft Version: 1.6.4

Operating System: Windows 7 (amd64) version 6.1

Java Version: 1.7.0_45, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 275406176 bytes (262 MB) / 439353344 bytes (419 MB) up to 1431830528 bytes (1365 MB)

JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1536m -XX:MaxPermSize=128m

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Suspicious classes: FML and Forge are installed

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v8.11 FML v6.4.20.916 Minecraft Forge 9.11.1.916 30 mods loaded, 30 mods active

mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized

FML{6.4.20.916} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized

Forge{9.11.1.916} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized

CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized

Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized

NotEnoughItems{1.6.1.5} [Not Enough Items] (NotEnoughItems 1.6.1.5.jar) Unloaded->Constructed->Pre-initialized

AtomicScience{1.0.0} [Atomic Science] (Atomic_Science_v1.0.0.160.jar) Unloaded->Constructed->Pre-initialized

DarkCore{0.2.0.124} [Darks CoreMachine] (Dark-CoreMachine_v0.2.0.124.jar) Unloaded->Constructed->Pre-initialized

AssemblyLine{0.2.0.124} [Assembly Line] (Dark-AssemblyLine_v0.2.0.124.jar) Unloaded->Constructed->Pre-initialized

FluidMech{0.2.0.124} [Fluid_Mechanics] (Dark-FluidMechanics_v0.2.0.124.jar) Unloaded->Constructed->Pre-initialized

GreaterSecurity{0.2.0.124} [Greater Security] (Dark-GreaterSecurity_v0.2.0.124.jar) Unloaded->Constructed->Pre-initialized

MechanizedMining{0.2.0.124} [Mechanized-Mining] (Dark-MechanizedMining_v0.2.0.124.jar) Unloaded->Constructed->Pre-initialized

GalacticraftCore{2.0.6} [Galacticraft Core] (Galacticraft-1.6.4-2.0.6.895.jar) Unloaded->Constructed->Pre-initialized

GalacticraftMars{2.0.6} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.6.895.jar) Unloaded->Constructed->Pre-initialized

ICBM|Contraption{1.3.4} [iCBM|Contraption] (ICBM_Contraption_v1.3.4.280.jar) Unloaded->Constructed->Pre-initialized

ICBM|Sentry{1.3.4} [iCBM|Sentry] (ICBM_Sentry_v1.3.4.280.jar) Unloaded->Constructed->Pre-initialized

inventorytweaks{1.56} [inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized

Mekanism{5.6.0} [Mekanism] (Mekanism-v5.6.0.587.jar) Unloaded->Constructed->Pre-initialized

MekanismGenerators{5.6.0} [MekanismGenerators] (MekanismGenerators-v5.6.0.587.jar) Unloaded->Constructed->Pre-initialized

ForgeMultipart{1.0.0.182} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.182.jar) Unloaded->Constructed->Pre-initialized

MekanismInduction{5.6.0} [MekanismInduction] (MekanismInduction-v5.6.0.587.jar) Unloaded->Constructed->Pre-initialized

MekanismTools{5.6.0} [MekanismTools] (MekanismTools-v5.6.0.587.jar) Unloaded->Constructed->Pre-initialized

minechem{@VERSION@} [MineChem] (Minechem4-12.jar) Unloaded->Constructed->Pre-initialized

NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized

WR-CBE|Core{1.4.0.6} [WR-CBE Core] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized

WR-CBE|Addons{1.4.0.6} [WR-CBE Addons] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized

WR-CBE|Logic{1.4.0.6} [WR-CBE Logic] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized

McMultipart{1.0.0.182} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.182.jar) Unloaded->Constructed->Pre-initialized

BasicComponents{1.0.0} [basic Components] (Basic_Components_v1.0.0.18.jar) Unloaded->Constructed->Pre-initialized

ForgeMicroblock{1.0.0.182} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.182.jar) Unloaded->Constructed->Pre-initialized

Launched Version: 1.6.4-Forge9.11.1.916

LWJGL: 2.9.0

OpenGL: GeForce 410M/PCI/SSE2 GL version 4.1.0, NVIDIA Corporation

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Pack: Default

Current Language: English (US)

Profiler Position: N/A (disabled)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Any way to fix this?

Thanks in advance.

Posted

It is a compatibility issue between galacticraft and mekansim. I haven't been able to fix the problem yet, apart from taking galacticraft (and micdoodlecore) out of the modpack.

EDIT: Might be a version mismatch between the two. Most likely, the name of a method changed in mekanism, and galacticraft still calls upon that old method which results in a crash.

Posted

Mekanism completely re did the gas api which broke packs with galacticraft. The last good version of Mekanism is build 497 to use with GC. Micdoodle8 said hes not working on anything besides 1.7 so do not expect him to fix the api of GC to work with mekanism. So until 1.7 it looks like if you want to use Mekanism you will will be stuck on build 497 like out modpack is. Kind of stinks but its that or get rid of 1 or the other.

Posted

That explains it... quite a shame though since MCP for 1.7.2 is taking a long time to be released. Oh well... thanks for the cause of the error though. Me and a friend of mine have been wondering which version of mekansim we had to go back to to make it work.

Posted

No problem. You should be good with 497. Any mekanism related bugs you find or crash with feel free to PM me about. I feel like at this point One of my more java savy admins and I have found them all and how to fix the ones that can be fixed.

Posted

Sorry for the double post but its good info if anyone is still having this issue.

Micdoodle has seemed to have ninja patched the api issues between Mekanism and GC.

Build 904 of GC and Build 610 of Mekanism are running smooth together in sp and I will be testing them tonight on my test server obviously in an online environment.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...