so a few days ago my minecraft was working ok to where I could play it and have only little lag problems but today when I tried to play it I got this
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
I even get it when I don't have any mods in the mods folder
I have 64 bit and also I gave Minecraft 2G cause I have a lot of Ram on my computer
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 7/25/15 12:06 AM
Description: Registering texture
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:257)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:248)
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 TextureUtils.getTexture(TextureUtils.java:242)
at CustomSky.readCustomSkies(CustomSky.java:87)
at CustomSky.update(CustomSky.java:46)
at TextureUtils.resourcesReloaded(TextureUtils.java:267)
at TextureUtils$1.func_110549_a(TextureUtils.java:303)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130)
at TextureUtils.registerResourceListener(TextureUtils.java:307)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1187)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java: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:257)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:248)
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:mcpatcher/sky/world0/sky_sunflare.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 TextureUtils.getTexture(TextureUtils.java:242)
at CustomSky.readCustomSkies(CustomSky.java:87)
at CustomSky.update(CustomSky.java:46)
at TextureUtils.resourcesReloaded(TextureUtils.java:267)
at TextureUtils$1.func_110549_a(TextureUtils.java:303)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130)
at TextureUtils.registerResourceListener(TextureUtils.java:307)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1187)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Hm... it seems you're using 32 bit Java. Try giving Minecraft exactly 1GB of memory? I think that's the maximum for 32 bit java. And even then Minecraft might not run smoothly.
so a few days ago my minecraft was working ok to where I could play it and have only little lag problems but today when I tried to play it I got this
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
I even get it when I don't have any mods in the mods folder
I have 64 bit and also I gave Minecraft 2G cause I have a lot of Ram on my computer
I don't know what else to do
from stackoverflow. hope these help:
Run the JVM with -XX:MaxHeapSize=256m (or any big number), and possibly -Xmx512m
This can also be caused by setting something too large on a 32-bit HotSpot vm, for example:
-Xms1536m -Xmx1536m[/pre]where this might/would work:
-Xms1336m -Xmx1336m[/pre]
thank you so much
it worked
Edit: So I add in my mods and now I get this
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 7/25/15 12:06 AM
Description: Registering texture
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:257)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:248)
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 TextureUtils.getTexture(TextureUtils.java:242)
at CustomSky.readCustomSkies(CustomSky.java:87)
at CustomSky.update(CustomSky.java:46)
at TextureUtils.resourcesReloaded(TextureUtils.java:267)
at TextureUtils$1.func_110549_a(TextureUtils.java:303)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130)
at TextureUtils.registerResourceListener(TextureUtils.java:307)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1187)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java: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:257)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:248)
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:mcpatcher/sky/world0/sky_sunflare.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 TextureUtils.getTexture(TextureUtils.java:242)
at CustomSky.readCustomSkies(CustomSky.java:87)
at CustomSky.update(CustomSky.java:46)
at TextureUtils.resourcesReloaded(TextureUtils.java:267)
at TextureUtils$1.func_110549_a(TextureUtils.java:303)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130)
at TextureUtils.registerResourceListener(TextureUtils.java:307)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1187)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 28191480 bytes (26 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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: XRay v2.15.2 MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 Optifine OptiFine_1.7.10_HD_C1 89 mods loaded, 89 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.1492-1.7.10.jar)
UCHIJA Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCHIJA Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar)
UCHIJA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCHIJA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJA VeinMiner_coremod{null_build-null} [Core mod] (minecraft.jar)
UCHIJA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJA malisiscore{1.7.10-0.11.1} [Malisis Core] (malisiscore-1.7.10-0.11.1.jar)
UCHIJA gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (gilded-games-util.jar)
UCHIJA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4 (6).jar)
UCHIJA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCHIJA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal (2).jar)
UCHIJA jammyfurniture{4.6} [Jammy Furniture Mod] (1.7.10_Jammy_Furniture_Mod_V4.6_RC1.jar)
UCHIJA lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCHIJA divinerpg{1.4.0.5} [DivineRPG] ([1.7.10][SMP]DivineRPG-1.4.0.5.jar)
UCHIJA FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCHIJA DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar)
UCHIJA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJA nevermine{2.3} [AdventOfAscension] (AoA-2.3.13.jar)
UCHIJA Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar)
UCHIJA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJA BetterChests{1.1.1.8} [BetterChests] (BetterChests-1.7.10-1.1.1.8.jar)
UCHIJA BiblioCraft{1.9.1} [BiblioCraft] (BiblioCraft[v1.9.1][MC1.7.10].jar)
UCHIJA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9] (2).jar)
UCHIJA CarpentersBlocks{3.3.4 DEV R2} [Carpenter's Blocks] (Carpenter's Blocks v3.3.4 DEV R2 - MC 1.7.10.jar)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJA Thaumcraft{4.2.3.4} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.4.jar)
UCHIJA TwilightForest{2.3.4} [The Twilight Forest] (twilightforest-1.7.10-2.3.4.jar)
UCHIJA chisel{2.3.7.34} [Chisel 2] (Chisel2-2.3.7.34 (1).jar)
UCHIJA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCHIJA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJA ExtraUtilities{1.1.0k} [Extra Utilities] (extrautilities-1.1.0k.jar)
UCHIJA Forestry{3.6.3.20} [Forestry for Minecraft] (forestry_1.7.10-3.6.3.20.jar)
UCHIJA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.350.jar)
UCHIJA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.350.jar)
UCHIJA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.0.9.jar)
UCHIJA iChunUtil{4.1.0} [iChunUtil] (iChunUtil-4.1.0.jar)
UCHIJA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJA llibrary{0.3.2-1.7.10} [LLibrary] (LLibrary-0.3.2-1.7.10.jar)
UCHIJA malisisdoors{1.7.10-1.4.4} [Malisis' Doors] (malisisdoors-1.7.10-1.4.4.jar)
UCHIJA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA Mystcraft{0.12.1.00} [Mystcraft] (mystcraft-1.7.10-0.12.1.00.jar)
UCHIJA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA Waila{1.5.6a} [Waila] (Waila-1.5.6a_1.7.10.jar)
UCHIJA TConstruct{1.7.10-1.8.2.build858} [Tinkers' Construct] (TConstruct-1.7.10-1.8.2a.jar)
UCHIJA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA cfm{3.4.7} [ยง9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJA notenoughkeys{@[email protected]} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
UCHIJA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHIJA OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UCHIJA OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3 (1).zip)
UCHIJA harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i (1).jar)
UCHIJA RadixCore{2.0.2} [RadixCore] (RadixCore-2.0.2-1.7.10-universal.jar)
UCHIJA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4 (2).jar)
UCHIJA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-162.jar)
UCHIJA TiCTooltips{1.2.3} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.3.jar)
UCHIJA TMechworks{1.7.10-67.34d1d9b} [Tinkers' Mechworks] (TMechworks_mc1.7.10_0.2.8.jar)
UCHIJA VeinMiner{0.16.1} [Vein Miner] (VeinMiner-1.7.10_0.16.1.jar)
UCHIJA VeinMinerModSupport{0.16.1} [Mod Support] (VeinMiner-1.7.10_0.16.1.jar)
UCHIJA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UCHIJA wawla{1.1.1} [What Are We Looking At] (Wawla-1.1.1_1.7.10.jar)
UCHIJA Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
CoFHCore: -[1.7.10]3.0.3-303
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Optifine
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
Launched Version: 1.7.10-Forge10.13.4.1492-1.7.10
LWJGL: 2.9.1
OpenGL: ASUS R9 270 Series GL version 4.3.12458 Compatibility Profile Context 13.200.0.0, ATI Technologies Inc.
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: [KittyCraft]
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)
-
View User Profile
-
View Posts
-
Send Message
Curse Premium512MB isn't enough to run modded minecraft. Try to allocate more memory
every time I try to it crashes
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumHm... it seems you're using 32 bit Java. Try giving Minecraft exactly 1GB of memory? I think that's the maximum for 32 bit java. And even then Minecraft might not run smoothly.
it just crashes when i give it 1G
it worked! thank you so much!