So i have my minecraft modded (obviously) and i have shaders installed. Ive been playing with shaders for the past 2 weeks or so without a single problem (i use the SEUS ultimate with DOF). But yesterday i open up minecraft and use the forge profile with the shader installed and click play. It takes me to the mojang loading screen and crashes. Apparently i dont have enough memory even though ive got 8GB of ram in my pc. I tried giving more memory to the game and to java but it still crashes. I dont know what else to do. I gave minecraft and Java 2560M of memory. Before i was using the original 1G and everything was fine. Note that i have a high end pc and even with the shaders i was getting over 60fps. Im just using the mods that are needed to run shaders and thats it. BTW my video card is an EVGA NVIDIA GTX 760 OC if thats any help. Anyways the crash report is below for those who want to see it. PLEASE HELP ME! I really want to play! Any effort is appreciated.
Minecraft Crash Report
// Daisy, daisy...
Time: 5/11/14 11:22 AM
Description: Registering texture
java.lang.OutOfMemoryError: Java heap space
at shadersmodcore.client.ShadersTex.getIntArray(ShadersTex.java:75)
at shadersmodcore.client.ShadersTex.loadSimpleTexture(ShadersTex.java:837)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:50)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:124)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
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 shadersmodcore.client.ShadersTex.getIntArray(ShadersTex.java:75)
at shadersmodcore.client.ShadersTex.loadSimpleTexture(ShadersTex.java:837)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/font/ascii.png
Texture object class: net.minecraft.client.renderer.texture.SimpleTexture
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:50)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:124)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
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_55, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 354973960 bytes (338 MB) / 492306432 bytes (469 MB) up to 492306432 bytes (469 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2560M -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.116.1024 Minecraft Forge 10.12.0.1024 Optifine OptiFine_1.7.2_HD_C2 3 mods loaded, 3 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.116.1024} [Forge Mod Loader] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.0.1024} [Minecraft Forge] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.2-Forge10.12.0.1024
LWJGL: 2.9.0
OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [_1.7__R3D.CRAFT_DR-128x_v0.1.5.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 5/11/14 11:22 AM
Description: Registering texture
java.lang.OutOfMemoryError: Java heap space
at shadersmodcore.client.ShadersTex.getIntArray(ShadersTex.java:75)
at shadersmodcore.client.ShadersTex.loadSimpleTexture(ShadersTex.java:837)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:50)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:124)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
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 shadersmodcore.client.ShadersTex.getIntArray(ShadersTex.java:75)
at shadersmodcore.client.ShadersTex.loadSimpleTexture(ShadersTex.java:837)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/font/ascii.png
Texture object class: net.minecraft.client.renderer.texture.SimpleTexture
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:50)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:124)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
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_55, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 354973960 bytes (338 MB) / 492306432 bytes (469 MB) up to 492306432 bytes (469 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2560M -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.116.1024 Minecraft Forge 10.12.0.1024 Optifine OptiFine_1.7.2_HD_C2 3 mods loaded, 3 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.116.1024} [Forge Mod Loader] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.0.1024} [Minecraft Forge] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.2-Forge10.12.0.1024
LWJGL: 2.9.0
OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [_1.7__R3D.CRAFT_DR-128x_v0.1.5.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
Emphasis added. You have duplicate RAM assignment attributes and the second one (512MB) overwrites the first one (2560MB). The result is that Minecraft uses only 512MB.
My guess is that you're using Magic Launcher. You need to set max RAM in Magic Launcher advanced tab, not through JVM arguments.
sorry im new to minecraft modding so ive never experienced crashing before and having to look at the crash reports so i have no clue what some of the stuff means, and no im using the normal minecraft launcher
OK, that actually looks fine. Where's that other Xmx argument coming from?
On a side note I noticed two other potential errors. Outdated versions of both Forge and Optifine. Update to Forge 1060 and Optifine D1.
Also how did you install Shader mod? I don't see it on your Forge mod list, although it is called in the error stack.
i dragged and dropped the ShadersModCore exe into the mods folder i made in the .minecraft folder, same with optifine. I have updated optifine but cant find that forge update
i dragged and dropped the ShadersModCore exe into the mods folder i made in the .minecraft folder, same with optifine. I have updated optifine but cant find that forge update
i just removed the ShadersModCore exe from my mods folder and only left optifine and my minecraft works
And by "ShadersModCore exe" you mean the file named: "ShadersModCore-v2.3.12-mc1.7.2-f1040.jar"? The .jar extension might be hidden.
i ran minecraft again with the new forge and updated optifine, still crashes, here is the updated crash report
---- Minecraft Crash Report ----
// Shall we play a game?
java.lang.OutOfMemoryError: Java heap space
at shadersmodcore.client.ShadersTex.getIntArray(ShadersTex.java:75)
at shadersmodcore.client.ShadersTex.loadSimpleTexture(ShadersTex.java:837)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:50)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:125)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474)
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 shadersmodcore.client.ShadersTex.getIntArray(ShadersTex.java:75)
at shadersmodcore.client.ShadersTex.loadSimpleTexture(ShadersTex.java:837)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/font/ascii.png
Texture object class: net.minecraft.client.renderer.texture.SimpleTexture
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:50)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:125)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474)
-- 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_55, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 350073552 bytes (333 MB) / 492306432 bytes (469 MB) up to 492306432 bytes (469 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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.03 FML v7.2.190.1075 Minecraft Forge 10.12.1.1075 Optifine OptiFine_1.7.2_HD_U_D1 3 mods loaded, 3 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.190.1075} [Forge Mod Loader] (forge-1.7.2-10.12.1.1075.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.1.1075} [Minecraft Forge] (forge-1.7.2-10.12.1.1075.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.2-Forge10.12.1.1075
LWJGL: 2.9.0
OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [_1.7__R3D.CRAFT_DR-128x_v0.1.5.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
And it's still the same error. Something adds a second Xmx runtime attribute that overrides your intended settings. Minecraft launches with only 512MB of RAM instead of 2GB, and crashes when it runs out of memory.
Did you modify anything in the Java Control Panel?
yep, in the runtime environment settings i changed the runtime parameters to -Xmx2G as suggested on other forums, could it be that? And btw this is my last post because i have a restriction on for some reason, could i message you instead?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Minecraft Crash Report
// Daisy, daisy...
Time: 5/11/14 11:22 AM
Description: Registering texture
java.lang.OutOfMemoryError: Java heap space
at shadersmodcore.client.ShadersTex.getIntArray(ShadersTex.java:75)
at shadersmodcore.client.ShadersTex.loadSimpleTexture(ShadersTex.java:837)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:50)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:124)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
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 shadersmodcore.client.ShadersTex.getIntArray(ShadersTex.java:75)
at shadersmodcore.client.ShadersTex.loadSimpleTexture(ShadersTex.java:837)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/font/ascii.png
Texture object class: net.minecraft.client.renderer.texture.SimpleTexture
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:50)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:124)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
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_55, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 354973960 bytes (338 MB) / 492306432 bytes (469 MB) up to 492306432 bytes (469 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2560M -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.116.1024 Minecraft Forge 10.12.0.1024 Optifine OptiFine_1.7.2_HD_C2 3 mods loaded, 3 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.116.1024} [Forge Mod Loader] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.0.1024} [Minecraft Forge] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.2-Forge10.12.0.1024
LWJGL: 2.9.0
OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [_1.7__R3D.CRAFT_DR-128x_v0.1.5.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 5/11/14 11:22 AM
Description: Registering texture
java.lang.OutOfMemoryError: Java heap space
at shadersmodcore.client.ShadersTex.getIntArray(ShadersTex.java:75)
at shadersmodcore.client.ShadersTex.loadSimpleTexture(ShadersTex.java:837)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:50)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:124)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
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 shadersmodcore.client.ShadersTex.getIntArray(ShadersTex.java:75)
at shadersmodcore.client.ShadersTex.loadSimpleTexture(ShadersTex.java:837)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/font/ascii.png
Texture object class: net.minecraft.client.renderer.texture.SimpleTexture
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:50)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:124)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
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_55, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 354973960 bytes (338 MB) / 492306432 bytes (469 MB) up to 492306432 bytes (469 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2560M -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.116.1024 Minecraft Forge 10.12.0.1024 Optifine OptiFine_1.7.2_HD_C2 3 mods loaded, 3 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.116.1024} [Forge Mod Loader] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.0.1024} [Minecraft Forge] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.2-Forge10.12.0.1024
LWJGL: 2.9.0
OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [_1.7__R3D.CRAFT_DR-128x_v0.1.5.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
sorry im new to minecraft modding so ive never experienced crashing before and having to look at the crash reports so i have no clue what some of the stuff means, and no im using the normal minecraft launcher
and how would i do that? :$
where would i go to remove it?
there is, in the JVM Arguments section it just says "-Xmx2560M". Should i just clear it?
its on imgur, heres the link http://imgur.com/pAgXRc3
i dragged and dropped the ShadersModCore exe into the mods folder i made in the .minecraft folder, same with optifine. I have updated optifine but cant find that forge update
i just removed the ShadersModCore exe from my mods folder and only left optifine and my minecraft works
Yeah, and i have updated forge as well
i ran minecraft again with the new forge and updated optifine, still crashes, here is the updated crash report
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 5/11/14 2:41 PM
Description: Registering texture
java.lang.OutOfMemoryError: Java heap space
at shadersmodcore.client.ShadersTex.getIntArray(ShadersTex.java:75)
at shadersmodcore.client.ShadersTex.loadSimpleTexture(ShadersTex.java:837)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:50)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:125)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474)
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 shadersmodcore.client.ShadersTex.getIntArray(ShadersTex.java:75)
at shadersmodcore.client.ShadersTex.loadSimpleTexture(ShadersTex.java:837)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/font/ascii.png
Texture object class: net.minecraft.client.renderer.texture.SimpleTexture
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:50)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:125)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474)
-- 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_55, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 350073552 bytes (333 MB) / 492306432 bytes (469 MB) up to 492306432 bytes (469 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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.03 FML v7.2.190.1075 Minecraft Forge 10.12.1.1075 Optifine OptiFine_1.7.2_HD_U_D1 3 mods loaded, 3 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.190.1075} [Forge Mod Loader] (forge-1.7.2-10.12.1.1075.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.1.1075} [Minecraft Forge] (forge-1.7.2-10.12.1.1075.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.2-Forge10.12.1.1075
LWJGL: 2.9.0
OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [_1.7__R3D.CRAFT_DR-128x_v0.1.5.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
yep, in the runtime environment settings i changed the runtime parameters to -Xmx2G as suggested on other forums, could it be that? And btw this is my last post because i have a restriction on for some reason, could i message you instead?