Jump to content

Technic Crash Log Soloution?


123apache123

Recommended Posts

I was trying to install Millenaire into the MoonQuest modpack, and the game silently crashed after the mojang screen. Can anyone help?

---- Minecraft Crash Report ----

// You're mean.

Time: 15/10/13 16:33

Description: Initializing game

java.lang.NullPointerException

at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:112)

at net.minecraft.src.ModLoader.addName(ModLoader.java: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:696)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)

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

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

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

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

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)

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

-- Initialization --

Details:

Stacktrace:

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

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 (x86) version 6.1

Java Version: 1.7.0_40, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

Memory: 50721504 bytes (48 MB) / 289374208 bytes (275 MB) up to 1037959168 bytes (989 MB)

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

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

Suspicious classes: FML and Forge are installed

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

FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 Optifine OptiFine_1.6.2_HD_U_C4 66 mods loaded, 66 mods active

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

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

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

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

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

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

shadersmod{2.0.1 beta 18} [GLSL Shaders Mod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

mod_bspkrsCore{v3.05(1.6.2)} [bspkrsCore] ([1.6.2]bspkrsCorev3.05.zip) Unloaded->Constructed->Pre-initialized->Initialized

DamageIndicatorsMod{2.9.0.9} [Damage Indicators] (1.6.4 DamageIndicators v2.9.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized

ChickenShed{1.1.2} [Chicken Shed] ([1.5+] ChickenShed (v1.1.2).zip) Unloaded->Constructed->Pre-initialized->Initialized

InGameInfoXML{2.4.1.24} [inGame Info XML] ([1.6.2]InGameInfoXML-v2.4.1.24.jar) 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

TreeCapitator{Forge 1.6.2.r05} [Treecapitator] ([1.6.2]TreeCapitator.Forge.1.6.2.r05.Universal.jar) Unloaded->Constructed->Pre-initialized->Initialized

ArchimedesShipsMod{1.6.2 v1.4.4} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized->Initialized

Artifice{1.6.2R1.1.2} [Artifice] (Artifice-1.1.2-181.jar) Unloaded->Constructed->Pre-initialized->Initialized

ArtificeCompat|Chisel{1.6.2R1.1.2} [Artifice Compat: Chisel] (Artifice-1.1.2-181.jar) Unloaded->Constructed->Pre-initialized->Initialized

ArtificeCompat|EE3{1.6.2R1.1.2} [Artifice Compat: EE3] (Artifice-1.1.2-181.jar) Unloaded->Constructed->Pre-initialized->Initialized

ArtificeCompat|Forestry{1.6.2R1.1.2} [Artifice Compat: Forestry] (Artifice-1.1.2-181.jar) Unloaded->Constructed->Pre-initialized->Initialized

ArtificeCompat|MFR{1.6.2R1.1.2} [Artifice Compat: MFR] (Artifice-1.1.2-181.jar) Unloaded->Constructed->Pre-initialized->Initialized

ArtificeCompat|Railcraft{1.6.2R1.1.2} [Artifice Compat: Railcraft] (Artifice-1.1.2-181.jar) Unloaded->Constructed->Pre-initialized->Initialized

ArtificeCompat|Vanilla{1.6.2R1.1.2} [Artifice Compat: Vanilla] (Artifice-1.1.2-181.jar) Unloaded->Constructed->Pre-initialized->Initialized

AtomicScience{0.7.1} [Atomic Science] (Atomic_Science_v0.7.1.140.jar) Unloaded->Constructed->Pre-initialized->Initialized

BuildCraft|Core{4.1.0} [buildCraft] (buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized

BCTools{1.4-a-5} [buildcraft Tools] (bcTools-v1.4-a-5.jar) Unloaded->Constructed->Pre-initialized->Initialized

BiblioCraft{1.4.1} [biblioCraft] (BiblioCraft[v1.4.1].zip) Unloaded->Constructed->Pre-initialized->Initialized

BiomesOPlenty{1.1.2} [biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.1.2.51.jar) Unloaded->Constructed->Pre-initialized->Initialized

BuildCraft|Builders{4.1.0} [bC Builders] (buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized

BuildCraft|Energy{4.1.0} [bC Energy] (buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized

BuildCraft|Factory{4.1.0} [bC Factory] (buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized

BuildCraft|Transport{4.1.0} [bC Transport] (buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized

BuildCraft|Silicon{4.1.0} [bC Silicon] (buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized

CowboyHat{1.0} [Cowboy Hat] (Cowboy Hat Mod 1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized

CustomSpawner{2.3.1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized

customrecipes{4.4.1} [Custom Recipes] (CustomRecipes-443-2.zip) Unloaded->Constructed->Pre-initialized->Initialized

ImmibisCore{56.0.5} [immibis Core] (immibis-core-56.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized

DimensionalAnchors{56.0.1} [Dimensional Anchors] (dimensional-anchor-56.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized

MoCreatures{6.0.1} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod v6.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized

DynamicLights{1.2.5} [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.1} [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

NBTEdit{1.6.2.0} [in-game NBTEdit] (Forge_NBTEditv1.6.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized

GalacticraftCore{0.1.40} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.40.704.jar) Unloaded->Constructed->Pre-initialized->Initialized

GalacticraftMars{0.1.40} [Galacticraft Mars] (Galacticraft-Planets-1.6.2-a0.1.40.704.jar) Unloaded->Constructed->Pre-initialized->Initialized

Hats{2.0.2} [Hats] (Hats2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized

HatStand{2.0.0} [HatStand] (HatStand2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized

ICBM|Contraption{1.3.2} [iCBM] (ICBM_Contraption_v1.3.2.225.jar) Unloaded->Constructed->Pre-initialized->Initialized

ICBM|Sentry{1.3.2} [iCBM] (ICBM_Sentry_v1.3.2.225.jar) Unloaded->Constructed->Pre-initialized->Initialized

millenaire{5.1.10} [Millénaire] (millenaire-jar-5.1.10) 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

resonantinduction{0.2.0} [Resonant Induction] (Resonant_Induction_v0.2.0.173.jar) Unloaded->Constructed->Pre-initialized->Initialized

DarrenPR_RottenFleshToLeather{1.0.0} [Rotten Flesh to Leather] (Rotten Flesh to Leather 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized

SoulShards{1.0.39} [soul Shards] (SoulShards-1.0.39-universal-srg.jar) Unloaded->Constructed->Pre-initialized->Initialized

TConstruct{1.6.X_1.4.7} [Tinkers' Construct] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized->Initialized

TConstruct|CompatAE{0.0.1} [TConstruct Compat: AE] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized->Initialized

TConstruct|ForgeMuliPart{0.1} [TConstruct Compat: FMP] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized->Initialized

TConstruct|CompatWaila{0.0.1} [TConstruct Compat: Waila] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized->Initialized

Tubestuff{56.0.3} [Tubestuff] (tubestuff-56.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized

TuxWeapons{0.4c} [TuxWeapons] (TuxWeapons 0.4c.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

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

Launched Version: 1.6.2-Forge9.10.1.871

LWJGL: 2.9.0

OpenGL: AMD Radeon HD 7700 Series GL version 4.2.12422 Compatibility Profile Context 13.152.0.0, ATI Technologies Inc.

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

Type: Client (map_client.txt)

Resource Pack: Sphax PureBDcraft 32x MC16.zip

Current Language: English (US)

Profiler Position: N/A (disabled)

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

Link to comment
Share on other sites

Create an account or sign in to comment

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

Create an account

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

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...