I'm trying to launch a session with several Forge mods on it (Baby Mobs, Biomes 'O' Plenty, Crafting Table IV, CyclopsCore, ElecCore, EvilCraft, ForgeLIN, Grue, Metamorph, Overlord, Ruins and Souls), all with the most recent versions and I hope the mods needed to run them, but when I attempt to launch, it crashes after about five minutes, saying;
GAME CRASH
It looks like you are using an unsupported modified version of the game.
The game crashed while initialising game.
That makes it seem like the problem is a mistake with the mods, but the crash report says;
Crash Report
---- Minecraft Crash Report ----
WARNING: coremods are present:
ForgelinPlugin (Forgelin-1.3.1.jar)
Contact their authors BEFORE contacting forge
// Sorry
Time: 2/25/17 6:41 PM
Description: Initializing game
com.google.common.util.concurrent.ExecutionError: java.lang.OutOfMemoryError: Java heap space
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2199)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:536)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:201)
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:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:756)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:366)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
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.OutOfMemoryError: Java heap space
at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad.(UnpackedBakedQuad.java:38)
at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.build(UnpackedBakedQuad.java:229)
at net.minecraftforge.client.model.ItemLayerModel.buildQuad(ItemLayerModel.java:379)
at net.minecraftforge.client.model.ItemLayerModel.buildSideQuad(ItemLayerModel.java:355)
at net.minecraftforge.client.model.ItemLayerModel.addSideQuad(ItemLayerModel.java:280)
at net.minecraftforge.client.model.ItemLayerModel.getQuadsForSprite(ItemLayerModel.java:231)
at net.minecraftforge.client.model.ItemLayerModel.bake(ItemLayerModel.java:128)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bakeImpl(ModelLoader.java:563)
at net.minecraftforge.client.model.ModelLoader$VanillaLoader$1.load(ModelLoader.java:902)
at net.minecraftforge.client.model.ModelLoader$VanillaLoader$1.load(ModelLoader.java:898)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:536)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:201)
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:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:756)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:366)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2199)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:536)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:201)
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:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:756)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:366)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
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.11.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 18336 bytes (0 MB) / 1060372480 bytes (1011 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 9.38 Powered by Forge 13.20.0.2252 Optifine OptiFine_1.11.2_HD_U_B7 17 mods loaded, 17 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2252.jar)
UCHIJA forge{13.20.0.2252} [Minecraft Forge] (forge-1.11.2-13.20.0.2252.jar)
UCHIJA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
UCHIJA babymobs{1.5.4} [Baby Mobs] (BabyMobs-1.11.2-1.5.4.jar)
UCHIJA biomesoplenty{6.0.2.2157} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.0.2.2157-universal.jar)
UCHIJA eleccore{1.7.9999.custom} [ElecCore] (ElecCore-1.11-1.7.402.jar)
UCHIJA craftingtableiv{1.0} [CraftingTable-IV] (CraftingTableIV-1.4.110.jar)
UCHIJA cyclopscore{0.9.2} [Cyclops Core] (CyclopsCore-1.11.2-0.9.2.jar)
UCHIJA evilcraft{0.10.19} [EvilCraft] (EvilCraft-1.11.2-0.10.19.jar)
UCHIJA forgelin{1.3.0} [Forgelin] (Forgelin-1.3.1.jar)
UCHIJA grue{1.3.4} [Grue] (Grue-1.11.2-1.3.4.jar)
UCHIJA metamorph{1.1.1} [Metamorph] (metamorph-1.1.1-1.11.2.jar)
UCHIJA overlord{2.1.2} [Overlord] (Overlord-1.11.2-2.1.2.jar)
UCHIJA ruins{16.4} [Ruins Mod] (Ruins-1.11.2.jar)
UCHIJA souls{2.0.0} [Souls] (Souls-1.11.2-2.0.0.jar)
Loaded coremods (and transformers):
ForgelinPlugin (Forgelin-1.3.1.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.53' Renderer: 'GeForce GTX 960/PCIe/SSE2'
Launched Version: 1.11.2-forge1.11.2-13.20.0.2252
LWJGL: 2.9.4
OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.5.0 NVIDIA 376.53, NVIDIA Corporation
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: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: PureBDcraft 256x MC111.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x AMD FX(tm)-4300 Quad-Core Processor
OptiFine Version: OptiFine_1.11.2_HD_U_B7
Render Distance Chunks: 10
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 376.53
OpenGlRenderer: GeForce GTX 960/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
This makes it seem like the problem is a lack of memory, so I was wondering if anyone could tell me how to add more RAM? I understand there's a thing to edit that says 'JVM Arguments', but it's nowhere to be found for me. If anyone can identify the problem or even provide a few pointers it'd be greatly appreciated.
To fix this, click the "edit profile" button (next to the box where you select the version of minecraft you want to run) in your launcher, then in the field that says JVM arguments, it will have the term "-Xmx1G" which essentially means that the ram has a maximum of 1 gigabyte. You can replace the 1 with any number, but 2 gigabytes is enough for about 90% of the people who play a modded version of minecraft.
I'm gonna make another thread asking for help with specifically this, because I'm 99% sure this is the problem (even though my friend is running the exact same mods with the exact same RAM and his works.)
I'm trying to launch a session with several Forge mods on it (Baby Mobs, Biomes 'O' Plenty, Crafting Table IV, CyclopsCore, ElecCore, EvilCraft, ForgeLIN, Grue, Metamorph, Overlord, Ruins and Souls), all with the most recent versions and I hope the mods needed to run them, but when I attempt to launch, it crashes after about five minutes, saying;
This makes it seem like the problem is a lack of memory, so I was wondering if anyone could tell me how to add more RAM? I understand there's a thing to edit that says 'JVM Arguments', but it's nowhere to be found for me. If anyone can identify the problem or even provide a few pointers it'd be greatly appreciated.
Thanks!
To fix this, click the "edit profile" button (next to the box where you select the version of minecraft you want to run) in your launcher, then in the field that says JVM arguments, it will have the term "-Xmx1G" which essentially means that the ram has a maximum of 1 gigabyte. You can replace the 1 with any number, but 2 gigabytes is enough for about 90% of the people who play a modded version of minecraft.
I hope this helps. Have fun.
I said at the bottom of the post, there's no field that says JVM Arguments for me. I need to know how to get it to show up.
Hamburger menu in the launcher, launch options, select the profile, there you have it
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
I know that, but it's not there. I'm totally serious.
Screenshot:
http://imgur.com/dGvvYPt
I'm gonna make another thread asking for help with specifically this, because I'm 99% sure this is the problem (even though my friend is running the exact same mods with the exact same RAM and his works.)
Go to settings and enable advanced mode
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
Thank you so much. I have been too stressed about that.
/me tips hat
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!