Posted June 22, 201411 yr Hi, I have a problem: i'm using a custom launcher and the game won't start this happen only if there are Waila or Railcraft installed here is the launcher source code: https://github.com/AlTech98/mclauncher what can i do to solve the problem? thanks ---- Minecraft Crash Report ---- // On the bright side, I bought you a teddy bear! Time: 22/06/14 19.23 Description: Initializing game java.lang.NullPointerException: Initializing game at cpw.mods.fml.client.FMLClientHandler.getCurrentLanguage(FMLClientHandler.java:595) at cpw.mods.fml.common.FMLCommonHandler.getCurrentLanguage(FMLCommonHandler.java:520) at cpw.mods.fml.common.registry.LanguageRegistry.getStringLocalization(LanguageRegistry.java:59) at mcp.mobius.waila.cbcore.LangUtil.translate(LangUtil.java:42) at mcp.mobius.waila.cbcore.LangUtil.translateG(LangUtil.java:35) at mcp.mobius.waila.api.impl.ModuleRegistrar.addConfig(ModuleRegistrar.java:76) at mcp.mobius.waila.client.ProxyClient.registerHandlers(ProxyClient.java:92) at mcp.mobius.waila.Waila.postInit(Waila.java:87) 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:513) at sun.reflect.GeneratedMethodAccessor2.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:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 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:208) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) 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:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 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:118) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:693) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) at net.minecraft.client.main.Main.main(SourceFile:103) 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:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at cpw.mods.fml.client.FMLClientHandler.getCurrentLanguage(FMLClientHandler.java:595) at cpw.mods.fml.common.FMLCommonHandler.getCurrentLanguage(FMLCommonHandler.java:520) at cpw.mods.fml.common.registry.LanguageRegistry.getStringLocalization(LanguageRegistry.java:59) at mcp.mobius.waila.cbcore.LangUtil.translate(LangUtil.java:42) at mcp.mobius.waila.cbcore.LangUtil.translateG(LangUtil.java:35) at mcp.mobius.waila.api.impl.ModuleRegistrar.addConfig(ModuleRegistrar.java:76) at mcp.mobius.waila.client.ProxyClient.registerHandlers(ProxyClient.java:92) at mcp.mobius.waila.Waila.postInit(Waila.java:87) 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:513) at sun.reflect.GeneratedMethodAccessor2.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:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 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:208) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) 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:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 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:118) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:693) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) at net.minecraft.client.main.Main.main(SourceFile:103) 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:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.7.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_60, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 378371784 bytes (360 MB) / 1017643008 bytes (970 MB) up to 1908932608 bytes (1820 MB) JVM Flags: 4 total; -Xms256M -Xmx2048M -XX:PermSize=256M -XX:MaxPermSize=512M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 33 mods loaded, 33 mods active mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized FML{7.2.211.1121} [Forge Mod Loader] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Forge{10.12.2.1121} [Minecraft Forge] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AppliedEnergistics2-Core{rv0-beta-32} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CodeChickenCore{1.0.0} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized NotEnoughItems{1.0.1} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.1-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized TConstruct-Preloader{0.1.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AetherCraft{1.7.2-1.4.1.119} [AetherCraft] (AetherCraft-1.7.2-1.4.1.119.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildCraft|Core{6.0.16} [buildCraft] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized IC2{2.1.478-experimental} [industrialCraft 2] (industrialcraft-2-2.1.478-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized appliedenergistics2{rv0-beta-32} [Applied Energistics 2] (appliedenergistics2-rv0-beta-32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AWWayofTime{v1.0.1g} [blood Magic: Alchemical Wizardry] (Blood Magic-v1.0.1g.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildCraft|Builders{6.0.16} [bC Builders] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildCraft|Energy{6.0.16} [bC Energy] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildCraft|Factory{6.0.16} [bC Factory] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildCraft|Transport{6.0.16} [bC Transport] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildCraft|Silicon{6.0.16} [bC Silicon] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized EnderIO{1.1.0_alpha} [Ender IO] (enderio-1.1.0_alpha.114.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Waila{1.5.2_1.7.2} [Waila] (Waila-1.5.2a_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored extracells{2.0.17} [ExtraCells] (ExtraCells-2.0.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ForgeMultipart{1.1.0.283} [Forge Multipart] (ForgeMultipart-1.7.2-1.1.0.283-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ExtraUtilities{1.1.0b} [Extra Utilities] (extrautilities-1.1.0b.jar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized inventorytweaks{1.57-116} [inventory Tweaks] (InventoryTweaks-1.57-116.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized JABBA{1.1.4} [JABBA] (Jabba-1.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Mantle{1.7.2-132.45b0b50} [Mantle] (Mantle-1.7.2-0.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Mystcraft{0.10.15.00} [Mystcraft] (mystcraft-1.7.2-0.10.15.00.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized PneumaticCraft{1.2.1} [PneumaticCraft] (PneumaticCraft-1.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized StevesCarts{2.0.0.b12} [steve's Carts 2] (StevesCarts2.0.0.b12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized StevesFactoryManager{A86} [steve's Factory Manager] (StevesFactoryManagerA86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized TConstruct{1.7.2-1.6.0.jenkins478} [Tinkers' Construct] (TConstruct-1.7.2-1.6.0.a14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized TwilightForest{2.1.1} [The Twilight Forest] (twilightforest-1.7.2-2.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized McMultipart{1.1.0.283} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.2-1.1.0.283-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ForgeMicroblock{1.1.0.283} [Forge Microblocks] (ForgeMultipart-1.7.2-1.1.0.283-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AE2 Version: beta rv0-beta-32 for Forge 10.12.0.1024 Mantle Environment: Environment healthy. TConstruct Environment: Environment healthy. AE2 Integration: RotaryCraft:OFF, IC2:ON, RC:OFF, BC:ON, MJ5:ON, MJ6:ON, RF:ON, MFR:OFF, DSU:ON, FZ:OFF, Waila:ON, CLApi:OFF, RB:OFF, InvTweaks:ON, NEI:ON, CraftGuide:OFF, FMP:ON Launched Version: 1.7.2 LWJGL: 2.9.0 OpenGL: AMD Radeon HD 6900 Series GL version 4.3.12798 Compatibility Profile Context 13.350.1005.0, ATI Technologies Inc. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: ~~ERROR~~ NullPointerException: null Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null Anisotropic Filtering: On (16)
June 23, 201411 yr There's something wrong with Waila. Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
June 23, 201411 yr That means your launcher is probably doing something wrong. Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
June 23, 201411 yr for a regular user, probably none. the launcher creator would need to fix the problem on his end.
June 24, 201411 yr There is not much we can do, if you launch the game correctly, it will start. You need to dig into the code and see what exactly is nulling out there and see when it SHOULD be initialized to something. Neither part is our code, can't really help you with it. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
June 26, 201411 yr Author i found that this problem is not only with my launcher: http://openeye.openmods.info/crashes/f06691035294d5f63ef786c6234c98bb
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.