For some reason, I'm getting the following error whenever I add this mod to my game:
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 12/31/13 1:39 PM
Description: Initializing game
java.lang.NullPointerException
at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:112)
at net.minecraft.src.ModLoader.addName(ModLoader.java:222)
at net.minecraft.src.ModLoader.addName(ModLoader.java:209)
at org.millenaire.common.MLN.nameItems(MLN.java:1247)
at org.millenaire.common.MLN.applyLanguage(MLN.java:824)
at org.millenaire.common.MLN.loadLanguages(MLN.java:1122)
at org.millenaire.client.forge.ClientProxy.loadLanguages(ClientProxy.java:190)
at org.millenaire.common.forge.Mill.load(Mill.java:760)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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 cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:112)
at net.minecraft.src.ModLoader.addName(ModLoader.java:222)
at net.minecraft.src.ModLoader.addName(ModLoader.java:209)
at org.millenaire.common.MLN.nameItems(MLN.java:1247)
at org.millenaire.common.MLN.applyLanguage(MLN.java:824)
at org.millenaire.common.MLN.loadLanguages(MLN.java:1122)
at org.millenaire.client.forge.ClientProxy.loadLanguages(ClientProxy.java:190)
at org.millenaire.common.forge.Mill.load(Mill.java:760)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
I added it into the latest DW20 FTB pack, with Gregtech, DimDoors, Better Dungeons, Battle Towers and Ruins also added. Is this incompatible with any of those? If not, what's going wrong?
I attempted to get help for 3 days on the FTB forums, and nobody there even bothers to reply, while roughly a day on the millionaire forum topic and no reply either. This'll be my third attempt, REALLY hoping someone can help.
Rollback Post to RevisionRollBack
"Idiots are just like Slinkies. They're practically useless, but still give a smile to your face if you push them down a flight of stairs."
"It’s not that I hate you, it’s more like if you were on fire and I had water, I would drink it." EPIC: ۞
Has it just been by itself or with other mods? If it's the former, then I think it might be Millionaire itself, but the latter would lean towards it having a conflict with some mods.
Rollback Post to RevisionRollBack
"Idiots are just like Slinkies. They're practically useless, but still give a smile to your face if you push them down a flight of stairs."
"It’s not that I hate you, it’s more like if you were on fire and I had water, I would drink it." EPIC: ۞
Was buildcraft one of those mods? I recently heard that Buildcraft causes problems with Millionaire.
EDIT: If someone could close this topic, that'd be appreciated. Buildcraft was the problem. Disabled it and everything worked like a charm.
"Idiots are just like Slinkies. They're practically useless, but still give a smile to your face if you push them down a flight of stairs."
"It’s not that I hate you, it’s more like if you were on fire and I had water, I would drink it." EPIC: ۞
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 12/31/13 1:39 PM
Description: Initializing game
java.lang.NullPointerException
at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:112)
at net.minecraft.src.ModLoader.addName(ModLoader.java:222)
at net.minecraft.src.ModLoader.addName(ModLoader.java:209)
at org.millenaire.common.MLN.nameItems(MLN.java:1247)
at org.millenaire.common.MLN.applyLanguage(MLN.java:824)
at org.millenaire.common.MLN.loadLanguages(MLN.java:1122)
at org.millenaire.client.forge.ClientProxy.loadLanguages(ClientProxy.java:190)
at org.millenaire.common.forge.Mill.load(Mill.java:760)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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 cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:112)
at net.minecraft.src.ModLoader.addName(ModLoader.java:222)
at net.minecraft.src.ModLoader.addName(ModLoader.java:209)
at org.millenaire.common.MLN.nameItems(MLN.java:1247)
at org.millenaire.common.MLN.applyLanguage(MLN.java:824)
at org.millenaire.common.MLN.loadLanguages(MLN.java:1122)
at org.millenaire.client.forge.ClientProxy.loadLanguages(ClientProxy.java:190)
at org.millenaire.common.forge.Mill.load(Mill.java:760)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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.6.0_26, Sun Microsystems Inc.
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
Memory: 1202224872 bytes (1146 MB) / 1823408128 bytes (1738 MB) up to 3817799680 bytes (3640 MB)
JVM Flags: 3 total; -Xms256M -Xmx4095M -XX:PermSize=256m
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.45.953 Minecraft Forge 9.11.1.953 Feed The Beast Mod Pack 132 mods loaded, 132 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics-Core{rv14.finale2} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
denLib{3.1.35} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
InfiniBows{1.2.0 build 14} [Infinity Bow Fix] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
MobiusCore{1.0.4} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized->Initialized
switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
arsmagica2{1.0.2b} [Ars Magica 2] (AM2_1.0.2b.zip) Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics{rv14.finale2} [Applied Energistics] (appeng-rv14-finale2-mc16x.jar) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
BetterDungeons{2.4} [Chocolate quest] (BetterDungeons205.zip) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.5.3} [BiblioCraft] (BiblioCraft[v1.5.3].zip) Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore{2.0.0.0} [CoFH Core] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ForgeMultipart{1.0.0.220} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.220.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{4.1.2} [BuildCraft] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion{3.0.0.0} [Thermal Expansion] (ThermalExpansion-3.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2{2.0.316-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.316-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{4.1.2} [BC Builders] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{4.1.2} [BC Energy] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{4.1.2} [BC Factory] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{4.1.2} [BC Transport] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded{1.6.2R2.7.4} [MineFactory Reloaded] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.4} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forestry{2.3.1.0} [Forestry for Minecraft] (Forestry-A-2.3.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized
Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized->Initialized
Billund{1.01} [BILLUND] (BILLUND1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{4.1.2} [BC Silicon] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Additional-Buildcraft-Objects{1.0.6.182} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.6.182.jar) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks{1.3.3.3} [ChickenChunks] (ChickenChunks 1.3.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHLoot{2.0.0.0} [CoFH Loot] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHMasquerade{2.0.0.0} [CoFH Masquerade] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHSocial{2.0.0.0} [CoFH Social] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHWorld{2.0.0.0} [CoFH World] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
CompactSolars{4.4.19.224} [Compact Solar Arrays] (compactsolars-universal-1.6.4-4.4.19.224.zip) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft{1.57} [ComputerCraft] (ComputerCraft1.57.zip) Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle{1.57} [ComputerCraft Turtles] (ComputerCraft1.57.zip) Unloaded->Constructed->Pre-initialized->Initialized
DenPipes-Forestry{1.1.8} [DenPipes-Forestry] (DenPipes-Forestry-1.6.4-1.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
DenPipes-Emerald{1.1.6} [DenPipes-Emerald] (DenPipes-Emerald-1.6.4-1.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
DenPipes{2.1.18} [DenPipes] (DenPipes-1.6.4-2.1.18.jar) Unloaded->Constructed->Pre-initialized->Initialized
dimdoors{$VERSION$} [Dimensional Doors] (DimensionalDoors-2.2.1RC1-50.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage{1.4.3.5} [EnderStorage] (EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{1.0.1} [Extra Utilities] (extrautils-1.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
factorization{0.8.23} [Factorization] (Factorization-0.8.23.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.misc{0.8.23} [Factorization Miscellaneous Nonsense] (Factorization-0.8.23.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.notify{0.8.23} [Factorization Notification System] (Factorization-0.8.23.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.dimensionalSlice{0.8.23} [Factorization Dimensional Slices] (Factorization-0.8.23.jar) Unloaded->Constructed->Pre-initialized->Initialized
flatsigns{1.4.0} [Flat Signs] (flatsigns-1.6.2-universal-1.4.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized
GateCopy{3.1.4} [GateCopy] (GateCopy-1.6.4-3.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{2.3.0} [iChunUtil] (iChunUtil2.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{4.0.5b} [Thaumcraft] (Thaumcraft4.0.5b.zip) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft{8.3.0.0} [Railcraft] (Railcraft_1.6.4-8.3.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
gregtech_addon{MC162} [GregTech-Addon] (gregtechmod (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
Hats{2.0.2} [Hats] (Hats2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
HatStand{2.0.0} [HatStand] (HatStand2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
IC2NuclearControl{1.6.2c} [Nuclear Control] (IC2NuclearControl-1.6.2c-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{5.4.1.649} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.649.zip) Unloaded->Constructed->Pre-initialized->Initialized
LogisticsPipes|Main{0.7.4.dev.80} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.80.jar) Unloaded->Constructed->Pre-initialized->Initialized
MagicBees{2.1.9} [Magic Bees] (magicbees-2.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
MFFS{3.5.0} [Modular Force Field System] (MFFS_v3.5.0.255.jar) Unloaded->Constructed->Pre-initialized->Initialized
millenaire{5.1.11} [Millénaire] (millenaire-jar-5.1.11) Unloaded->Constructed->Pre-initialized->Errored
MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAtum{1.6.2R2.7.4} [MFR Compat: Atum] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBackTools{1.6.2R2.7.4} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.4} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatChococraft{1.6.2R2.7.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestry{1.6.2R2.7.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.4} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatIC2{1.6.2R2.7.4} [MFR Compat: IC2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatMagicalCrops{1.6.2R2.7.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft{0.10.11.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.11.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.4} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatPams{1.6.2R2.7.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.4} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRP2{1.6.2R2.7.4} [MFR Compat: RP2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.4} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.20.2} [The Twilight Forest] (twilightforest-1.20.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatVanilla{1.6.2R2.7.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized
numina{0.1.1-53} [Numina] (Numina-1.6.2-0.1.1-53.jar) Unloaded->Constructed->Pre-initialized->Initialized
powersuits{0.9.0-84} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.9.0-84.jar) Unloaded->Constructed->Pre-initialized->Initialized
Morph{0.4.0} [Morph] (Morph-Beta-0.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Morpheus{1.2} [Morpheus] (Morpheus-1.6.4-1.2.32.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons{1.9.3.r47} [NEI Addons] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|AE{1.9.3.r47} [NEI Addons: Applied Energistics] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|CraftingTables{1.9.3.r47} [NEI Addons: Crafting Tables] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|ExtraBees{1.9.3.r47} [NEI Addons: Extra Bees] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|Forestry{1.9.3.r47} [NEI Addons: Forestry] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|MiscPeripherals{1.9.3.r47} [NEI Addons: Misc Peripherals] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized
OpenPeripheral{0.2.1} [OpenPeripheral] (OpenPeripheral-0.2.1-preview8.jar) Unloaded->Constructed->Pre-initialized->Initialized
OpenBlocks{1.2.2} [OpenBlocks] (OpenBlocks-1.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MapWriter{2.0.1} [MapWriter] (Opis_1.1.2_alpha.zip) Unloaded->Constructed->Pre-initialized->Initialized
Opis{1.1.2_alpha} [Opis] (Opis_1.1.2_alpha.zip) Unloaded->Constructed->Pre-initialized->Initialized
PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30.jar) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Core{4.1.0.13} [Project: Red-Core] (ProjectRedBase-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Compatability{4.1.0.13} [ProjectRed-Compatability] (ProjectRedCompat-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Integration{4.1.0.13} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Transmission{4.1.0.13} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Illumination{4.1.0.13} [ProjectRed-Illumination] (ProjectRedLighting-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Exploration{4.1.0.13} [ProjectRed-Exploration] (ProjectRedWorld-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
QuantumCraft{1.02_mc164} [qCraft] (qCraft1.02_mc164.zip) Unloaded->Constructed->Pre-initialized->Initialized
Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
AS_Ruins{11.0} [Ruins Spawning System] (Ruins_1.6.4 (2).zip) Unloaded->Constructed->Pre-initialized->Initialized
StevesCarts{2.0.0.b1} [Steve's Carts 2] (StevesCarts2.0.0.b3.zip) Unloaded->Constructed->Pre-initialized->Initialized
switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized->Initialized
Translocator{1.1.0.13} [Translocator] (Translocator 1.1.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.4.4} [Waila] (Waila_1.4.4b.zip) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Core{1.4.0.6} [WR-CBE Core] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Addons{1.4.0.6} [WR-CBE Addons] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Logic{1.4.0.6} [WR-CBE Logic] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
McMultipart{1.0.0.220} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.220.jar) Unloaded->Constructed->Pre-initialized->Initialized
ForgeMicroblock{1.0.0.220} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.220.jar) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.4
LWJGL: 2.9.0
OpenGL: GeForce GTX 670/PCIe/SSE2 GL version 4.4.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
I attempted to get help for 3 days on the FTB forums, and nobody there even bothers to reply, while roughly a day on the millionaire forum topic and no reply either. This'll be my third attempt, REALLY hoping someone can help.
"It’s not that I hate you, it’s more like if you were on fire and I had water, I would drink it." EPIC: ۞
Has it just been by itself or with other mods? If it's the former, then I think it might be Millionaire itself, but the latter would lean towards it having a conflict with some mods.
"It’s not that I hate you, it’s more like if you were on fire and I had water, I would drink it." EPIC: ۞
Was buildcraft one of those mods? I recently heard that Buildcraft causes problems with Millionaire.
EDIT: If someone could close this topic, that'd be appreciated. Buildcraft was the problem. Disabled it and everything worked like a charm.
"It’s not that I hate you, it’s more like if you were on fire and I had water, I would drink it." EPIC: ۞