java.lang.NullPointerException: Stitching texture atlas
at shadersmod.client.ShadersTex.readImage(ShadersTex.java:464)
at shadersmod.client.ShadersTex.readImageAndMipmaps(ShadersTex.java:439)
at shadersmod.client.ShadersTex.uploadTexSubForLoadAtlas(ShadersTex.java:419)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:291)
at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:96)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:109)
at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:29)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
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 shadersmod.client.ShadersTex.readImage(ShadersTex.java:464)
at shadersmod.client.ShadersTex.readImageAndMipmaps(ShadersTex.java:439)
at shadersmod.client.ShadersTex.uploadTexSubForLoadAtlas(ShadersTex.java:419)
-- Texture being stitched together --
Details:
Atlas path: textures
Sprite: TextureAtlasSprite{name='missingno', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=6.25E-4, u1=0.999375, v0=6.25E-4, v1=0.999375}
Stacktrace:
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:291)
at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:96)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:109)
at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:29)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 121189424 bytes (115 MB) / 294584320 bytes (280 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1486 3 mods loaded, 3 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1486.jar)
UCH Forge{11.14.3.1486} [Minecraft Forge] (forge-1.8-11.14.3.1486.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3308' Renderer: 'Intel(R) HD Graphics 4000'
Launched Version: 1.8-Forge11.14.3.1486
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3308, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [faithful32pack.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
java.lang.NullPointerException: Stitching texture atlas
at shadersmod.client.ShadersTex.readImage(ShadersTex.java:464)
at shadersmod.client.ShadersTex.readImageAndMipmaps(ShadersTex.java:439)
at shadersmod.client.ShadersTex.uploadTexSubForLoadAtlas(ShadersTex.java:419)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:291)
at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:96)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:109)
at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:29)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
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 shadersmod.client.ShadersTex.readImage(ShadersTex.java:464)
at shadersmod.client.ShadersTex.readImageAndMipmaps(ShadersTex.java:439)
at shadersmod.client.ShadersTex.uploadTexSubForLoadAtlas(ShadersTex.java:419)
-- Texture being stitched together --
Details:
Atlas path: textures
Sprite: TextureAtlasSprite{name='missingno', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=6.25E-4, u1=0.999375, v0=6.25E-4, v1=0.999375}
Stacktrace:
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:291)
at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:96)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:109)
at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:29)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 121189424 bytes (115 MB) / 294584320 bytes (280 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1486 3 mods loaded, 3 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1486.jar)
UCH Forge{11.14.3.1486} [Minecraft Forge] (forge-1.8-11.14.3.1486.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3308' Renderer: 'Intel(R) HD Graphics 4000'
Launched Version: 1.8-Forge11.14.3.1486
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3308, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [faithful32pack.zip] Current Language: English (US)
Profiler Position: N/A (disabled)
Use spoilers.
It's probably your graphics card being too old. That was the problem with mine, read the requirements carefully in the shaders post.
Rollback Post to RevisionRollBack
Over 1000+ kills in every hypixel game. Stats here: stats.hypixel.net
I tried to install the shaders mod and this is the error it gives me after starting up.
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// You should try our sister game, Minceraft!
Time: 6/28/15 4:07 PM
Description: Stitching texture atlas
java.lang.NullPointerException: Stitching texture atlas
at shadersmod.client.ShadersTex.readImage(ShadersTex.java:464)
at shadersmod.client.ShadersTex.readImageAndMipmaps(ShadersTex.java:439)
at shadersmod.client.ShadersTex.uploadTexSubForLoadAtlas(ShadersTex.java:419)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:291)
at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:96)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:109)
at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:29)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
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 shadersmod.client.ShadersTex.readImage(ShadersTex.java:464)
at shadersmod.client.ShadersTex.readImageAndMipmaps(ShadersTex.java:439)
at shadersmod.client.ShadersTex.uploadTexSubForLoadAtlas(ShadersTex.java:419)
-- Texture being stitched together --
Details:
Atlas path: textures
Sprite: TextureAtlasSprite{name='missingno', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=6.25E-4, u1=0.999375, v0=6.25E-4, v1=0.999375}
Stacktrace:
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:291)
at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:96)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:109)
at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:29)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 121189424 bytes (115 MB) / 294584320 bytes (280 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1486 3 mods loaded, 3 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1486.jar)
UCH Forge{11.14.3.1486} [Minecraft Forge] (forge-1.8-11.14.3.1486.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3308' Renderer: 'Intel(R) HD Graphics 4000'
Launched Version: 1.8-Forge11.14.3.1486
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3308, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [faithful32pack.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Use spoilers.
It's probably your graphics card being too old. That was the problem with mine, read the requirements carefully in the shaders post.
Over 1000+ kills in every hypixel game. Stats here:
stats.hypixel.net
ok. I will. Thanks for the help!