Jump to content

Recommended Posts

Posted

Hello everybody,

      I've just started a new mod, and I'm getting a weird NullPointerException from net.minecraft.client.resources.LanguageManager.isCurrentLanguageBidirectional.  I haven't done anything, it seem to be something with the minecraft code.

 

Error report:

 

 

Feb 04, 2014 9:00:16 PM net.minecraft.launchwrapper.LogWrapper log

INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

Feb 04, 2014 9:00:16 PM net.minecraft.launchwrapper.LogWrapper log

INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker

Feb 04, 2014 9:00:16 PM net.minecraft.launchwrapper.LogWrapper log

INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

2014-02-04 21:00:16 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading

2014-02-04 21:00:16 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_51, running on Windows 8:amd64:6.2, installed at C:\Program Files\Java\jre7

2014-02-04 21:00:16 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

2014-02-04 21:00:16 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-02-04 21:00:16 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

2014-02-04 21:00:16 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-02-04 21:00:16 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-02-04 21:00:16 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

2014-02-04 21:00:16 [iNFO] [sTDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg

2014-02-04 21:00:16 [sEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work!

2014-02-04 21:00:17 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

2014-02-04 21:00:17 [iNFO] [sTDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg

2014-02-04 21:00:17 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker

2014-02-04 21:00:17 [iNFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}

2014-02-04 21:00:17 [iNFO] [Minecraft-Client] Setting user: Player218

2014-02-04 21:00:18 [iNFO] [Minecraft-Client] LWJGL Version: 2.9.0

2014-02-04 21:00:18 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default

2014-02-04 21:00:19 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2014-02-04 21:00:19 [iNFO] [sTDOUT] MinecraftForge v9.11.1.965 Initialized

2014-02-04 21:00:19 [iNFO] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized

2014-02-04 21:00:19 [iNFO] [sTDOUT] Replaced 111 ore recipies

2014-02-04 21:00:19 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2014-02-04 21:00:19 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Jeneale\Desktop\Ryan\Minecraft\Making mods\forge-1.6.4-9.11.1.965 Mods (MCP 811)\forge-1.6.4-9.11.1.965-WardingStones\forge\mcp\jars\config\logging.properties

2014-02-04 21:00:19 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2014-02-04 21:00:19 [iNFO] [ForgeModLoader] Searching C:\Users\Jeneale\Desktop\Ryan\Minecraft\Making mods\forge-1.6.4-9.11.1.965 Mods (MCP 811)\forge-1.6.4-9.11.1.965-WardingStones\forge\mcp\jars\mods for mods

2014-02-04 21:00:21 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load

2014-02-04 21:00:21 [iNFO] [mcp] Activating mod mcp

2014-02-04 21:00:21 [iNFO] [FML] Activating mod FML

2014-02-04 21:00:21 [iNFO] [Forge] Activating mod Forge

2014-02-04 21:00:21 [iNFO] [arsmagica2] Activating mod arsmagica2

2014-02-04 21:00:21 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Ars Magica 2

2014-02-04 21:00:21 [iNFO] [ForgeModLoader] Registering Forge Packet Handler

2014-02-04 21:00:21 [iNFO] [ForgeModLoader] Succeeded registering Forge Packet Handler

2014-02-04 21:00:21 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2014-02-04 21:00:22 [sEVERE] [ForgeModLoader] Found anonymous item of class am2.items.SpellBase with ID 20260 owned by mod arsmagica2, this item will NOT survive a 1.7 upgrade!

2014-02-04 21:00:22 [sEVERE] [ForgeModLoader] Found anonymous item of class am2.items.ItemBindingCatalyst with ID 20324 owned by mod arsmagica2, this item will NOT survive a 1.7 upgrade!

2014-02-04 21:00:22 [iNFO] [sTDOUT] ---- Minecraft Crash Report ----

2014-02-04 21:00:22 [iNFO] [sTDOUT] // I bet Cylons wouldn't have this problem.

2014-02-04 21:00:22 [iNFO] [sTDOUT]

2014-02-04 21:00:22 [iNFO] [sTDOUT] Time: 2/4/14 9:00 PM

2014-02-04 21:00:22 [iNFO] [sTDOUT] Description: Initializing game

2014-02-04 21:00:22 [iNFO] [sTDOUT]

2014-02-04 21:00:22 [iNFO] [sTDOUT] java.lang.NullPointerException

2014-02-04 21:00:22 [iNFO] [sTDOUT] at net.minecraft.client.resources.LanguageManager.isCurrentLanguageBidirectional(LanguageManager.java:96)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:478)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:808)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

2014-02-04 21:00:22 [iNFO] [sTDOUT]

2014-02-04 21:00:22 [iNFO] [sTDOUT]

2014-02-04 21:00:22 [iNFO] [sTDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:

2014-02-04 21:00:22 [iNFO] [sTDOUT] ---------------------------------------------------------------------------------------

2014-02-04 21:00:22 [iNFO] [sTDOUT]

2014-02-04 21:00:22 [iNFO] [sTDOUT] -- Head --

2014-02-04 21:00:22 [iNFO] [sTDOUT] Stacktrace:

2014-02-04 21:00:22 [iNFO] [sTDOUT] at net.minecraft.client.resources.LanguageManager.isCurrentLanguageBidirectional(LanguageManager.java:96)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:478)

2014-02-04 21:00:22 [iNFO] [sTDOUT]

2014-02-04 21:00:22 [iNFO] [sTDOUT] -- Initialization --

2014-02-04 21:00:22 [iNFO] [sTDOUT] Details:

2014-02-04 21:00:22 [iNFO] [sTDOUT] Stacktrace:

2014-02-04 21:00:22 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:808)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)

2014-02-04 21:00:22 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

2014-02-04 21:00:22 [iNFO] [sTDOUT]

2014-02-04 21:00:22 [iNFO] [sTDOUT] -- System Details --

2014-02-04 21:00:22 [iNFO] [sTDOUT] Details:

2014-02-04 21:00:22 [iNFO] [sTDOUT] Minecraft Version: 1.6.4

2014-02-04 21:00:22 [iNFO] [sTDOUT] Operating System: Windows 8 (amd64) version 6.2

2014-02-04 21:00:22 [iNFO] [sTDOUT] Java Version: 1.7.0_51, Oracle Corporation

2014-02-04 21:00:22 [iNFO] [sTDOUT] Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

2014-02-04 21:00:22 [iNFO] [sTDOUT] Memory: 819308272 bytes (781 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)

2014-02-04 21:00:22 [iNFO] [sTDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

2014-02-04 21:00:22 [iNFO] [sTDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

2014-02-04 21:00:22 [iNFO] [sTDOUT] Suspicious classes: FML and Forge are installed

2014-02-04 21:00:22 [iNFO] [sTDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

2014-02-04 21:00:22 [iNFO] [sTDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 4 mods loaded, 4 mods active

2014-02-04 21:00:22 [iNFO] [sTDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized

2014-02-04 21:00:22 [iNFO] [sTDOUT] FML{6.4.49.965} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized

2014-02-04 21:00:22 [iNFO] [sTDOUT] Forge{9.11.1.965} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized

2014-02-04 21:00:22 [iNFO] [sTDOUT] arsmagica2{1.1.2b} [Ars Magica 2] (bin) Unloaded->Constructed->Pre-initialized

2014-02-04 21:00:22 [iNFO] [sTDOUT] Launched Version: 1.6

2014-02-04 21:00:22 [iNFO] [sTDOUT] LWJGL: 2.9.0

2014-02-04 21:00:22 [iNFO] [sTDOUT] OpenGL: Intel® HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3282, Intel

2014-02-04 21:00:22 [iNFO] [sTDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'

2014-02-04 21:00:22 [iNFO] [sTDOUT] Type: Client (map_client.txt)

2014-02-04 21:00:22 [iNFO] [sTDOUT] Resource Pack: Default

2014-02-04 21:00:22 [iNFO] [sTDOUT] Current Language: ~~ERROR~~ NullPointerException: null

2014-02-04 21:00:22 [iNFO] [sTDOUT] Profiler Position: N/A (disabled)

2014-02-04 21:00:22 [iNFO] [sTDOUT] Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

2014-02-04 21:00:22 [iNFO] [sTDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Jeneale\Desktop\Ryan\Minecraft\Making mods\forge-1.6.4-9.11.1.965 Mods (MCP 811)\forge-1.6.4-9.11.1.965-WardingStones\forge\mcp\jars\.\crash-reports\crash-2014-02-04_21.00.22-client.txt

[spoiler\]

 

  • 4 weeks later...
Posted

Although it may be a bit late for this, I just had the same error loading a few months old frozen mod of mine trying to update it. Since it's modular, it's contained within its own project.

 

In general, said error occurs for any pack.mcmeta file in the classpath, in this case also in my mod's own eclipse project, not only {mcp_home}/src/Minecraft. Thanks to OP for pointing me into a particular direction.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.