Every time I try to use NEI in my mods, I get an almost instant crash. The error in the crash report says "Java Heap Space Error" and on the "View Details" on the launcher it says it is crashing because of a texture. I have no texture pack or resource pack enabled, but when i put NotEnoughItems and CodeChickenCore in my mods folder (by themselves. No other mod running with them) It crashes with the same error. These mods were working fine a day ago, but now it seems like they really don't want to work. Any suggestions on a global way to fix the heap space error without adding the "Java -Xmx" in system or using the command prompt would be greatly appreciated.
Every time I try to use NEI in my mods, I get an almost instant crash. The error in the crash report says "Java Heap Space Error" and on the "View Details" on the launcher it says it is crashing because of a texture. I have no texture pack or resource pack enabled, but when i put NotEnoughItems and CodeChickenCore in my mods folder (by themselves. No other mod running with them) It crashes with the same error. These mods were working fine a day ago, but now it seems like they really don't want to work. Any suggestions on a global way to fix the heap space error without adding the "Java -Xmx" in system or using the command prompt would be greatly appreciated.
Post the full crash report
Rollback Post to RevisionRollBack
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
Well, as i said, i was not running any other mod at the same time as i was running NEI, so it isn't possible to have another mod interfering with those ones.
I just re-added the two mods to the folder and it seems to be working just fine now.. The only thing I did yesterday was reinstall Minecraft and Java. A friend of mine had the same problem with their mods and they said what they did to fix it was clean wipe all minecraft-related files so that's what I did (including the crash reports..)
I decided to upgrade to 1.10.2 mods and I added the old ones I've used in the past (that have worked) and i got a new crash after getting to Initialization 7/7, so I copied the entire crash report (not sure how much is needed.. I don't do this alot);
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar) Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar) NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.201-universal.jar) EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar) LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar) ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar) CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)Contact their authors BEFORE contacting forge
// I feel sad now
Time: 6/8/17 9:26 PMDescription: Initializing game
java.lang.OutOfMemoryError: Java heap space at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.<init>(UnpackedBakedQuad.java:112) at net.minecraftforge.client.model.ItemLayerModel.buildQuad(ItemLayerModel.java:369) at net.minecraftforge.client.model.ItemLayerModel.buildSideQuad(ItemLayerModel.java:353) at net.minecraftforge.client.model.ItemLayerModel.addSideQuad(ItemLayerModel.java:278) at net.minecraftforge.client.model.ItemLayerModel.getQuadsForSprite(ItemLayerModel.java:225) at net.minecraftforge.client.model.ItemLayerModel.bake(ItemLayerModel.java:126) at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:549) at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:193) 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:755) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:350) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) 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 --Thread: Client threadStacktrace: at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.<init>(UnpackedBakedQuad.java:112) at net.minecraftforge.client.model.ItemLayerModel.buildQuad(ItemLayerModel.java:369) at net.minecraftforge.client.model.ItemLayerModel.buildSideQuad(ItemLayerModel.java:353) at net.minecraftforge.client.model.ItemLayerModel.addSideQuad(ItemLayerModel.java:278) at net.minecraftforge.client.model.ItemLayerModel.getQuadsForSprite(ItemLayerModel.java:225) at net.minecraftforge.client.model.ItemLayerModel.bake(ItemLayerModel.java:126) at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:549) at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:193) 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:755) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:350) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
-- Initialization --Details:Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) 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.10.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: 228297168 bytes (217 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: 13, tallocated: 95 FML: MCP 9.32 Powered by Forge 12.18.3.2316 50 mods loaded, 50 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.10.2-12.18.3.2316.jar) UCHIJA Forge{12.18.3.2316} [Minecraft Forge] (forge-1.10.2-12.18.3.2316.jar) UCHIJA NotEnoughItems{2.1.3.201} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.201-universal.jar) UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar) UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) UCHIJA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar) UCHIJA guideapi{@[email protected]} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) UCHIJA JEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar) UCHIJA BloodMagic{1.10.2-2.1.7-76} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.7-76.jar) UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar) UCHIJA CodeChickenLib{2.5.7.241} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar) UCHIJA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar) UCHIJA brandonscore{2.1.4} [Brandon's Core] (BrandonsCore-1.10.2-2.1.4.92-universal.jar) UCHIJA chisel{MC1.10.2-0.0.9.15} [Chisel] (Chisel-MC1.10.2-0.0.9.15.jar) UCHIJA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar) UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar) UCHIJA cookingforblockheads{4.2.39} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.39.jar) UCHIJA CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar) UCHIJA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar) UCHIJA EnderIO{1.10.2-3.1.179} [Ender IO] (EnderIO-1.10.2-3.1.179.jar) UCHIJA EnderStorage{2.2.1.103} [EnderStorage] (EnderStorage-1.10.2-2.2.1.103-universal.jar) UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.3.jar) UCHIJA forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar) UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.4.5.jar) UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.4.4.jar) UCHIJA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar) UCHIJA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar) UCHIJA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar) UCHIJA boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar) UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) UCHIJA moreshears{1.0.5} [More Shears] (moreshears-1.10.2-1.0.5-release.jar) UCHIJA mtlib{@[email protected]} [MTLib] (MTLib-1.0.2.jar) UCHIJA natura{1.10.2-4.1.0.63} [Natura] (natura-1.10.2-4.1.0.63.jar) UCHIJA openglider{@[email protected]} [Open Glider] (OpenGlider-1.10.2-0.2.3.jar) UCHIJA oreexcavation{1.2.84} [OreExcavation] (OreExcavation-1.2.84.jar) UCHIJA orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar) UCHIJA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar) UCHIJA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar) UCHIJA randomthings{3.7.7} [Random Things] (RandomThings-MC1.10.2-3.7.7.jar) UCHIJA xreliquary{1.10.2-1.3.3.639} [Reliquary] (Reliquary-1.10.2-1.3.3.639.jar) UCHIJA simplyjetpacks{2.0.3.26} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.0.3.26.jar) UCHIJA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar) UCHIJA thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar) UCHIJA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar) UCHIJA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) UCHIJA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.214.jar) UCHIJA wawla{2.3.1.214} [What Are We Looking At] (Wawla-1.10.2-2.3.1.214.jar) UCHIJA yunomakegoodmap{1.10.2-6.1.0.26} [YUNoMakeGoodMap] (YUNoMakeGoodMap-1.10.2-6.1.0.26.jar) Loaded coremods (and transformers): CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar) codechicken.lib.asm.ClassHeirachyManager codechicken.lib.asm.CCL_ASMTransformerBrandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar) com.brandon3055.brandonscore.asm.ClassTransformerNEICorePlugin (NotEnoughItems-1.10.2-2.1.3.201-universal.jar) codechicken.nei.asm.NEITransformerEnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar) com.enderio.core.common.transform.EnderCoreTransformerLoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar) lumien.randomthings.asm.ClassTransformerChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar) team.chisel.common.asm.ChiselTransformerCoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar) cofh.asm.CoFHClassTransformer cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4463' Renderer: 'Intel(R) HD Graphics 5500' Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced) - NaturaOverworld (Enabled/Not Forced) - NaturaNether (Enabled/Not Forced) - NaturaDecorative (Enabled/Not Forced) - NaturaTools (Enabled/Not Forced) - NaturaEntities (Enabled/Not Forced) - NaturaOredict (Enabled/Forced) - NaturaWorld (Enabled/Not Forced)
Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) - chiselsandbitsIntegration (Enabled/Not Forced)
NotEnoughItems Invalid Fingerprint Reports: CodeChickenLib Invalid Fingerprint Reports: CodeChickenCore Invalid Fingerprint Reports: EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.): * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/CoFHAPIProps.class). Ender IO needs at least 1.4.0 and will NOT work with older versions. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it. Detailed RF API diagnostics: * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/EnergyStorage.class * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyConnection.class * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyContainerItem.class * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyHandler.class * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyProvider.class * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyReceiver.class * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyStorage.class * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/ItemEnergyContainer.class * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/TileEnergyHandler.class Detailed Tesla API diagnostics: * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla) * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities) * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer) * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder) * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer) * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer) * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider) * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer) * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider) * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer) * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!You are looking at the diagnostics information, not at the crash. Scroll up!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
EnderStorage Invalid Fingerprint Reports: Launched Version: 1.10.2-forge1.10.2-12.18.3.2316 LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.4463, Intel GL Caps: Using GL 1.3 multitexturing.Using GL 1.3 texture combiners.Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.Shaders are available because OpenGL 2.1 is supported.VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes 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) i5-5200U CPU @ 2.20GHz
All mods I am testing have worked in the past so I feel like it is something to do with my system. Is there anything i can tweak in the launcher or on my computer to get more memory for Java?
Options, Enable advanced settings, then go to Launch options, edit the profile, replace -Xmx1G with -Xmx2G
I tried to increase it to 3, 4, 5, and 6.. It seems to crash at 7/7 initialization. Should I do anything with -Xmn128M? or should I keep "-Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M" as it is?
Sidenote: For the record, this cannot be my hardware or my computer because my cousin is also experiencing this. (He has the same settings as I do, so it must be something i have to change in Java or my system.)
Edit: Does it mean anything when it says "It looks like you are running an unsupported modified version of the game" and underneath that it says "Error while loading texture" and under "Show More" it gives me the Java Heap Space error?
I tried to increase it to 3, 4, 5, and 6.. It seems to crash at 7/7 initialization. Should I do anything with -Xmn128M? or should I keep "-Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M" as it is?
Sidenote: For the record, this cannot be my hardware or my computer because my cousin is also experiencing this. (He has the same settings as I do, so it must be something i have to change in Java or my system.)
Edit: Does it mean anything when it says "It looks like you are running an unsupported modified version of the game" and underneath that it says "Error while loading texture" and under "Show More" it gives me the Java Heap Space error?
Keep it as it is
How much RAM you have?
The unsupported modified version of the game is because you have forge
Rollback Post to RevisionRollBack
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
Huh it seems to be working just fine now... I didn't touch anything else after it crashed even when I put on 2 gigs.. maybe it required a computer reboot? Not sure how this is working right now but it seems like it is.
Every time I try to use NEI in my mods, I get an almost instant crash. The error in the crash report says "Java Heap Space Error" and on the "View Details" on the launcher it says it is crashing because of a texture. I have no texture pack or resource pack enabled, but when i put NotEnoughItems and CodeChickenCore in my mods folder (by themselves. No other mod running with them) It crashes with the same error. These mods were working fine a day ago, but now it seems like they really don't want to work. Any suggestions on a global way to fix the heap space error without adding the "Java -Xmx" in system or using the command prompt would be greatly appreciated.
Those two mods wouldnt cause it, something like razer synapse adding _JAVA_OPTIONS with a lower value would
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!
Post the full crash report
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!
Well, as i said, i was not running any other mod at the same time as i was running NEI, so it isn't possible to have another mod interfering with those ones.
I just re-added the two mods to the folder and it seems to be working just fine now.. The only thing I did yesterday was reinstall Minecraft and Java. A friend of mine had the same problem with their mods and they said what they did to fix it was clean wipe all minecraft-related files so that's what I did (including the crash reports..)
I decided to upgrade to 1.10.2 mods and I added the old ones I've used in the past (that have worked) and i got a new crash after getting to Initialization 7/7, so I copied the entire crash report (not sure how much is needed.. I don't do this alot);
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar) Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar) NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.201-universal.jar) EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar) LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar) ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar) CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)Contact their authors BEFORE contacting forge
// I feel sad now
Time: 6/8/17 9:26 PMDescription: Initializing game
java.lang.OutOfMemoryError: Java heap space at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.<init>(UnpackedBakedQuad.java:112) at net.minecraftforge.client.model.ItemLayerModel.buildQuad(ItemLayerModel.java:369) at net.minecraftforge.client.model.ItemLayerModel.buildSideQuad(ItemLayerModel.java:353) at net.minecraftforge.client.model.ItemLayerModel.addSideQuad(ItemLayerModel.java:278) at net.minecraftforge.client.model.ItemLayerModel.getQuadsForSprite(ItemLayerModel.java:225) at net.minecraftforge.client.model.ItemLayerModel.bake(ItemLayerModel.java:126) at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:549) at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:193) 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:755) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:350) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) 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 --Thread: Client threadStacktrace: at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.<init>(UnpackedBakedQuad.java:112) at net.minecraftforge.client.model.ItemLayerModel.buildQuad(ItemLayerModel.java:369) at net.minecraftforge.client.model.ItemLayerModel.buildSideQuad(ItemLayerModel.java:353) at net.minecraftforge.client.model.ItemLayerModel.addSideQuad(ItemLayerModel.java:278) at net.minecraftforge.client.model.ItemLayerModel.getQuadsForSprite(ItemLayerModel.java:225) at net.minecraftforge.client.model.ItemLayerModel.bake(ItemLayerModel.java:126) at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:549) at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:193) 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:755) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:350) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
-- Initialization --Details:Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) 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.10.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: 228297168 bytes (217 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: 13, tallocated: 95 FML: MCP 9.32 Powered by Forge 12.18.3.2316 50 mods loaded, 50 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.10.2-12.18.3.2316.jar) UCHIJA Forge{12.18.3.2316} [Minecraft Forge] (forge-1.10.2-12.18.3.2316.jar) UCHIJA NotEnoughItems{2.1.3.201} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.201-universal.jar) UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar) UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) UCHIJA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar) UCHIJA guideapi{@[email protected]} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) UCHIJA JEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar) UCHIJA BloodMagic{1.10.2-2.1.7-76} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.7-76.jar) UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar) UCHIJA CodeChickenLib{2.5.7.241} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar) UCHIJA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar) UCHIJA brandonscore{2.1.4} [Brandon's Core] (BrandonsCore-1.10.2-2.1.4.92-universal.jar) UCHIJA chisel{MC1.10.2-0.0.9.15} [Chisel] (Chisel-MC1.10.2-0.0.9.15.jar) UCHIJA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar) UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar) UCHIJA cookingforblockheads{4.2.39} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.39.jar) UCHIJA CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar) UCHIJA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar) UCHIJA EnderIO{1.10.2-3.1.179} [Ender IO] (EnderIO-1.10.2-3.1.179.jar) UCHIJA EnderStorage{2.2.1.103} [EnderStorage] (EnderStorage-1.10.2-2.2.1.103-universal.jar) UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.3.jar) UCHIJA forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar) UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.4.5.jar) UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.4.4.jar) UCHIJA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar) UCHIJA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar) UCHIJA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar) UCHIJA boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar) UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) UCHIJA moreshears{1.0.5} [More Shears] (moreshears-1.10.2-1.0.5-release.jar) UCHIJA mtlib{@[email protected]} [MTLib] (MTLib-1.0.2.jar) UCHIJA natura{1.10.2-4.1.0.63} [Natura] (natura-1.10.2-4.1.0.63.jar) UCHIJA openglider{@[email protected]} [Open Glider] (OpenGlider-1.10.2-0.2.3.jar) UCHIJA oreexcavation{1.2.84} [OreExcavation] (OreExcavation-1.2.84.jar) UCHIJA orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar) UCHIJA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar) UCHIJA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar) UCHIJA randomthings{3.7.7} [Random Things] (RandomThings-MC1.10.2-3.7.7.jar) UCHIJA xreliquary{1.10.2-1.3.3.639} [Reliquary] (Reliquary-1.10.2-1.3.3.639.jar) UCHIJA simplyjetpacks{2.0.3.26} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.0.3.26.jar) UCHIJA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar) UCHIJA thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar) UCHIJA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar) UCHIJA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) UCHIJA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.214.jar) UCHIJA wawla{2.3.1.214} [What Are We Looking At] (Wawla-1.10.2-2.3.1.214.jar) UCHIJA yunomakegoodmap{1.10.2-6.1.0.26} [YUNoMakeGoodMap] (YUNoMakeGoodMap-1.10.2-6.1.0.26.jar) Loaded coremods (and transformers): CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar) codechicken.lib.asm.ClassHeirachyManager codechicken.lib.asm.CCL_ASMTransformerBrandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar) com.brandon3055.brandonscore.asm.ClassTransformerNEICorePlugin (NotEnoughItems-1.10.2-2.1.3.201-universal.jar) codechicken.nei.asm.NEITransformerEnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar) com.enderio.core.common.transform.EnderCoreTransformerLoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar) lumien.randomthings.asm.ClassTransformerChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar) team.chisel.common.asm.ChiselTransformerCoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar) cofh.asm.CoFHClassTransformer cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4463' Renderer: 'Intel(R) HD Graphics 5500' Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced) - NaturaOverworld (Enabled/Not Forced) - NaturaNether (Enabled/Not Forced) - NaturaDecorative (Enabled/Not Forced) - NaturaTools (Enabled/Not Forced) - NaturaEntities (Enabled/Not Forced) - NaturaOredict (Enabled/Forced) - NaturaWorld (Enabled/Not Forced)
Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) - chiselsandbitsIntegration (Enabled/Not Forced)
NotEnoughItems Invalid Fingerprint Reports: CodeChickenLib Invalid Fingerprint Reports: CodeChickenCore Invalid Fingerprint Reports: EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.): * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/CoFHAPIProps.class). Ender IO needs at least 1.4.0 and will NOT work with older versions. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it. Detailed RF API diagnostics: * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/EnergyStorage.class * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyConnection.class * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyContainerItem.class * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyHandler.class * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyProvider.class * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyReceiver.class * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyStorage.class * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/ItemEnergyContainer.class * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Jonathon/AppData/Roaming/.minecraft/mods/1.10.2/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/TileEnergyHandler.class Detailed Tesla API diagnostics: * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla) * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities) * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer) * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder) * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer) * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer) * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider) * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer) * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider) * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer) * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!You are looking at the diagnostics information, not at the crash. Scroll up!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
EnderStorage Invalid Fingerprint Reports: Launched Version: 1.10.2-forge1.10.2-12.18.3.2316 LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.4463, Intel GL Caps: Using GL 1.3 multitexturing.Using GL 1.3 texture combiners.Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.Shaders are available because OpenGL 2.1 is supported.VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes 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) i5-5200U CPU @ 2.20GHz
All mods I am testing have worked in the past so I feel like it is something to do with my system. Is there anything i can tweak in the launcher or on my computer to get more memory for Java?
Allocate more RAM
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!
How to do this? I'm not really that good with all this stuff.
Options, Enable advanced settings, then go to Launch options, edit the profile, replace -Xmx1G with -Xmx2G
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 tried to increase it to 3, 4, 5, and 6.. It seems to crash at 7/7 initialization. Should I do anything with -Xmn128M? or should I keep "-Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M" as it is?
Sidenote: For the record, this cannot be my hardware or my computer because my cousin is also experiencing this. (He has the same settings as I do, so it must be something i have to change in Java or my system.)
Edit: Does it mean anything when it says "It looks like you are running an unsupported modified version of the game" and underneath that it says "Error while loading texture" and under "Show More" it gives me the Java Heap Space error?
Keep it as it is
How much RAM you have?
The unsupported modified version of the game is because you have forge
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!
Huh it seems to be working just fine now... I didn't touch anything else after it crashed even when I put on 2 gigs.. maybe it required a computer reboot? Not sure how this is working right now but it seems like it is.
Glad it works
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!