Time: 6/7/14 4:59 PM Description: Initializing game
java.lang.RuntimeException: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin at net.minecraft.client.gui.FontRenderer.func_98306_d(FontRenderer.java:243) at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:158) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:849) 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) Caused by: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:58) at net.minecraft.client.gui.FontRenderer.func_98306_d(FontRenderer.java:238) ... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------
-- Head -- Stacktrace: at net.minecraft.client.gui.FontRenderer.func_98306_d(FontRenderer.java:243) at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:158) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
-- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:849) 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 (x86) version 6.1 Java Version: 1.7.0_51, Oracle Corporation Java VM Version: Java HotSpot™ Client VM (mixed mode, sharing), Oracle Corporation Memory: 28602904 bytes (27 MB) / 144592896 bytes (137 MB) up to 518979584 bytes (494 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M 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.01-pre FML v7.2.106.1012 Minecraft Forge 10.12.0.1012 Optifine OptiFine_1.7.2_HD_U_C2 8 mods loaded, 0 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) FML{7.2.106.1012} [Forge Mod Loader] (forge-1.7.2-10.12.0.1012.jar) Forge{10.12.0.1012} [Minecraft Forge] (forge-1.7.2-10.12.0.1012.jar) CustomSpawner{3.2.0.dev.R1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.2.0-DEV-R2.zip) customnpcs{1.7.2-2} [CustomNpcs] (CustomNPCs_1.7.2.jar) MoCreatures{6.2.0.dev.R1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.0-DEV-R2.zip) plantmegapack{3.00.09} [Plant Mega Pack] (Plant Mega Pack-1.7.2-3.00.09.jar) customnpcs{1.7.2-2} [CustomNpcs] (CustomNPCs_1.7.2.jar) Launched Version: 1.7.2-Forge10.12.0.1012 LWJGL: 2.9.0 OpenGL: Intel® HD Graphics Family GL version 3.1.0 - Build 8.15.10.2455, Intel 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: Off (1)
and I don't know what is specifically causing this. I downloaded a mod called Plant Mega Pack and everytime I add it to the mods section, it crashes but the mod, according to the creator is not the mod causing it, he told me that this is Causedby: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin
Yet, whenever I remove it from my mods, I play just fine.
Is there something wrong with the launcher I have?
Edit: nevermind, found the problem. Someone delete this topic
// Oops.
Time: 6/7/14 4:59 PM
Description: Initializing game
java.lang.RuntimeException: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin
at net.minecraft.client.gui.FontRenderer.func_98306_d(FontRenderer.java:243)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:158)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:849)
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)
Caused by: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:58)
at net.minecraft.client.gui.FontRenderer.func_98306_d(FontRenderer.java:238)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.gui.FontRenderer.func_98306_d(FontRenderer.java:243)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:158)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:849)
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 (x86) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ Client VM (mixed mode, sharing), Oracle Corporation
Memory: 28602904 bytes (27 MB) / 144592896 bytes (137 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
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.01-pre FML v7.2.106.1012 Minecraft Forge 10.12.0.1012 Optifine OptiFine_1.7.2_HD_U_C2 8 mods loaded, 0 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar)
FML{7.2.106.1012} [Forge Mod Loader] (forge-1.7.2-10.12.0.1012.jar)
Forge{10.12.0.1012} [Minecraft Forge] (forge-1.7.2-10.12.0.1012.jar)
CustomSpawner{3.2.0.dev.R1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.2.0-DEV-R2.zip)
customnpcs{1.7.2-2} [CustomNpcs] (CustomNPCs_1.7.2.jar)
MoCreatures{6.2.0.dev.R1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.0-DEV-R2.zip)
plantmegapack{3.00.09} [Plant Mega Pack] (Plant Mega Pack-1.7.2-3.00.09.jar)
customnpcs{1.7.2-2} [CustomNpcs] (CustomNPCs_1.7.2.jar)
Launched Version: 1.7.2-Forge10.12.0.1012
LWJGL: 2.9.0
OpenGL: Intel® HD Graphics Family GL version 3.1.0 - Build 8.15.10.2455, Intel
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: Off (1)
Yet, whenever I remove it from my mods, I play just fine.
Is there something wrong with the launcher I have?
Edit: nevermind, found the problem. Someone delete this topic