I have no issues running Minecraft single player or running a server on my computer for me and two other people in the house except for a little bit of lag.
I just decided to install Forge to get a few mods (never used Mods before but they look like fun) onto my computer and when I choose the profile and start Minecraft, it starts it's initializing screen and works fine until it gets to here and then it starts to slow down at the first screenshot.
Then when it gets to this, it crashes at the second screenshot.
I'm running at -Xmx4G
Here is the crash report.
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 5/1/16 12:37 PM
Description: Initializing game
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/EntityRenderer
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.EntityRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 9 more
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
at org.objectweb.asm.ClassWriter.a(Unknown Source)
at org.objectweb.asm.MethodWriter.visitMethodInsn(Unknown Source)
at org.objectweb.asm.tree.MethodInsnNode.accept(Unknown Source)
at org.objectweb.asm.tree.InsnList.accept(Unknown Source)
at org.objectweb.asm.tree.MethodNode.accept(Unknown Source)
at org.objectweb.asm.tree.MethodNode.accept(Unknown Source)
at org.objectweb.asm.tree.ClassNode.accept(Unknown Source)
at net.minecraftforge.fml.common.asm.transformers.AccessTransformer.transform(AccessTransformer.java:261)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 11 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
at net.minecraft.client.main.Main.main(SourceFile:124)
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.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 30499536 bytes (29 MB) / 239075328 bytes (228 MB) up to 239075328 bytes (228 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -Xmx256M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.23 Powered by Forge 12.16.0.1868 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.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1868-1.9.jar)
UCH Forge{12.16.0.1868} [Minecraft Forge] (forge-1.9-12.16.0.1868-1.9.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2900' Renderer: 'Intel(R) HD Graphics'
Launched Version: 1.9-forge1.9-12.16.0.1868-1.9
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2900, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object 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:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
I've read that the JAVA_OPTIONS environment variable can override the Minecraft launcher settings (even though those should take precedence, since they'd be passed to the JVM like command-line arguments; having environment variables take precedence seems like a bug in the JVM to me)
Ok, I didn't see you telling me to do anything, or did I miss it? Was there something you said I should change? Sorry, don't want to sound stupid, but want to make sure I'm not missing anything.
Also, I boosted it up to -Xmx8G and now I get to this screenshot, but still crash at it. I can't allocate anymore RAM to it, that's it. How much RAM does this program need???
Also, i think the error report changed a bit:
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 5/1/16 1:12 PM
Description: Registering texture
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:236)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:227)
at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:195)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:46)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:67)
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:144)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:111)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:756)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:323)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
at net.minecraft.client.main.Main.main(SourceFile:124)
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 net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:236)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:227)
at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:195)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:46)
-- 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:67)
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:144)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:111)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:756)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:323)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
at net.minecraft.client.main.Main.main(SourceFile:124)
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.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 18605392 bytes (17 MB) / 255066112 bytes (243 MB) up to 255066112 bytes (243 MB)
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xmx256M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.23 Powered by Forge 12.16.0.1868 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
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1868-1.9.jar)
UCHIJA Forge{12.16.0.1868} [Minecraft Forge] (forge-1.9-12.16.0.1868-1.9.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2900' Renderer: 'Intel(R) HD Graphics'
Launched Version: 1.9-forge1.9-12.16.0.1868-1.9
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2900, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object 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:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
What I'm using right now is: -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn8M -Xmx8G.
Can't go any higher though as that's all the memory I have. Is there anything I can do to make it better? What is the minimum memory able to handle Forge? I can't believe 8G of RAM can't handle it.
What I'm using right now is: -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn8M -Xmx8G.
Can't go any higher though as that's all the memory I have. Is there anything I can do to make it better? What is the minimum memory able to handle Forge? I can't believe 8G of RAM can't handle it.
What does the crash log show now? Both crash logs you've included indicate that there is an extra option coming from somewhere else (such as environment variables, though I've also read that Razer Synapse, whatever that is, can also affect it) that's limiting it to about 256 MB, despite your attempts to give it more. Forge by itself should only require around 512 MB or so, though mods and resource packs may increase the requirements.
Ok, so like I said, I'm using: -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn8M -Xmx8G
I can get to this screenshot (something about "baking").
I have no Mods installed, as I'm trying to install Forge as I get this error so there's nothing in the Mods folder yet.
I also have included all the settings in the launcher in another screenshot.
Also, looked up what Razer Synapse is and it has something to do with a Razer mouse, which I don't have.
Here is the new crash log:
---- Minecraft Crash Report ----
// Don't do that.
Time: 5/1/16 3:01 PM
Description: Initializing game
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:3332)
at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:421)
at java.lang.StringBuilder.append(StringBuilder.java:136)
at com.google.common.base.CharMatcher.anyOf(CharMatcher.java:498)
at net.minecraftforge.fml.client.FMLClientHandler.stripSpecialChars(FMLClientHandler.java:1006)
at net.minecraftforge.fml.common.FMLCommonHandler.stripSpecialChars(FMLCommonHandler.java:735)
at net.minecraftforge.fml.common.ProgressManager$ProgressBar.step(ProgressManager.java:107)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:154)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:111)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:748)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:323)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
at net.minecraft.client.main.Main.main(SourceFile:124)
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 java.util.Arrays.copyOf(Arrays.java:3332)
at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:421)
at java.lang.StringBuilder.append(StringBuilder.java:136)
at com.google.common.base.CharMatcher.anyOf(CharMatcher.java:498)
at net.minecraftforge.fml.client.FMLClientHandler.stripSpecialChars(FMLClientHandler.java:1006)
at net.minecraftforge.fml.common.FMLCommonHandler.stripSpecialChars(FMLCommonHandler.java:735)
at net.minecraftforge.fml.common.ProgressManager$ProgressBar.step(ProgressManager.java:107)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:154)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:111)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:748)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:323)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
at net.minecraft.client.main.Main.main(SourceFile:124)
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.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 21984120 bytes (20 MB) / 267649024 bytes (255 MB) up to 267649024 bytes (255 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn8M -Xmx8G -Xmx256M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.23 Powered by Forge 12.16.0.1868 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
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1868-1.9.jar)
UCHIJA Forge{12.16.0.1868} [Minecraft Forge] (forge-1.9-12.16.0.1868-1.9.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2900' Renderer: 'Intel(R) HD Graphics'
Launched Version: 1.9-forge1.9-12.16.0.1868-1.9
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2900, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object 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:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Ah! Got it! When you said Java Options, it got me thinking. Watched this youtube video and saw my Java Options were or some reason set to 256M. Boosted it to 7G and everything flew through perfectly.
Thank you for working with me on this. Awesome.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hi all,
I have no issues running Minecraft single player or running a server on my computer for me and two other people in the house except for a little bit of lag.
I just decided to install Forge to get a few mods (never used Mods before but they look like fun) onto my computer and when I choose the profile and start Minecraft, it starts it's initializing screen and works fine until it gets to here and then it starts to slow down at the first screenshot.
Then when it gets to this, it crashes at the second screenshot.
I'm running at -Xmx4G
Here is the crash report.
---- Minecraft Crash Report ---- // Uh... Did I do that? Time: 5/1/16 12:37 PM Description: Initializing game java.lang.NoClassDefFoundError: net/minecraft/client/renderer/EntityRenderer at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346) at net.minecraft.client.main.Main.main(SourceFile:124) 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) Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.EntityRenderer at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 9 more Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded at org.objectweb.asm.ClassWriter.a(Unknown Source) at org.objectweb.asm.MethodWriter.visitMethodInsn(Unknown Source) at org.objectweb.asm.tree.MethodInsnNode.accept(Unknown Source) at org.objectweb.asm.tree.InsnList.accept(Unknown Source) at org.objectweb.asm.tree.MethodNode.accept(Unknown Source) at org.objectweb.asm.tree.MethodNode.accept(Unknown Source) at org.objectweb.asm.tree.ClassNode.accept(Unknown Source) at net.minecraftforge.fml.common.asm.transformers.AccessTransformer.transform(AccessTransformer.java:261) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 11 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346) at net.minecraft.client.main.Main.main(SourceFile:124) 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.9 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 30499536 bytes (29 MB) / 239075328 bytes (228 MB) up to 239075328 bytes (228 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -Xmx256M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.23 Powered by Forge 12.16.0.1868 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.19} [Minecraft Coder Pack] (minecraft.jar) UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1868-1.9.jar) UCH Forge{12.16.0.1868} [Minecraft Forge] (forge-1.9-12.16.0.1868-1.9.jar) Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2900' Renderer: 'Intel(R) HD Graphics' Launched Version: 1.9-forge1.9-12.16.0.1868-1.9 LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2900, Intel GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because ARB_framebuffer_object 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: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHzCan anyone tell me what's up?
Thanks in advance.
Something is overriding that according to the crash report:
I've read that the JAVA_OPTIONS environment variable can override the Minecraft launcher settings (even though those should take precedence, since they'd be passed to the JVM like command-line arguments; having environment variables take precedence seems like a bug in the JVM to me)
Ok, I didn't see you telling me to do anything, or did I miss it? Was there something you said I should change? Sorry, don't want to sound stupid, but want to make sure I'm not missing anything.
Also, I boosted it up to -Xmx8G and now I get to this screenshot, but still crash at it. I can't allocate anymore RAM to it, that's it. How much RAM does this program need???
Also, i think the error report changed a bit:
---- Minecraft Crash Report ---- // I blame Dinnerbone. Time: 5/1/16 1:12 PM Description: Registering texture java.lang.OutOfMemoryError: Java heap space at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:236) at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:227) at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:195) at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:46) at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:67) at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:144) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:130) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:111) at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:756) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:323) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346) at net.minecraft.client.main.Main.main(SourceFile:124) 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 net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:236) at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:227) at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:195) at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:46) -- 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:67) at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:144) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:130) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:111) at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:756) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:323) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346) at net.minecraft.client.main.Main.main(SourceFile:124) 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.9 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 18605392 bytes (17 MB) / 255066112 bytes (243 MB) up to 255066112 bytes (243 MB) JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xmx256M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.23 Powered by Forge 12.16.0.1868 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 UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1868-1.9.jar) UCHIJA Forge{12.16.0.1868} [Minecraft Forge] (forge-1.9-12.16.0.1868-1.9.jar) Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2900' Renderer: 'Intel(R) HD Graphics' Launched Version: 1.9-forge1.9-12.16.0.1868-1.9 LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2900, Intel GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because ARB_framebuffer_object 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: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHzCheck if you have an environment variable set that might be blocking your attempts at changing your max memory allocation, and if so, remove it.
I got it up to this screen now.
What I'm using right now is: -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn8M -Xmx8G.
Can't go any higher though as that's all the memory I have. Is there anything I can do to make it better? What is the minimum memory able to handle Forge? I can't believe 8G of RAM can't handle it.
What does the crash log show now? Both crash logs you've included indicate that there is an extra option coming from somewhere else (such as environment variables, though I've also read that Razer Synapse, whatever that is, can also affect it) that's limiting it to about 256 MB, despite your attempts to give it more. Forge by itself should only require around 512 MB or so, though mods and resource packs may increase the requirements.
Ok, so like I said, I'm using: -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn8M -Xmx8G
I can get to this screenshot (something about "baking").
I have no Mods installed, as I'm trying to install Forge as I get this error so there's nothing in the Mods folder yet.
I also have included all the settings in the launcher in another screenshot.
Also, looked up what Razer Synapse is and it has something to do with a Razer mouse, which I don't have.
Here is the new crash log:
---- Minecraft Crash Report ---- // Don't do that. Time: 5/1/16 3:01 PM Description: Initializing game java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Arrays.java:3332) at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137) at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121) at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:421) at java.lang.StringBuilder.append(StringBuilder.java:136) at com.google.common.base.CharMatcher.anyOf(CharMatcher.java:498) at net.minecraftforge.fml.client.FMLClientHandler.stripSpecialChars(FMLClientHandler.java:1006) at net.minecraftforge.fml.common.FMLCommonHandler.stripSpecialChars(FMLCommonHandler.java:735) at net.minecraftforge.fml.common.ProgressManager$ProgressBar.step(ProgressManager.java:107) at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:154) at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:130) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:111) at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:748) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:323) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346) at net.minecraft.client.main.Main.main(SourceFile:124) 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 java.util.Arrays.copyOf(Arrays.java:3332) at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137) at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121) at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:421) at java.lang.StringBuilder.append(StringBuilder.java:136) at com.google.common.base.CharMatcher.anyOf(CharMatcher.java:498) at net.minecraftforge.fml.client.FMLClientHandler.stripSpecialChars(FMLClientHandler.java:1006) at net.minecraftforge.fml.common.FMLCommonHandler.stripSpecialChars(FMLCommonHandler.java:735) at net.minecraftforge.fml.common.ProgressManager$ProgressBar.step(ProgressManager.java:107) at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:154) at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:130) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:111) at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:748) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:323) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346) at net.minecraft.client.main.Main.main(SourceFile:124) 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.9 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 21984120 bytes (20 MB) / 267649024 bytes (255 MB) up to 267649024 bytes (255 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn8M -Xmx8G -Xmx256M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.23 Powered by Forge 12.16.0.1868 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 UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1868-1.9.jar) UCHIJA Forge{12.16.0.1868} [Minecraft Forge] (forge-1.9-12.16.0.1868-1.9.jar) Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2900' Renderer: 'Intel(R) HD Graphics' Launched Version: 1.9-forge1.9-12.16.0.1868-1.9 LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2900, Intel GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because ARB_framebuffer_object 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: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHzAh! Got it! When you said Java Options, it got me thinking. Watched this youtube video and saw my Java Options were or some reason set to 256M. Boosted it to 7G and everything flew through perfectly.
Thank you for working with me on this. Awesome.