Hello! I have a problem with loading into my Minecraft which is a 1.7.10 update using Forge. I have looked up many other resource by the way trying to fix this, and nothing has worked so I thought I could get some help here. Thanks!
Anyways this is the error message I get as Forge is loading up the mods.
The game crashed whilst registering texture Error: java.lang.OutOfMemoryError: Java heap space
This is also where MC stops loading up before giving me the message above.
I have tried tinkering with this in a variety of ways but none of it seemed to work. I have changed part of it to Xmn256M and it made the loading process even slower.
As for the crash report, I believe this is what I found in the crash report folder.
---- Minecraft Crash Report ----
// Uh... Did I do that?
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:253)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:244)
at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:199)
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_110549_a(TextureManager.java:204)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:253)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:244)
at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:199)
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_110549_a(TextureManager.java:204)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
The -Xmx argument is the one that allocates memory. Try 2G.
Don't touch any of the other -X arguments.
The launcher is not using the version of Java installed.
Thanks I have tried this with 2G and 3G and it does not work still. Also thanks for the info about it not running on Java, I did hear that from one member. Also I think it definitely has something to do with this Texture Manager. I'll be downloading each mod and testing it to see which one is causing the problem
So after testing and adding like 35 mods or so, I have found my problem which is the TwilightForest mod. Does anyone know how I can make this mod work? I have tried testing deleting other stuff and putting this one in, but this mod seems to cause this error no matter what i do
EDIT: I tried running MC with the 34 mods, and when I click on Multiplayer I get the same error. Know any other ways to try bypass this Java overeap error?
Okay I was able to fix my problem after looking at so many threads. Ironic enough, the problem stemmed from me doing something to my computer a few weeks go. If you have changed your JAVA Environmental Variables, this will override the JVM settings in your Minecraft so DELETE HA!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello! I have a problem with loading into my Minecraft which is a 1.7.10 update using Forge. I have looked up many other resource by the way trying to fix this, and nothing has worked so I thought I could get some help here. Thanks!
Anyways this is the error message I get as Forge is loading up the mods.
This is also where MC stops loading up before giving me the message above.
Here is what I have for my JVM settings for the Forge 1.7.10 setup
I have tried tinkering with this in a variety of ways but none of it seemed to work. I have changed part of it to Xmn256M and it made the loading process even slower.
As for the crash report, I believe this is what I found in the crash report folder.
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 7/20/17 4:04 PM
Description: Registering texture
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:253)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:244)
at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:199)
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_110549_a(TextureManager.java:204)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:253)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:244)
at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:199)
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_110549_a(TextureManager.java:204)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.7.10
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: 15820480 bytes (15 MB) / 255066112 bytes (243 MB) up to 255066112 bytes (243 MB)
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xmx256M
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.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 Optifine OptiFine_1.7.10_HD_U_D6 37 mods loaded, 37 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJA animalsPlus{1.2} [Animals+] (animalsPlus-1.2.jar)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
UCHIJA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJA BiblioCraft{1.11.2} [BiblioCraft] (BiblioCraft[v1.11.2][MC1.7.10].jar)
UCHIJA butterflymania{1.3.2} [Butterfly Mania] (butterflymania-1.7.10-1.3.2.jar)
UCHIJA CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
UCHIJA craftguide{1.6.9.0} [CraftGuide] (CraftGuide-1.6.9.0-forge.jar)
UCHIJA doggystyle{1.1.3.99} [Doggy Style] (DoggyStyle-1.1.3.99.jar)
UCHIJA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJA etfuturum{1.5.5} [Et Futurum] (Et Futurum-1.5.5.jar)
UCHIJA exoticbirds{1.0} [Exotic Birds] (Exotic Birds 1.7.10 - 1.0.3b.jar)
UCHIJA ExtrabiomesXL{3.16.4} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.4.jar)
UCHIJA fairylights{1.4.0} [Fairy Lights] (Fairy-Lights-Mod-1.7.10.jar)
UCHIJA grim3212core{V0.1 - 1.7.10} [Grim3212 Core] (Grim3212 Core-V0.1 - 1.7.10.jar)
UCHIJA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7.jar)
UCHIJA magicalcrops{4.0.0_PUBLIC_BETA_3} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_3.jar)
UCHIJA RadixCore{2.1.3} [RadixCore] (RadixCore-1.7.10-2.1.3-universal.jar)
UCHIJA MCA{1.7.10-5.2.2} [Minecraft Comes Alive] (MCA-1.7.10-5.2.2-universal.jar)
UCHIJA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
UCHIJA Oceancraft{1.4.1} [Oceancraft] (Oceancraft-1.4.1.jar)
UCHIJA origin{7.1.0} [Origin] (Origin-1.7.10-7.1.0.jar)
UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k (1).jar)
UCHIJA weeeflowers{1.7.2b} [Pam's Weee! Flowers] (Pam's WeeeFlowers 1.7.2b.zip)
UCHIJA pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-V0.1 - 1.7.10.jar)
UCHIJA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCHIJA Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCHIJA ctrades{1.3.2} [Custom Trades Mod] (Trades-mc1.7.10-1.3.2.jar)
UCHIJA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJA ultimate_unicorn_mod{1.5.12} [Wings, Horns, and Hooves, the Ultimate Unicorn Mod!] (ultimate_unicorn_mod-1.7.10-1.5.12.jar)
UCHIJA vending{1.2.3} [vending] (vending-v1.2.3.jar)
UCHIJA weepingangels{4.0.0} [Weeping Angels] (WeepingAngels-1.7.10-4.0.0 (1).jar)
UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3496' Renderer: 'Intel(R) HD Graphics 4400'
Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4400 GL version 4.2.0 - Build 10.18.10.3496, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
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)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
OptiFine Version: OptiFine_1.7.10_HD_U_D6
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.2.0 - Build 10.18.10.3496
OpenGlRenderer: Intel(R) HD Graphics 4400
OpenGlVendor: Intel
CpuCount: 4
If extra information is needed, I have checked my Java version and I believe I have 64 bit. Here is what the command says about it
http://imgur.com/TbjmyeF
As for my computer specs here is what may be relevant to fixing the problem
Installed Physical Memory (RAM): 8GB
Graphics: Intel R Graphics Family
Any help is appreciated!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThe -Xmx argument is the one that allocates memory. Try 2G.
Don't touch any of the other -X arguments.
The launcher is not using the version of Java installed.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
Thanks I have tried this with 2G and 3G and it does not work still. Also thanks for the info about it not running on Java, I did hear that from one member. Also I think it definitely has something to do with this Texture Manager. I'll be downloading each mod and testing it to see which one is causing the problem
So after testing and adding like 35 mods or so, I have found my problem which is the TwilightForest mod. Does anyone know how I can make this mod work? I have tried testing deleting other stuff and putting this one in, but this mod seems to cause this error no matter what i do
EDIT: I tried running MC with the 34 mods, and when I click on Multiplayer I get the same error. Know any other ways to try bypass this Java overeap error?
Okay I was able to fix my problem after looking at so many threads. Ironic enough, the problem stemmed from me doing something to my computer a few weeks go. If you have changed your JAVA Environmental Variables, this will override the JVM settings in your Minecraft so DELETE HA!