Updated to 1.4.5 Minecraft so I got the newest Forge and Millinaire mods Forge will load by itself but whenever I put millinaire on it give me this error message.
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 11/22/12 9:24 PM
Description: Failed to start game
java.lang.NullPointerException
at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:91)
at ModLoader.addName(ModLoader.java:183)
at ModLoader.addName(ModLoader.java:171)
at org.millenaire.common.MLN.nameItems(MLN.java:925)
at org.millenaire.common.MLN.applyLanguage(MLN.java:541)
at org.millenaire.common.MLN.loadLanguages(MLN.java:815)
at org.millenaire.client.forge.ClientProxy.loadLanguages(ClientProxy.java:177)
at org.millenaire.common.forge.Mill.load(Mill.java:602)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
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.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197)
at net.minecraft.client.Minecraft.a(Minecraft.java:469)
at net.minecraft.client.Minecraft.run(Minecraft.java:756)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.6.0_31, Sun Microsystems Inc.
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
Memory: 415458064 bytes (396 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
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 v7.23 FML v4.5.2.459 Minecraft Forge 6.4.0.395 4 mods loaded, 4 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Millenaire [Millénaire] (millenaire3.2.5.zip) Unloaded->Constructed->Pre-initialized->Errored
LWJGL: 2.4.2
OpenGL: Intel® HD Graphics Family GL version 3.1.0 - Build 8.15.10.2509, Intel
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
I have done this with several different mods and ended up with the same result.
The Millinaire files are in the mods folder and I still receive a crash report. Heres the latest one
---- Minecraft Crash Report ----
// There are four lights!
Time: 11/24/12 8:22 PM
Description: Failed to start game
java.lang.NullPointerException
at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:91)
at ModLoader.addName(ModLoader.java:183)
at ModLoader.addName(ModLoader.java:171)
at org.millenaire.common.MLN.nameItems(MLN.java:925)
at org.millenaire.common.MLN.applyLanguage(MLN.java:541)
at org.millenaire.common.MLN.loadLanguages(MLN.java:815)
at org.millenaire.client.forge.ClientProxy.loadLanguages(ClientProxy.java:177)
at org.millenaire.common.forge.Mill.load(Mill.java:602)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
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.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197)
at net.minecraft.client.Minecraft.a(Minecraft.java:469)
at net.minecraft.client.Minecraft.run(Minecraft.java:756)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.6.0_31, Sun Microsystems Inc.
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
Memory: 400700064 bytes (382 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
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 v7.23 FML v4.5.2.459 Minecraft Forge 6.4.0.396 4 mods loaded, 4 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Millenaire [Millénaire] (millenaire3.2.5.zip) Unloaded->Constructed->Pre-initialized->Errored
LWJGL: 2.4.2
Have you also placed the 2 folders into the mods directory?
With Millinaire you need to unzip the file you download from their site, and place 2 folders and a zip into the mods folder.
If you are using MultiMC or Magic Launcher, I think you need to manually put the 2 folders into the mods directory.
If I remember right, when I tried using MultiMC to put the 2 folders in it didn't work.
I don't use any other Modding programs other than Forge, I manually place the Millinaire files (Millenaire file folder and Millenaire 3.2.5.zip )into the mods folder.
What language are you using in minecraft? English? Spanish? Etc
That looks to be what it is erroring on. Assigning languages to the items in game. Those languages are in 1 of the 2 folders you need to put into the mods folder. So either, the folder isn't being copied correctly, or there isn't a translation done for your language.
Well. I was more worried that they weren't there at all, tho it's not really programming language in them, it's just different translations of the text used in game.
One other thing I see from the log is this:
at ModLoader.addName(ModLoader.java:183)
at ModLoader.addName(ModLoader.java:171)
Do you have both modloader and forge installed?
They conflict with each other, you should only have forge in there.
You might want to start with a clean jar, just to double check that nothing else besides the forge files goes into the jar.
I have done this with several different mods and ended up with the same result.
Why is this happening? Please assist.
-
View User Profile
-
View Posts
-
Send Message
Moderatorit should be in the mods folder
http://millenaire.org/wiki/FAQ_Installation#Manual_Installation
I've been pulling my hair out over this.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffWith Millinaire you need to unzip the file you download from their site, and place 2 folders and a zip into the mods folder.
If you are using MultiMC or Magic Launcher, I think you need to manually put the 2 folders into the mods directory.
If I remember right, when I tried using MultiMC to put the 2 folders in it didn't work.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffThat looks to be what it is erroring on. Assigning languages to the items in game. Those languages are in 1 of the 2 folders you need to put into the mods folder. So either, the folder isn't being copied correctly, or there isn't a translation done for your language.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffWhat exactly am I looking for?
-
View User Profile
-
View Posts
-
Send Message
Retired StaffOne other thing I see from the log is this:
Do you have both modloader and forge installed?
They conflict with each other, you should only have forge in there.
You might want to start with a clean jar, just to double check that nothing else besides the forge files goes into the jar.