Got a stable (until now) great little pack going but for some reason whenever I try to install buildcraft I get a crash. I am including the error report and code. When I put the buildcraft rar file into the mods folder boom crash. I pull it out and boom stable. Any help would be appreciated. Thanks!
---- Minecraft Crash Report ----
// Don't do that.
Time: 8/21/13 10:38 AM
Description: Initializing game
java.lang.NullPointerException
at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:111)
at net.minecraft.src.ModLoader.addName(ModLoader.java:207)
at net.minecraft.src.ModLoader.addName(ModLoader.java:195)
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(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:540)
at sun.reflect.GeneratedMethodAccessor1.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: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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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: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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
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:111)
at net.minecraft.src.ModLoader.addName(ModLoader.java:207)
at net.minecraft.src.ModLoader.addName(ModLoader.java:195)
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(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:540)
at sun.reflect.GeneratedMethodAccessor1.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: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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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: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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_03, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 196907448 bytes (187 MB) / 460128256 bytes (438 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
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.04 FML v6.2.45.830 Minecraft Forge 9.10.0.830 55 mods loaded, 55 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.45.830} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.830} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.2} [Not Enough Items] (NotEnoughItems 1.6.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_bspkrsCore{v3.03(1.6.2)} [bspkrsCore] ([1.6.2]bspkrsCorev3.03.zip) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ArmorStatusHUD{v1.12(1.6.2)} [ArmorStatusHUD] ([1.6.2]ArmorStatusHUDv1.12.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_DirectionHUD{v1.14(1.6.2)} [DirectionHUD] ([1.6.2]DirectionHUDv1.14.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{4.0.1} [BuildCraft] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{4.0.1} [BC Transport] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{4.0.1} [BC Silicon] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2{1.118.401-lf} [IndustrialCraft 2] (industrialcraft-2_1.118.401-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics{rv12.b} [Applied Energistics] (appeng-rv12-b-mc162.zip) Unloaded->Constructed->Pre-initialized->Initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.12.15} [Backpack] (backpack-1.12.15-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.4.0} [BiblioCraft] (BiblioCraft[v1.4.0].zip) Unloaded->Constructed->Pre-initialized->Initialized
Natura{2.1.5} [Natura] (Natura_1.6.2_2.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{0.6.1} [Biomes O' Plenty] (Biomes-O-Plenty-0.6.1-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsBoP{1.2} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.2].zip) Unloaded->Constructed->Pre-initialized->Initialized
Forestry{2.3.0.0} [Forestry for Minecraft] (forestry-A-2.3.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsForestry{1.2} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.2].zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{4.0.1} [BC Builders] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{4.0.1} [BC Energy] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{4.0.1} [BC Factory] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks{1.3.3.1} [ChickenChunks] (ChickenChunks 1.3.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft{1.56} [ComputerCraft] (ComputerCraft1.56.zip) Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle{1.56} [ComputerCraft Turtles] (ComputerCraft1.56.zip) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights{1.2.4} [Dynamic Lights] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_mobEquipment{1.0.0} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage{1.4.3.3} [EnderStorage] (EnderStorage 1.4.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
extracells{1.3.2} [ExtraCells] (ExtraCells-universal-1.3.2 (1.6.2).jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{0.1.39} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.39.566.jar) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{5.3.20.535} [Iron Chest] (ironchest-universal-1.6.2-5.3.20.535.zip) Unloaded->Constructed->Pre-initialized->Initialized
meteors{2.11.1} [Falling Meteors] (Meteors Mod V2.11.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
MFFS{3.3.0} [Modular Force Field System] (MFFS_v3.3.0.217.jar) Unloaded->Constructed->Pre-initialized->Initialized
millenaire{5.1.9} [Millénaire] (millenaire-jar-5.1.9) Unloaded->Constructed->Pre-initialized->Errored
Mystcraft{0.10.6.00} [Mystcraft] (mystcraft-uni-1.6.2-0.10.6.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
Natura|CompatMineFactoryReloaded{0.1} [Natura compat: MFR] (Natura_1.6.2_2.1.5.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
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.2 v1.010.zip) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.6.2_1.4.dev.28.1} [Tinkers' Construct] (TConstruct_1.6.2_1.4.dev.28.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] (TConstruct_1.6.2_1.4.dev.28.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.19.0} [The Twilight Forest] (twilightforest-1.19.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck{1.1.0} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
weaponmod{1.6.2 v1.13.5} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.2-Forge9.10.0.830
LWJGL: 2.9.0
OpenGL: GeForce GTX 460M/PCIe/SSE2 GL version 4.3.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
Client> 2013-08-21 10:38:01 [INFO] [STDOUT] CONFLICT @ 1259 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:38:01 [INFO] [fml.ItemTracker] The mod millenaire is overwriting existing item at 1515 (libraryBlock from BuildCraft|Builders) with net.minecraft.item.ItemBlock
Client> 2013-08-21 10:38:01 [INFO] [STDOUT] CONFLICT @ 1260 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:38:01 [INFO] [fml.ItemTracker] The mod millenaire is overwriting existing item at 1516 (laserBlock from BuildCraft|Silicon) with net.minecraft.item.ItemBlock
Client> 2013-08-21 10:38:01 [INFO] [STDOUT] CONFLICT @ 1261 item slot already occupied by [email protected] while adding [email protected]c37
Client> 2013-08-21 10:38:01 [INFO] [fml.ItemTracker] The mod millenaire is overwriting existing item at 1517 (null from BuildCraft|Silicon) with org.millenaire.common.block.BlockDecorative$ItemDecorative
There are multiple block ID conflicts. Fix them
Rollback Post to RevisionRollBack
Nothing Here. Go away.
To post a comment, please login or register a new account.
---- Minecraft Crash Report ----
// Don't do that.
Time: 8/21/13 10:38 AM
Description: Initializing game
java.lang.NullPointerException
at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:111)
at net.minecraft.src.ModLoader.addName(ModLoader.java:207)
at net.minecraft.src.ModLoader.addName(ModLoader.java:195)
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(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:540)
at sun.reflect.GeneratedMethodAccessor1.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: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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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: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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
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:111)
at net.minecraft.src.ModLoader.addName(ModLoader.java:207)
at net.minecraft.src.ModLoader.addName(ModLoader.java:195)
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(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:540)
at sun.reflect.GeneratedMethodAccessor1.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: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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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: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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_03, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 196907448 bytes (187 MB) / 460128256 bytes (438 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
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.04 FML v6.2.45.830 Minecraft Forge 9.10.0.830 55 mods loaded, 55 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.45.830} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.830} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.2} [Not Enough Items] (NotEnoughItems 1.6.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_bspkrsCore{v3.03(1.6.2)} [bspkrsCore] ([1.6.2]bspkrsCorev3.03.zip) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ArmorStatusHUD{v1.12(1.6.2)} [ArmorStatusHUD] ([1.6.2]ArmorStatusHUDv1.12.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_DirectionHUD{v1.14(1.6.2)} [DirectionHUD] ([1.6.2]DirectionHUDv1.14.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{4.0.1} [BuildCraft] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{4.0.1} [BC Transport] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{4.0.1} [BC Silicon] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2{1.118.401-lf} [IndustrialCraft 2] (industrialcraft-2_1.118.401-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics{rv12.b} [Applied Energistics] (appeng-rv12-b-mc162.zip) Unloaded->Constructed->Pre-initialized->Initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.12.15} [Backpack] (backpack-1.12.15-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.4.0} [BiblioCraft] (BiblioCraft[v1.4.0].zip) Unloaded->Constructed->Pre-initialized->Initialized
Natura{2.1.5} [Natura] (Natura_1.6.2_2.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{0.6.1} [Biomes O' Plenty] (Biomes-O-Plenty-0.6.1-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsBoP{1.2} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.2].zip) Unloaded->Constructed->Pre-initialized->Initialized
Forestry{2.3.0.0} [Forestry for Minecraft] (forestry-A-2.3.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsForestry{1.2} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.2].zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{4.0.1} [BC Builders] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{4.0.1} [BC Energy] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{4.0.1} [BC Factory] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks{1.3.3.1} [ChickenChunks] (ChickenChunks 1.3.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft{1.56} [ComputerCraft] (ComputerCraft1.56.zip) Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle{1.56} [ComputerCraft Turtles] (ComputerCraft1.56.zip) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights{1.2.4} [Dynamic Lights] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_mobEquipment{1.0.0} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage{1.4.3.3} [EnderStorage] (EnderStorage 1.4.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
extracells{1.3.2} [ExtraCells] (ExtraCells-universal-1.3.2 (1.6.2).jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{0.1.39} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.39.566.jar) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{5.3.20.535} [Iron Chest] (ironchest-universal-1.6.2-5.3.20.535.zip) Unloaded->Constructed->Pre-initialized->Initialized
meteors{2.11.1} [Falling Meteors] (Meteors Mod V2.11.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
MFFS{3.3.0} [Modular Force Field System] (MFFS_v3.3.0.217.jar) Unloaded->Constructed->Pre-initialized->Initialized
millenaire{5.1.9} [Millénaire] (millenaire-jar-5.1.9) Unloaded->Constructed->Pre-initialized->Errored
Mystcraft{0.10.6.00} [Mystcraft] (mystcraft-uni-1.6.2-0.10.6.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
Natura|CompatMineFactoryReloaded{0.1} [Natura compat: MFR] (Natura_1.6.2_2.1.5.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
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.2 v1.010.zip) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.6.2_1.4.dev.28.1} [Tinkers' Construct] (TConstruct_1.6.2_1.4.dev.28.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] (TConstruct_1.6.2_1.4.dev.28.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.19.0} [The Twilight Forest] (twilightforest-1.19.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck{1.1.0} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
weaponmod{1.6.2 v1.13.5} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.2-Forge9.10.0.830
LWJGL: 2.9.0
OpenGL: GeForce GTX 460M/PCIe/SSE2 GL version 4.3.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
Client> Aug 21, 2013 10:37:26 AM net.minecraft.launchwrapper.LogWrapper log
Client> INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Client> 2013-08-21 10:37:26 [INFO] [ForgeModLoader] Forge Mod Loader version 6.2.45.830 for Minecraft 1.6.2 loading
Client> 2013-08-21 10:37:26 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_03, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
Client> 2013-08-21 10:37:26 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
Client> 2013-08-21 10:37:27 [WARNING] [ForgeModLoader] The coremod atomicstryker.dynamiclights.common.DLFMLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
Client> 2013-08-21 10:37:27 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
Client> 2013-08-21 10:37:27 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
Client> 2013-08-21 10:37:27 [INFO] [STDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg
Client> 2013-08-21 10:37:27 [INFO] [STDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg
Client> 2013-08-21 10:37:27 [INFO] [STDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg
Client> 2013-08-21 10:37:27 [INFO] [STDOUT] Successfully Registered Transformer
Client> 2013-08-21 10:37:28 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
Client> 2013-08-21 10:37:28 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
Client> 2013-08-21 10:37:28 [INFO] [STDOUT] Adding AccessTransformer: chickenchunks_at.cfg
Client> 2013-08-21 10:37:28 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
Client> 2013-08-21 10:37:28 [INFO] [STDOUT] Loaded 46 rules from AccessTransformer config file temp.dat
Client> 2013-08-21 10:37:28 [INFO] [STDOUT] Adding AccessTransformer: nei_at.cfg
Client> 2013-08-21 10:37:28 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
Client> 2013-08-21 10:37:28 [INFO] [STDOUT] Loaded 57 rules from AccessTransformer config file temp.dat
Client> 2013-08-21 10:37:28 [INFO] [STDOUT] [Micdoodle8Core]: Patching game...
Client> 2013-08-21 10:37:28 [INFO] [STDOUT] [Micdoodle8Core]: Patching game...
Client> 2013-08-21 10:37:28 [INFO] [ForgeModLoader] Launching wrapped minecraft
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] **************** Dynamic Lights transform running on World ***********************
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] In target method! Patching!
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Bytecode ASTORE 6 case!
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Removing [email protected]
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Patching Complete!
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: oe (1 / 1)
Client> 2013-08-21 10:37:29 [INFO] [STDOUT] Inserted super call into axs.c
Client> 2013-08-21 10:37:30 [INFO] [STDOUT] awv was overriden from NotEnoughItems 1.6.1.2.jar
Client> 2013-08-21 10:37:30 [INFO] [Minecraft-Client] Setting user: Peent
Client> 2013-08-21 10:37:30 [INFO] [Minecraft-Client] (Session ID is token:32874d25f9ec4900b3a56a10bca1ca1a:6eafd4cf6d8d4f359f5330c886330c3a)
Client> 2013-08-21 10:37:30 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: sr (2 / 2)
Client> 2013-08-21 10:37:30 [INFO] [STDOUT] Generated BlockMobSpawner helper method.
Client> 2013-08-21 10:37:31 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
Client> 2013-08-21 10:37:32 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
Client> 2013-08-21 10:37:32 [INFO] [STDOUT]
Client> 2013-08-21 10:37:32 [INFO] [STDOUT] Starting up SoundSystem...
Client> 2013-08-21 10:37:32 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
Client> 2013-08-21 10:37:32 [INFO] [STDOUT] MinecraftForge v9.10.0.830 Initialized
Client> 2013-08-21 10:37:32 [INFO] [ForgeModLoader] MinecraftForge v9.10.0.830 Initialized
Client> 2013-08-21 10:37:32 [INFO] [STDOUT] Replaced 101 ore recipies
Client> 2013-08-21 10:37:32 [INFO] [STDOUT] Initializing LWJGL OpenAL
Client> 2013-08-21 10:37:32 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
Client> 2013-08-21 10:37:32 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
Client> 2013-08-21 10:37:33 [INFO] [ForgeModLoader] Reading custom logging properties from D:\Games\Smeggcraft\config\logging.properties
Client> 2013-08-21 10:37:33 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
Client> 2013-08-21 10:37:33 [INFO] [STDOUT] OpenAL initialized.
Client> 2013-08-21 10:37:33 [INFO] [ForgeModLoader] Searching D:\Games\Smeggcraft\mods for mods
Client> 2013-08-21 10:37:33 [INFO] [ForgeModLoader] Also searching D:\Games\Smeggcraft\mods\1.6.2 for mods
Client> 2013-08-21 10:37:33 [INFO] [STDOUT]
Client> 2013-08-21 10:37:35 [INFO] [ForgeModLoader] Forge Mod Loader has identified 55 mods to load
Client> 2013-08-21 10:37:35 [INFO] [mcp] Activating mod mcp
Client> 2013-08-21 10:37:35 [INFO] [FML] Activating mod FML
Client> 2013-08-21 10:37:35 [INFO] [Forge] Activating mod Forge
Client> 2013-08-21 10:37:35 [INFO] [CodeChickenCore] Activating mod CodeChickenCore
Client> 2013-08-21 10:37:35 [INFO] [Micdoodlecore] Activating mod Micdoodlecore
Client> 2013-08-21 10:37:35 [INFO] [NotEnoughItems] Activating mod NotEnoughItems
Client> 2013-08-21 10:37:35 [INFO] [DamageIndicatorsMod] Activating mod DamageIndicatorsMod
Client> 2013-08-21 10:37:35 [INFO] [mod_ArmorStatusHUD] Activating mod mod_ArmorStatusHUD
Client> 2013-08-21 10:37:35 [INFO] [mod_bspkrsCore] Activating mod mod_bspkrsCore
Client> 2013-08-21 10:37:35 [INFO] [mod_DirectionHUD] Activating mod mod_DirectionHUD
Client> 2013-08-21 10:37:35 [INFO] [mod_ReiMinimap] Activating mod mod_ReiMinimap
Client> 2013-08-21 10:37:35 [INFO] [AppliedEnergistics] Activating mod AppliedEnergistics
Client> 2013-08-21 10:37:35 [INFO] [Aquaculture] Activating mod Aquaculture
Client> 2013-08-21 10:37:35 [INFO] [Backpack] Activating mod Backpack
Client> 2013-08-21 10:37:35 [INFO] [BiblioCraft] Activating mod BiblioCraft
Client> 2013-08-21 10:37:35 [INFO] [BiblioWoodsBoP] Activating mod BiblioWoodsBoP
Client> 2013-08-21 10:37:35 [INFO] [BiblioWoodsForestry] Activating mod BiblioWoodsForestry
Client> 2013-08-21 10:37:35 [INFO] [BiomesOPlenty] Activating mod BiomesOPlenty
Client> 2013-08-21 10:37:35 [INFO] [BuildCraft|Builders] Activating mod BuildCraft|Builders
Client> 2013-08-21 10:37:35 [INFO] [BuildCraft|Core] Activating mod BuildCraft|Core
Client> 2013-08-21 10:37:35 [INFO] [BuildCraft|Energy] Activating mod BuildCraft|Energy
Client> 2013-08-21 10:37:35 [INFO] [BuildCraft|Factory] Activating mod BuildCraft|Factory
Client> 2013-08-21 10:37:35 [INFO] [BuildCraft|Silicon] Activating mod BuildCraft|Silicon
Client> 2013-08-21 10:37:35 [INFO] [BuildCraft|Transport] Activating mod BuildCraft|Transport
Client> 2013-08-21 10:37:35 [INFO] [ChickenChunks] Activating mod ChickenChunks
Client> 2013-08-21 10:37:35 [INFO] [CCTurtle] Activating mod CCTurtle
Client> 2013-08-21 10:37:35 [INFO] [ComputerCraft] Activating mod ComputerCraft
Client> 2013-08-21 10:37:35 [INFO] [DynamicLights] Activating mod DynamicLights
Client> 2013-08-21 10:37:35 [INFO] [DynamicLights_onFire] Activating mod DynamicLights_onFire
Client> 2013-08-21 10:37:35 [INFO] [DynamicLights_creepers] Activating mod DynamicLights_creepers
Client> 2013-08-21 10:37:35 [INFO] [DynamicLights_dropItems] Activating mod DynamicLights_dropItems
Client> 2013-08-21 10:37:35 [INFO] [DynamicLights_mobEquipment] Activating mod DynamicLights_mobEquipment
Client> 2013-08-21 10:37:35 [INFO] [DynamicLights_flameArrows] Activating mod DynamicLights_flameArrows
Client> 2013-08-21 10:37:35 [INFO] [DynamicLights_otherPlayers] Activating mod DynamicLights_otherPlayers
Client> 2013-08-21 10:37:35 [INFO] [DynamicLights_thePlayer] Activating mod DynamicLights_thePlayer
Client> 2013-08-21 10:37:35 [INFO] [EnderStorage] Activating mod EnderStorage
Client> 2013-08-21 10:37:35 [INFO] [extracells] Activating mod extracells
Client> 2013-08-21 10:37:35 [INFO] [Forestry] Activating mod Forestry
Client> 2013-08-21 10:37:35 [INFO] [GalacticraftCore] Activating mod GalacticraftCore
Client> 2013-08-21 10:37:35 [INFO] [IC2] Activating mod IC2
Client> 2013-08-21 10:37:35 [INFO] [IronChest] Activating mod IronChest
Client> 2013-08-21 10:37:35 [INFO] [KeithyUtils] Activating mod KeithyUtils
Client> 2013-08-21 10:37:35 [INFO] [meteors] Activating mod meteors
Client> 2013-08-21 10:37:35 [INFO] [MFFS] Activating mod MFFS
Client> 2013-08-21 10:37:35 [INFO] [millenaire] Activating mod millenaire
Client> 2013-08-21 10:37:35 [INFO] [Mystcraft] Activating mod Mystcraft
Client> 2013-08-21 10:37:35 [INFO] [Natura] Activating mod Natura
Client> 2013-08-21 10:37:35 [INFO] [Natura|CompatMineFactoryReloaded] Activating mod Natura|CompatMineFactoryReloaded
Client> 2013-08-21 10:37:35 [INFO] [ObsidiPlates] Activating mod ObsidiPlates
Client> 2013-08-21 10:37:35 [INFO] [pamharvestcraft] Activating mod pamharvestcraft
Client> 2013-08-21 10:37:35 [INFO] [TConstruct|CompatMineFactoryReloaded] Activating mod TConstruct|CompatMineFactoryReloaded
Client> 2013-08-21 10:37:35 [INFO] [TConstruct] Activating mod TConstruct
Client> 2013-08-21 10:37:35 [INFO] [TwilightForest] Activating mod TwilightForest
Client> 2013-08-21 10:37:35 [INFO] [AS_UpdateCheck] Activating mod AS_UpdateCheck
Client> 2013-08-21 10:37:35 [INFO] [weaponmod] Activating mod weaponmod
Client> 2013-08-21 10:37:35 [WARNING] [Not Enough Items] Mod Not Enough Items is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Damage Indicators] Mod Damage Indicators is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Aquaculture] Mod Aquaculture is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [BC Builders] Mod BC Builders is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [BuildCraft] Mod BuildCraft is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [BC Energy] Mod BC Energy is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [BC Factory] Mod BC Factory is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [BC Silicon] Mod BC Silicon is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [BC Transport] Mod BC Transport is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [ChickenChunks] Mod ChickenChunks is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Dynamic Lights] Mod Dynamic Lights is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Dynamic Lights on burning] Mod Dynamic Lights on burning is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Dynamic Lights on Creepers] Mod Dynamic Lights on Creepers is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Dynamic Lights on ItemEntities] Mod Dynamic Lights on ItemEntities is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Dynamic Lights on Mob Equipment] Mod Dynamic Lights on Mob Equipment is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Dynamic Lights on Flame enchanted Arrows] Mod Dynamic Lights on Flame enchanted Arrows is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Dynamic Lights Other Player Light] Mod Dynamic Lights Other Player Light is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Dynamic Lights Player Light] Mod Dynamic Lights Player Light is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [EnderStorage] Mod EnderStorage is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [ExtraCells] Mod ExtraCells is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Forestry for Minecraft] Mod Forestry for Minecraft is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Galacticraft Core] Mod Galacticraft Core is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [IndustrialCraft 2] Mod IndustrialCraft 2 is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Iron Chest] Mod Iron Chest is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Keithy Utils] Mod Keithy Utils is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Falling Meteors] Mod Falling Meteors is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Modular Force Field System] Mod Modular Force Field System is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Millénaire] Mod Millénaire is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Mystcraft] Mod Mystcraft is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Natura] Mod Natura is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Natura compat: MFR] Mod Natura compat: MFR is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Pam's HarvestCraft Base] Mod Pam's HarvestCraft Base is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [TConstruct Compat: MFR] Mod TConstruct Compat: MFR is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [Tinkers' Construct] Mod Tinkers' Construct is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [WARNING] [AtomicStryker Update Check Mod] Mod AtomicStryker Update Check Mod is missing a pack.mcmeta file, things may not work well
Client> 2013-08-21 10:37:35 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Applied Energistics, FMLFileResourcePack:Aquaculture, FMLFileResourcePack:Backpack, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BiblioWoods Biomes O'Plenty Edition, FMLFileResourcePack:BiblioWoods Forestry Edition, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:ComputerCraft Turtles, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Dynamic Lights, FMLFileResourcePack:Dynamic Lights on burning, FMLFileResourcePack:Dynamic Lights on Creepers, FMLFileResourcePack:Dynamic Lights on ItemEntities, FMLFileResourcePack:Dynamic Lights on Mob Equipment, FMLFileResourcePack:Dynamic Lights on Flame enchanted Arrows, FMLFileResourcePack:Dynamic Lights Other Player Light, FMLFileResourcePack:Dynamic Lights Player Light, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:ExtraCells, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Keithy Utils, FMLFileResourcePack:Falling Meteors, FMLFileResourcePack:Modular Force Field System, FMLFileResourcePack:Millénaire, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natura, FMLFileResourcePack:Natura compat: MFR, FMLFileResourcePack:Obsidian Pressure Plates, FMLFileResourcePack:Pam's HarvestCraft Base, FMLFileResourcePack:TConstruct Compat: MFR, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:AtomicStryker Update Check Mod, FMLFileResourcePack:Balkon's WeaponMod
Client> 2013-08-21 10:37:35 [INFO] [STDOUT]
Client> 2013-08-21 10:37:35 [INFO] [STDOUT] SoundSystem shutting down...
Client> 2013-08-21 10:37:36 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
Client> 2013-08-21 10:37:36 [INFO] [STDOUT]
Client> 2013-08-21 10:37:36 [INFO] [STDOUT]
Client> 2013-08-21 10:37:36 [INFO] [STDOUT] Starting up SoundSystem...
Client> 2013-08-21 10:37:36 [INFO] [ForgeModLoader] FML has found a non-mod file CodeChickenCore 0.9.0.3.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
Client> 2013-08-21 10:37:36 [INFO] [ForgeModLoader] FML has found a non-mod file MicdoodleCore-1.6.2-a0.1.39.581.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
Client> 2013-08-21 10:37:36 [INFO] [ForgeModLoader] FML has found a non-mod file NotEnoughItems 1.6.1.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
Client> 2013-08-21 10:37:36 [INFO] [ForgeModLoader] FML has found a non-mod file CodeChickenLib-universal-1.6.2-1.0.0.16.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
Client> 2013-08-21 10:37:36 [INFO] [ForgeModLoader] Registering Forge Packet Handler
Client> 2013-08-21 10:37:36 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
Client> 2013-08-21 10:37:36 [INFO] [STDOUT] Initializing LWJGL OpenAL
Client> 2013-08-21 10:37:36 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_bspkrsCore: allowUpdateCheck set to true
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_bspkrsCore: allowDebugOutput set to false
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_bspkrsCore: updateTimeoutMilliseconds set to 3000
Client> 2013-08-21 10:37:36 [INFO] [STDOUT] OpenAL initialized.
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: alignMode set to bottomleft
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: enableItemName set to false
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: showItemOverlay set to true
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: damageColorList set to 100,f; 80,7; 60,e; 40,6; 25,c; 10,4
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: damageDisplayType set to value
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: showMaxDamage set to false
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: showEquippedItem set to true
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: xOffset set to 2
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: yOffset set to 2
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: yOffsetBottomCenter set to 41
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: applyXOffsetToCenter set to false
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: applyYOffsetToMiddle set to false
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_ArmorStatusHUD: showInChat set to false
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_DirectionHUD: alignMode set to topcenter
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_DirectionHUD: markerColor set to c
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_DirectionHUD: imageFileName set to compass.png
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_DirectionHUD: compassIndex set to 0
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_DirectionHUD: xOffset set to 2
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_DirectionHUD: yOffset set to 2
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_DirectionHUD: yOffsetBottomCenter set to 41
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_DirectionHUD: applyXOffsetToCenter set to false
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_DirectionHUD: applyYOffsetToMiddle set to false
Client> 2013-08-21 10:37:36 [INFO] [bspkrsCore] mod_DirectionHUD: showInChat set to true
Client> 2013-08-21 10:37:36 [INFO] [STDOUT]
Client> 2013-08-21 10:37:37 [WARNING] [ForgeModLoader] The mod id KeithyUtils attempted to register channels without specifying a packet handler
Client> 2013-08-21 10:37:39 [INFO] [STDOUT] [TConstruct] Natura, what are we going to do tomorrow night?
Client> 2013-08-21 10:37:39 [INFO] [STDOUT] [Natura] TConstruct, we're going to take over the world!
Client> 2013-08-21 10:37:40 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
Client> 2013-08-21 10:37:40 [INFO] [Buildcraft] Starting BuildCraft 4.0.1 (:38)
Client> 2013-08-21 10:37:40 [INFO] [Buildcraft] Beginning version check
Client> 2013-08-21 10:37:40 [INFO] [Buildcraft] Copyright (c) SpaceToad, 2011
Client> 2013-08-21 10:37:40 [INFO] [Buildcraft] http://www.mod-buildcraft.com
Client> 2013-08-21 10:37:40 [INFO] [IC2] Config loaded from D:\games\smeggcraft\config\IC2.cfg
Client> 2013-08-21 10:37:40 [INFO] [IC2] Using 32 audio sources.
Client> 2013-08-21 10:37:41 [WARNING] [Buildcraft] Using outdated version [4.0.1 (build:38)] for Minecraft 1.6.2. Consider updating.
Client> 2013-08-21 10:37:41 [INFO] [STDOUT]
Client> 2013-08-21 10:37:42 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated Main Config!
Client> 2013-08-21 10:37:42 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated Biome Gen Config!
Client> 2013-08-21 10:37:42 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated Terrain Gen Config!
Client> 2013-08-21 10:37:42 [INFO] [ForgeModLoader] [BiomesOPlenty] Generating Biome ID's
Client> 2013-08-21 10:37:42 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated IDs Config!
Client> 2013-08-21 10:37:42 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated Misc Config!
Client> 2013-08-21 10:37:42 [INFO] [ForgeModLoader] [BiomesOPlenty] Beginning version check
Client> 2013-08-21 10:37:42 [INFO] [ForgeModLoader] [BiomesOPlenty] Extending Potions Array.
Client> 2013-08-21 10:37:42 [WARNING] [ForgeModLoader] [BiomesOPlenty] Using outdated version [0.6.1] for Minecraft 1.6.2. Consider updating.
Client> 2013-08-21 10:37:48 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for en_US
Client> 2013-08-21 10:37:48 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for de_DE
Client> 2013-08-21 10:37:48 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for nl_NL
Client> 2013-08-21 10:37:48 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for ru_RU
Client> 2013-08-21 10:37:48 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for zh_CN
Client> 2013-08-21 10:37:48 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for pl_PL
Client> 2013-08-21 10:37:48 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for fr_FR
Client> 2013-08-21 10:37:48 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for fr_CA
Client> 2013-08-21 10:37:51 [SEVERE] [extracells] The language resource /assets/extracells/lang/zn_CH.xml cannot be located on the classpath. This is a programming error.
Client> 2013-08-21 10:37:51 [INFO] [Galacticraft] "oil" has already been registered as a fluid, ignoring...
Client> 2013-08-21 10:37:51 [INFO] [Galacticraft] "fuel" has already been registered as a fluid, ignoring...
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: ingotCopper already exists in Ore Dictionary, using the ore instead.
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: ingotTin already exists in Ore Dictionary, using the ore instead.
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: oreCopper already exists in Ore Dictionary, using the ore instead.
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: oreTin already exists in Ore Dictionary, using the ore instead.
Client> 2013-08-21 10:37:52 [INFO] [STDOUT] Basic Components Loaded: 11 Languages.
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: ingotSteel
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: dustSteel
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: ingotBronze already exists in Ore Dictionary, using the ore instead.
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: dustBronze already exists in Ore Dictionary, using the ore instead.
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: plateBronze
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: plateCopper
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: plateTin
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: plateIron
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: plateGold
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested block: copperWire
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: circuitBasic
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: circuitAdvanced
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: circuitElite
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: motor
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: wrench already exists in Ore Dictionary, using the ore instead.
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: battery
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] Basic Components: Successfully requested item: infiniteBattery
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] [Modstats] Config loaded. allowUpdates: true, betaNotification: false, strict: false
Client> 2013-08-21 10:37:52 [INFO] [STDOUT] Read config in config.txt. Logging: true/true
Client> 2013-08-21 10:37:52 [INFO] [STDOUT] Read config in config-custom.txt. Logging: true/true
Client> 2013-08-21 10:37:52 [INFO] [ForgeModLoader] CLIENT Starting new session. Mods: examplemod
Client> 2013-08-21 10:37:53 [INFO] [ObsidiPlates] Config loaded from: D:\Games\Smeggcraft\config\ObsidiPlates.cfg
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13001 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13257 (forestry.core.items.ItemForestry from Forestry) with assets.pamharvestcraft.ItemPamSeedFood
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13002 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13258 (forestry.core.items.ItemForestry from Forestry) with assets.pamharvestcraft.ItemPamSeeds
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13003 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13259 (forestry.core.items.ItemForestry from Forestry) with assets.pamharvestcraft.ItemPamSeedFood
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13004 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13260 (forestry.core.items.ItemAssemblyKit from Forestry) with assets.pamharvestcraft.ItemPamSeeds
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13005 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13261 (forestry.core.items.ItemForestryPickaxe from Forestry) with assets.pamharvestcraft.ItemPamSeedFood
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13006 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13262 (forestry.core.items.ItemForestry from Forestry) with assets.pamharvestcraft.ItemPamSeeds
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13007 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13263 (forestry.core.items.ItemAssemblyKit from Forestry) with assets.pamharvestcraft.ItemPamSeedFood
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13008 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13264 (forestry.core.items.ItemForestryShovel from Forestry) with assets.pamharvestcraft.ItemPamSeeds
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13009 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13265 (forestry.core.items.ItemForestry from Forestry) with assets.pamharvestcraft.ItemPamSeedFood
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13020 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13276 (forestry.core.items.ItemForestry from Forestry) with assets.pamharvestcraft.ItemPamSeeds
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13021 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13277 (forestry.core.items.ItemForestry from Forestry) with assets.pamharvestcraft.ItemPamSeedFood
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13022 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13278 (forestry.core.items.ItemForestry from Forestry) with assets.pamharvestcraft.ItemPamSeeds
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13027 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13283 (forestry.core.items.ItemOverlay from Forestry) with assets.pamharvestcraft.ItemPamSeedFood
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13028 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13284 (forestry.core.items.ItemScoop from Forestry) with assets.pamharvestcraft.ItemPamSeeds
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13029 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13285 (forestry.core.items.ItemForestry from Forestry) with assets.pamharvestcraft.ItemPamSeedFood
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13030 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13286 (forestry.core.items.ItemOverlay from Forestry) with assets.pamharvestcraft.ItemPamSeeds
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13031 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13287 (forestry.core.items.ItemOverlay from Forestry) with assets.pamharvestcraft.ItemPamSeedFood
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13032 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13288 (forestry.core.items.ItemForestry from Forestry) with assets.pamharvestcraft.ItemPamSeeds
Client> 2013-08-21 10:37:53 [INFO] [STDOUT] CONFLICT @ 13050 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:37:53 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 13306 (forestry.storage.items.ItemBackpack from Forestry) with assets.pamharvestcraft.ItemPam
Client> 2013-08-21 10:37:54 [WARNING] [Minecraft-Client] Failed to load texture: minecraft:font/default.png
Client> java.io.FileNotFoundException: minecraft:font/default.png
Client> at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:52)
Client> at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:50)
Client> at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:26)
Client> at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:69)
Client> at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(SourceFile:37)
Client> at tconstruct.client.block.SmallFontRenderer.<init>(SmallFontRenderer.java:110)
Client> at tconstruct.client.TProxyClient.registerRenderer(TProxyClient.java:194)
Client> at tconstruct.TConstruct.preInit(TConstruct.java:94)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
Client> at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
Client> at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
Client> at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
Client> at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
Client> at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
Client> at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
Client> at net.minecraft.client.main.Main.main(SourceFile:101)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Client> 2013-08-21 10:37:54 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: bfg (1 / 1)
Client> 2013-08-21 10:37:54 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: bfb (3 / 3)
Client> 2013-08-21 10:37:55 [SEVERE] [Minecraft-Client] Unable to parse animation metadata from twilightforest:textures/blocks/trans_leaves.png: broken aspect ratio and not an animation
Client> 2013-08-21 10:37:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: natura:textures/blocks/tiger_trapdoor.png
Client> 2013-08-21 10:37:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: natura:textures/blocks/silverbell_trapdoor.png
Client> 2013-08-21 10:37:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: natura:textures/blocks/amaranth_trapdoor.png
Client> 2013-08-21 10:37:56 [SEVERE] [Minecraft-Client] Unable to parse animation metadata from twilightforest:textures/blocks/time_leaves.png: broken aspect ratio and not an animation
Client> 2013-08-21 10:37:56 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: natura:textures/blocks/willow_trapdoor.png
Client> 2013-08-21 10:37:56 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: forestry:textures/blocks/wood/planks.giganteum.png
Client> 2013-08-21 10:37:56 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_3284_bookshelf.png
Client> 2013-08-21 10:37:56 [SEVERE] [Minecraft-Client] Unable to parse animation metadata from twilightforest:textures/blocks/sort_leaves.png: broken aspect ratio and not an animation
Client> 2013-08-21 10:37:56 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: natura:textures/blocks/fusewood_trapdoor.png
Client> 2013-08-21 10:37:56 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: natura:textures/blocks/maple_trapdoor.png
Client> 2013-08-21 10:37:56 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: forestry:textures/items/analyzer/natural.png
Client> 2013-08-21 10:37:57 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_4259_ccprogramdisk.png
Client> 2013-08-21 10:37:57 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: forestry:textures/items/misc/empty.png
Client> 2013-08-21 10:37:57 [SEVERE] [Minecraft-Client] Unable to parse animation metadata from galacticraftcore:textures/items/fuel_flow.png: broken aspect ratio and not an animation
Client> 2013-08-21 10:37:57 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: forestry:textures/items/misc/liquid.png
Client> 2013-08-21 10:37:57 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: natura:textures/items/_bowl.png
Client> 2013-08-21 10:37:57 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: tinker:textures/items/parts/.png
Client> 2013-08-21 10:37:58 [INFO] [STDOUT] Removing TMI Uninstaller
Client> 2013-08-21 10:37:58 [INFO] [STDOUT] Deleting Dir: C:\Users\Peent portable\AppData\Roaming\.minecraft\versions\1.6.2-Forge9.10.0.830\TMIUninstaller
Client> 2013-08-21 10:37:58 [INFO] [STDOUT] awv was overriden from NotEnoughItems 1.6.1.2.jar
Client> 2013-08-21 10:37:58 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod bspkrsCore
Client> 2013-08-21 10:37:58 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod ArmorStatusHUD
Client> 2013-08-21 10:37:58 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod DirectionHUD
Client> 2013-08-21 10:37:59 [INFO] [ForgeModLoader] [AppEng] Starting Applied Energistics
Client> 2013-08-21 10:37:59 [INFO] [ForgeModLoader] [AppEng] NEI Integration Enabled.
Client> 2013-08-21 10:38:00 [INFO] [STDOUT] Loading ComputerCraft v1.56 (rev 1284)
Client> 2013-08-21 10:38:00 [INFO] [STDOUT] computercraft: Searching for RedPowerLib...
Client> 2013-08-21 10:38:00 [INFO] [STDOUT] computercraft: RedPowerLib not found.
Client> 2013-08-21 10:38:00 [INFO] [STDOUT] Loading CCTurtle v1.56 (rev 1284)
Client> 2013-08-21 10:38:01 [INFO] [Galacticraft] Galacticraft Loaded: 18 Languages.
Client> 2013-08-21 10:38:01 [INFO] [STDOUT] Galacticraft Moon Loaded: 17 Languages.
Client> 2013-08-21 10:38:01 [INFO] [STDOUT] [Mekanism] Successfully loaded gas transmission NetworkLoader.
Client> 2013-08-21 10:38:01 [INFO] [STDOUT] CONFLICT @ 1259 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:38:01 [INFO] [fml.ItemTracker] The mod millenaire is overwriting existing item at 1515 (libraryBlock from BuildCraft|Builders) with net.minecraft.item.ItemBlock
Client> 2013-08-21 10:38:01 [INFO] [STDOUT] CONFLICT @ 1260 item slot already occupied by [email protected] while adding [email protected]
Client> 2013-08-21 10:38:01 [INFO] [fml.ItemTracker] The mod millenaire is overwriting existing item at 1516 (laserBlock from BuildCraft|Silicon) with net.minecraft.item.ItemBlock
Client> 2013-08-21 10:38:01 [INFO] [STDOUT] CONFLICT @ 1261 item slot already occupied by [email protected] while adding [email protected]c37
Client> 2013-08-21 10:38:01 [INFO] [fml.ItemTracker] The mod millenaire is overwriting existing item at 1517 (null from BuildCraft|Silicon) with org.millenaire.common.block.BlockDecorative$ItemDecorative
Client> 2013-08-21 10:38:01 [SEVERE] [ForgeModLoader] Caught an exception during block registration
Client> java.lang.reflect.InvocationTargetException
Client> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
Client> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
Client> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
Client> at java.lang.reflect.Constructor.newInstance(Unknown Source)
Client> at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:220)
Client> at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:195)
Client> at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:185)
Client> at net.minecraft.src.ModLoader.registerBlock(ModLoader.java:644)
Client> at org.millenaire.common.forge.Mill.load(Mill.java:656)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
Client> at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
Client> at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
Client> at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
Client> at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
Client> at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
Client> at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
Client> at net.minecraft.client.main.Main.main(SourceFile:101)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Client> Caused by: java.lang.ClassCastException: buildcraft.silicon.BlockLaserTable cannot be cast to org.millenaire.common.block.BlockDecorative
Client> at org.millenaire.common.block.BlockDecorative$ItemDecorative.<init>(BlockDecorative.java:32)
Client> ... 45 more
Client> 2013-08-21 10:38:01 [INFO] [ForgeModLoader] CLIENT ERROR: [email protected]: Exception in mod initialisation:
Client> 2013-08-21 10:38:01 [INFO] [ForgeModLoader] CLIENT Exception, printing stack:
Client> 2013-08-21 10:38:01 [INFO] [ForgeModLoader] CLIENT cpw.mods.fml.common.LoaderException: java.lang.reflect.InvocationTargetException
Client> at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:232)
Client> at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:195)
Client> at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:185)
Client> at net.minecraft.src.ModLoader.registerBlock(ModLoader.java:644)
Client> at org.millenaire.common.forge.Mill.load(Mill.java:656)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
Client> at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
Client> at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
Client> at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
Client> at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
Client> at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
Client> at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
Client> at net.minecraft.client.main.Main.main(SourceFile:101)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Client> Caused by: java.lang.reflect.InvocationTargetException
Client> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
Client> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
Client> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
Client> at java.lang.reflect.Constructor.newInstance(Unknown Source)
Client> at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:220)
Client> ... 40 more
Client> Caused by: java.lang.ClassCastException: buildcraft.silicon.BlockLaserTable cannot be cast to org.millenaire.common.block.BlockDecorative
Client> at org.millenaire.common.block.BlockDecorative$ItemDecorative.<init>(BlockDecorative.java:32)
Client> ... 45 more
Client>
Client> 2013-08-21 10:38:01 [INFO] [ForgeModLoader] CLIENT ERROR: [email protected]: Block 1515 is not Millenaire's BlockBuilding. Maybe you have a clash with an other mod?
Client> 2013-08-21 10:38:01 [INFO] [ForgeModLoader] CLIENT MAJOR: null: Loading language: en_US
Client> 2013-08-21 10:38:02 [INFO] [ForgeModLoader] [Mystcraft] Adding Entity Renderers
Client> 2013-08-21 10:38:02 [WARNING] [ForgeModLoader] MineFactoryReloaded missing - Natura Compat: MFR not loading
Client> 2013-08-21 10:38:02 [WARNING] [ForgeModLoader] MineFactoryReloaded missing - TConstruct Compat: MFR not loading.
Client> 2013-08-21 10:38:02 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
Client> 2013-08-21 10:38:02 [SEVERE] [ForgeModLoader]
Client> mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> FML{6.2.45.830} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Client> Forge{9.10.0.830} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Client> CodeChickenCore{0.9.0.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Client> Micdoodlecore{} [Micdoodle8 Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Client> NotEnoughItems{1.6.1.2} [Not Enough Items] (NotEnoughItems 1.6.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> mod_bspkrsCore{v3.03(1.6.2)} [bspkrsCore] ([1.6.2]bspkrsCorev3.03.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> mod_ArmorStatusHUD{v1.12(1.6.2)} [ArmorStatusHUD] ([1.6.2]ArmorStatusHUDv1.12.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> mod_DirectionHUD{v1.14(1.6.2)} [DirectionHUD] ([1.6.2]DirectionHUDv1.14.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> BuildCraft|Core{4.0.1} [BuildCraft] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> BuildCraft|Transport{4.0.1} [BC Transport] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> BuildCraft|Silicon{4.0.1} [BC Silicon] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> IC2{1.118.401-lf} [IndustrialCraft 2] (industrialcraft-2_1.118.401-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> AppliedEnergistics{rv12.b} [Applied Energistics] (appeng-rv12-b-mc162.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> Backpack{1.12.15} [Backpack] (backpack-1.12.15-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> BiblioCraft{1.4.0} [BiblioCraft] (BiblioCraft[v1.4.0].zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> Natura{2.1.5} [Natura] (Natura_1.6.2_2.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> BiomesOPlenty{0.6.1} [Biomes O' Plenty] (Biomes-O-Plenty-0.6.1-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> BiblioWoodsBoP{1.2} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.2].zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> Forestry{2.3.0.0} [Forestry for Minecraft] (forestry-A-2.3.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> BiblioWoodsForestry{1.2} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.2].zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> BuildCraft|Builders{4.0.1} [BC Builders] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> BuildCraft|Energy{4.0.1} [BC Energy] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> BuildCraft|Factory{4.0.1} [BC Factory] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> ChickenChunks{1.3.3.1} [ChickenChunks] (ChickenChunks 1.3.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> ComputerCraft{1.56} [ComputerCraft] (ComputerCraft1.56.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> CCTurtle{1.56} [ComputerCraft Turtles] (ComputerCraft1.56.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> DynamicLights{1.2.4} [Dynamic Lights] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> DynamicLights_mobEquipment{1.0.0} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> EnderStorage{1.4.3.3} [EnderStorage] (EnderStorage 1.4.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> extracells{1.3.2} [ExtraCells] (ExtraCells-universal-1.3.2 (1.6.2).jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> GalacticraftCore{0.1.39} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.39.566.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> IronChest{5.3.20.535} [Iron Chest] (ironchest-universal-1.6.2-5.3.20.535.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> meteors{2.11.1} [Falling Meteors] (Meteors Mod V2.11.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> MFFS{3.3.0} [Modular Force Field System] (MFFS_v3.3.0.217.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> millenaire{5.1.9} [Millénaire] (millenaire-jar-5.1.9) Unloaded->Constructed->Pre-initialized->Errored
Client> Mystcraft{0.10.6.00} [Mystcraft] (mystcraft-uni-1.6.2-0.10.6.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> Natura|CompatMineFactoryReloaded{0.1} [Natura compat: MFR] (Natura_1.6.2_2.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.2 v1.010.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> TConstruct{1.6.2_1.4.dev.28.1} [Tinkers' Construct] (TConstruct_1.6.2_1.4.dev.28.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] (TConstruct_1.6.2_1.4.dev.28.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> TwilightForest{1.19.0} [The Twilight Forest] (twilightforest-1.19.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> AS_UpdateCheck{1.1.0} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> weaponmod{1.6.2 v1.13.5} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
Client> 2013-08-21 10:38:02 [SEVERE] [ForgeModLoader] Caught exception from millenaire
Client> java.lang.NullPointerException
Client> at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:111)
Client> at net.minecraft.src.ModLoader.addName(ModLoader.java:207)
Client> at net.minecraft.src.ModLoader.addName(ModLoader.java:195)
Client> at org.millenaire.common.MLN.nameItems(MLN.java:1247)
Client> at org.millenaire.common.MLN.applyLanguage(MLN.java:824)
Client> at org.millenaire.common.MLN.loadLanguages(MLN.java:1122)
Client> at org.millenaire.client.forge.ClientProxy.loadLanguages(ClientProxy.java:190)
Client> at org.millenaire.common.forge.Mill.load(Mill.java:760)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
Client> at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
Client> at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
Client> at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
Client> at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
Client> at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
Client> at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
Client> at net.minecraft.client.main.Main.main(SourceFile:101)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] ---- Minecraft Crash Report ----
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] // On the bright side, I bought you a teddy bear!
Client> 2013-08-21 10:38:02 [INFO] [STDOUT]
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Time: 8/21/13 10:38 AM
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Description: Initializing game
Client> 2013-08-21 10:38:02 [INFO] [STDOUT]
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] java.lang.NullPointerException
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:111)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.src.ModLoader.addName(ModLoader.java:207)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.src.ModLoader.addName(ModLoader.java:195)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at org.millenaire.common.MLN.nameItems(MLN.java:1247)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at org.millenaire.common.MLN.applyLanguage(MLN.java:824)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at org.millenaire.common.MLN.loadLanguages(MLN.java:1122)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at org.millenaire.client.forge.ClientProxy.loadLanguages(ClientProxy.java:190)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at org.millenaire.common.forge.Mill.load(Mill.java:760)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT]
Client> 2013-08-21 10:38:02 [INFO] [STDOUT]
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
Client> 2013-08-21 10:38:02 [INFO] [STDOUT]
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] -- Head --
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Stacktrace:
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:111)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.src.ModLoader.addName(ModLoader.java:207)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.src.ModLoader.addName(ModLoader.java:195)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at org.millenaire.common.MLN.nameItems(MLN.java:1247)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at org.millenaire.common.MLN.applyLanguage(MLN.java:824)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at org.millenaire.common.MLN.loadLanguages(MLN.java:1122)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at org.millenaire.client.forge.ClientProxy.loadLanguages(ClientProxy.java:190)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at org.millenaire.common.forge.Mill.load(Mill.java:760)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT]
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] -- Initialization --
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Details:
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Stacktrace:
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT]
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] -- System Details --
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Details:
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Minecraft Version: 1.6.2
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Operating System: Windows 7 (amd64) version 6.1
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Java Version: 1.7.0_03, Oracle Corporation
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Memory: 196907448 bytes (187 MB) / 460128256 bytes (438 MB) up to 954466304 bytes (910 MB)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] FML: MCP v8.04 FML v6.2.45.830 Minecraft Forge 9.10.0.830 55 mods loaded, 55 mods active
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] FML{6.2.45.830} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Forge{9.10.0.830} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] CodeChickenCore{0.9.0.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Micdoodlecore{} [Micdoodle8 Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] NotEnoughItems{1.6.1.2} [Not Enough Items] (NotEnoughItems 1.6.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] mod_bspkrsCore{v3.03(1.6.2)} [bspkrsCore] ([1.6.2]bspkrsCorev3.03.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] mod_ArmorStatusHUD{v1.12(1.6.2)} [ArmorStatusHUD] ([1.6.2]ArmorStatusHUDv1.12.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] mod_DirectionHUD{v1.14(1.6.2)} [DirectionHUD] ([1.6.2]DirectionHUDv1.14.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] BuildCraft|Core{4.0.1} [BuildCraft] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] BuildCraft|Transport{4.0.1} [BC Transport] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] BuildCraft|Silicon{4.0.1} [BC Silicon] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] IC2{1.118.401-lf} [IndustrialCraft 2] (industrialcraft-2_1.118.401-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] AppliedEnergistics{rv12.b} [Applied Energistics] (appeng-rv12-b-mc162.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Backpack{1.12.15} [Backpack] (backpack-1.12.15-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] BiblioCraft{1.4.0} [BiblioCraft] (BiblioCraft[v1.4.0].zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Natura{2.1.5} [Natura] (Natura_1.6.2_2.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] BiomesOPlenty{0.6.1} [Biomes O' Plenty] (Biomes-O-Plenty-0.6.1-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] BiblioWoodsBoP{1.2} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.2].zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Forestry{2.3.0.0} [Forestry for Minecraft] (forestry-A-2.3.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] BiblioWoodsForestry{1.2} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.2].zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] BuildCraft|Builders{4.0.1} [BC Builders] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] BuildCraft|Energy{4.0.1} [BC Energy] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] BuildCraft|Factory{4.0.1} [BC Factory] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] ChickenChunks{1.3.3.1} [ChickenChunks] (ChickenChunks 1.3.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] ComputerCraft{1.56} [ComputerCraft] (ComputerCraft1.56.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] CCTurtle{1.56} [ComputerCraft Turtles] (ComputerCraft1.56.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] DynamicLights{1.2.4} [Dynamic Lights] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] DynamicLights_mobEquipment{1.0.0} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] EnderStorage{1.4.3.3} [EnderStorage] (EnderStorage 1.4.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] extracells{1.3.2} [ExtraCells] (ExtraCells-universal-1.3.2 (1.6.2).jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] GalacticraftCore{0.1.39} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.39.566.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] IronChest{5.3.20.535} [Iron Chest] (ironchest-universal-1.6.2-5.3.20.535.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] meteors{2.11.1} [Falling Meteors] (Meteors Mod V2.11.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] MFFS{3.3.0} [Modular Force Field System] (MFFS_v3.3.0.217.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] millenaire{5.1.9} [Millénaire] (millenaire-jar-5.1.9) Unloaded->Constructed->Pre-initialized->Errored
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Mystcraft{0.10.6.00} [Mystcraft] (mystcraft-uni-1.6.2-0.10.6.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Natura|CompatMineFactoryReloaded{0.1} [Natura compat: MFR] (Natura_1.6.2_2.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.2 v1.010.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] TConstruct{1.6.2_1.4.dev.28.1} [Tinkers' Construct] (TConstruct_1.6.2_1.4.dev.28.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] (TConstruct_1.6.2_1.4.dev.28.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] TwilightForest{1.19.0} [The Twilight Forest] (twilightforest-1.19.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] AS_UpdateCheck{1.1.0} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] weaponmod{1.6.2 v1.13.5} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Launched Version: 1.6.2-Forge9.10.0.830
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] LWJGL: 2.9.0
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] OpenGL: GeForce GTX 460M/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Type: Client (map_client.txt)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Resource Pack: Default
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Current Language: English (US)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Profiler Position: N/A (disabled)
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Client> 2013-08-21 10:38:02 [INFO] [STDOUT] #@[email protected]# Game crashed! Crash report saved to: #@[email protected]#