у меня такая же проблема, с чего ты взял что ID конфликтуют? при конфликте это же должно отоброжаться в файле IDConflicts.txt или нет? если все же конфликт, то как найти конфликтные ID? вот мой лог...
Скрытый текст
EventBus.java:313
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 31.08.13 20:10
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 8 (x86) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation
Memory: 95221296 bytes (90 MB) / 244006912 bytes (232 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 1 total; -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.55.842 Minecraft Forge 9.10.0.842 38 mods loaded, 38 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.55.842} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.842} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.0} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.0.3} [Not Enough Items] (NotEnoughItems 1.6.0.3.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
mod_ArmorStatusHUD{v1.12(1.6.2)} [ArmorStatusHUD] ([1.6.2]ArmorStatusHUDv1.12.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_StatusEffectHUD{v1.14(1.6.2)} [StatusEffectHUD] ([1.6.2]StatusEffectHUDv1.14.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.12.15} [Backpack] (backpack-1.12.15-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers{1.3.6} [Battle Towers] (BattleTowers_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
betterbiomes{1.1.2 for MC 1.6.2} [Better Biomes] (Better-Biomes-1.1.2d-for-MC-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
BC2{1.0.0} [Bosscraft 2] (BossCraft-2-Mod-1_6_2.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{4.0.0} [BuildCraft] (BuildCraft-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{4.0.0} [BC Builders] (BuildCraft-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{4.0.0} [BC Energy] (BuildCraft-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{4.0.0} [BC Factory] (BuildCraft-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{4.0.0} [BC Transport] (BuildCraft-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{4.0.0} [BC Silicon] (BuildCraft-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{v1.53} [Carpenter's Blocks] (Carpenters-Blocks-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChestTransporter{1.1.7} [Chest Transporter] (Chest-Transporter-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Chisel{1.4.8} [Chisel] (chisel-1.6.2-1.4.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_CoalBiom{1.0} [mod_CoalBiom] (CoalBiom.zip) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ExpChest{3.1.30.1} [Exp Chest] (Exp-Chest-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL{3.14.0} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.2-3.14.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
herobrinemod{3.3} [HerobrineMod] (HerobrineMod_1.6.2_2.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
IC2{1.118.401-lf} [IndustrialCraft 2] (Industrial-Craft-2-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
millenaire{5.1.9} [Mill?naire] (millenaire-jar-5.1.9) Unloaded->Constructed->Pre-initialized->Errored
morepeople{1.0} [More People] (Mo-People-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_MouseTweaks{2.1 (for Minecraft 1.6.1)} [Mouse Tweaks] (Mouse Tweaks 2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectRed{3.2.1.@BUILD@} [Project: Red] (ProjectRed-1.6.2-3.2.1.34.jar) Unloaded->Constructed->Pre-initialized->Initialized
Revamp{1.2.1} [Rivvest's Enhancements to Villager and Mob Performance] (revamp-1.2.1-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_SavannaBiomeMod{1.6.2} [mod_SavannaBiomeMod] (SavannaBiomeMod162.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_Timber{1.6.2} [Timber!] (Timber-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.19.0} [The Twilight Forest] (twilightforest-1.19.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
UTIL{1.0.0} [Utilities] (Utilities 1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
weaponmod{1.6.2 v1.13.5} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.2-Forge9.10.0.842
LWJGL: 2.9.0
OpenGL: ATI Radeon HD 5450 (Engineering Sample - WDDM v1.20) GL version 4.2.11399 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: ChromaHills-128x_1.6_1.0.4.zip
Current Language: Русский (Россия)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null