Hello guys, I hope you are having an excellent day.
Well everything started trying to download Optifine, it appeared this message (java.lang.OutOfMemoryError: Java heap space). I did a lot of stuff to fix this... I did the following stuff:
-Go to Computer > Properties > Advanced System Settings > Advanced > Performance > Settings > Advanced > Virtual Memory > Change... >Then I uncheck the Automatically manage paging file... > Then I clicked the "C:" I checked custom size and I put on Initial size and Maximum size 5000 MB. Basically I "added" RAM to my CPU. I founded this with this video:
So after I did that I got this message:Could not create the java virtual machine
And I add a system variable with the following stuff:
_JAVA_OPTIONS
-Xmx512m
Here is the video where I founded it
And I gave up and I deleted Optifine of the mods folder. I put my mods back to its folder and now I get the same problem java.lang.OutOfMemoryError: Java heap space
HERE IS THE FULL CRASH REPORT:
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147964_a(TextureAtlasSprite.java:206)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:169)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:523)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
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.TextureAtlasSprite.func_147964_a(TextureAtlasSprite.java:206)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:169)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/atlas/blocks.png
Texture object class: net.minecraft.client.renderer.texture.TextureMap
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:523)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 1373648 bytes (1 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -Xmx512m
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.03 FML v7.2.217.1147 Minecraft Forge 10.12.2.1147 3 mods loaded, 3 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.217.1147} [Forge Mod Loader] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.2.1147} [Minecraft Forge] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.2-Forge10.12.2.1147
LWJGL: 2.9.0
OpenGL: Intel(R) G41 Express Chipset GL version 2.1.0 - Build 8.15.10.2226, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Sphax PureBDcraft 512x MC17.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
You just did a whole bunch of unneeded stuff that will not fix your error at all. Never trust YouTube unless you actually know what you are doing (or if the creator themselves know what they are doing).
Virtual memory will do absolutely nothing to solve your issue, as the JVM is limiting memory usage it's self, not the system. I would also advise you to read this article by Microsoft. You can revert that unnecessary page file edit.
The "_JAVA_OPTIONS" variable is a powerful Environment Variable that will run all Java applications with those parameters. You seem to have allocated 512MB also, which is useless as that is also Minecraft's default allocation. Remove that Environment Variable, as it does not help you at all (if anything, it is forcing you to use that allocation).
The crash you are getting is to do with the Resource Pack you are running. "Sphax PureBDcraft 512x MC17" -- that is a 512x resolution resource pack, which will require a very powerful computer to even handle. Your current integrated graphics chipset is also low-end and just barley makes Minecraft's minimum requirements.
After you have done all that, please remove the resource pack, and Minecraft should be able to properly function.
You just did a whole bunch of unneeded stuff that will not fix your error at all. Never trust YouTube unless you actually know what you are doing (or if the creator themselves know what they are doing).
Virtual memory will do absolutely nothing to solve your issue, as the JVM is limiting memory usage it's self, not the system. I would also advise you to read this article by Microsoft. You can revert that unnecessary page file edit.
The "_JAVA_OPTIONS" variable is a powerful Environment Variable that will run all Java applications with those parameters. You seem to have allocated 512MB also, which is useless as that is also Minecraft's default allocation. Remove that Environment Variable, as it does not help you at all (if anything, it is forcing you to use that allocation).
The crash you are getting is to do with the Resource Pack you are running. "Sphax PureBDcraft 512x MC17" -- that is a 512x resolution resource pack, which will require a very powerful computer to even handle. Your current integrated graphics chipset is also low-end and just barley makes Minecraft's minimum requirements.
After you have done all that, please remove the resource pack, and Minecraft should be able to properly function.
you need to allocate more memory for texture pack buffering if you use a large texture pack. In your Minecraft launcher, click Edit Profile, check JVM args and replace -Xmx1G with -Xmx2G. This probably would be enough for a 512x512 pack.
But, like Extreme Heat said, your GPU is weak, so a 512x512 pack would be extremely laggy. Even a 256x256 pack would probably be laggy.
Go to http://bdcraft.net/purebdcraft-minecraft and choose a lower-resolution pack.
I have an simular issue like Mashty, experiencing it since 2 hours (worked fine before): everytime, when I try to load an 64x texture pack (Sphax PureBDcraft 64x MC17(I've downloaded and added textures for Buildcraft, enderstorage, Forestry, IC2 experimental, Ironchests, Logistics pipes, railcraft and "plugins for Forestry) I get following error:
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOfRange(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at java.lang.String.substring(Unknown Source)
at java.lang.String.subSequence(Unknown Source)
at com.google.common.base.Splitter$SplittingIterator.computeNext(Splitter.java:586)
at com.google.common.base.Splitter$SplittingIterator.computeNext(Splitter.java:496)
at com.google.common.base.AbstractIterator.tryToComputeNext(AbstractIterator.java:64)
at com.google.common.base.AbstractIterator.hasNext(AbstractIterator.java:59)
at com.google.common.collect.Lists.newArrayList(Lists.java:144)
at com.google.common.collect.Iterables.toCollection(Iterables.java:319)
at com.google.common.collect.Iterables.toArray(Iterables.java:297)
at net.minecraft.client.resources.Locale.func_135021_a(SourceFile:72)
at net.minecraft.client.resources.Locale.func_135028_a(SourceFile:63)
at net.minecraft.client.resources.Locale.func_135022_a(SourceFile:35)
at net.minecraft.client.resources.LanguageManager.func_110549_a(LanguageManager.java:84)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:99)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:87)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:543)
at net.minecraft.client.resources.GuiScreenTemporaryResourcePackSelectSelectionList.func_77213_a(SourceFile:158)
at net.minecraft.client.gui.GuiSlot.func_77211_a(GuiSlot.java:247)
at net.minecraft.client.resources.GuiScreenTemporaryResourcePackSelect.func_73863_a(SourceFile:109)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1153)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.Arrays.copyOfRange(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at java.lang.String.substring(Unknown Source)
at java.lang.String.subSequence(Unknown Source)
at com.google.common.base.Splitter$SplittingIterator.computeNext(Splitter.java:586)
at com.google.common.base.Splitter$SplittingIterator.computeNext(Splitter.java:496)
at com.google.common.base.AbstractIterator.tryToComputeNext(AbstractIterator.java:64)
at com.google.common.base.AbstractIterator.hasNext(AbstractIterator.java:59)
at com.google.common.collect.Lists.newArrayList(Lists.java:144)
at com.google.common.collect.Iterables.toCollection(Iterables.java:319)
at com.google.common.collect.Iterables.toArray(Iterables.java:297)
at net.minecraft.client.resources.Locale.func_135021_a(SourceFile:72)
at net.minecraft.client.resources.Locale.func_135028_a(SourceFile:63)
at net.minecraft.client.resources.Locale.func_135022_a(SourceFile:35)
at net.minecraft.client.resources.LanguageManager.func_110549_a(LanguageManager.java:84)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:99)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:87)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:543)
at net.minecraft.client.resources.GuiScreenTemporaryResourcePackSelectSelectionList.func_77213_a(SourceFile:158)
at net.minecraft.client.gui.GuiSlot.func_77211_a(GuiSlot.java:247)
at net.minecraft.client.resources.GuiScreenTemporaryResourcePackSelect.func_73863_a(SourceFile:109)
-- Screen render details --
Details:
Screen name: net.minecraft.client.resources.GuiScreenTemporaryResourcePackSelect
Mouse location: Scaled: (122, 145). Absolute: (245, 188)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
Stacktrace:
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1153)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_10, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 335064 bytes (0 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_D1 33 mods loaded, 33 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
denLib{3.2.6} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks-1.6.4-1.3.3.4-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage-1.6.4-1.4.3.6-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IC2{2.0.397-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.397-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LogisticsPipes|Main{0.7.4.dev.294} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.294.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MinersDeluxe{2.2.3} [MinersDeluxe] (MinersDeluxe-v2.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons{1.10.5.70} [NEI Addons] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|AE{1.10.5.70} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|MiscPeripherals{1.10.5.70} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|ExtraBees{1.10.5.70} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|Forestry{1.10.5.70} [NEI Addons: Forestry] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|CraftingTables{1.10.5.70} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|ExNihilo{1.10.5.70} [NEI Addons: Ex Nihilo] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30-hotfix.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forestry : [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.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: GeForce GTX 580/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.75, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Ovos Rustic Redemption v1.1.4 - 1.7.X.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Hopefully, you can help me with the Information provided, will post more Info if needed.
please make your own thread in the modded section as your issue may not be the same due to the number of mods you have, thisa is the unmodified section (thread hijacking is also bad)
Thread closed to stop futher necromany and hijacking
Well everything started trying to download Optifine, it appeared this message (java.lang.OutOfMemoryError: Java heap space). I did a lot of stuff to fix this... I did the following stuff:
-Go to Computer > Properties > Advanced System Settings > Advanced > Performance > Settings > Advanced > Virtual Memory > Change... >Then I uncheck the Automatically manage paging file... > Then I clicked the "C:" I checked custom size and I put on Initial size and Maximum size 5000 MB. Basically I "added" RAM to my CPU. I founded this with this video:
So after I did that I got this message: Could not create the java virtual machine
And I add a system variable with the following stuff:
_JAVA_OPTIONS
-Xmx512m
Here is the video where I founded it
And I gave up and I deleted Optifine of the mods folder. I put my mods back to its folder and now I get the same problem java.lang.OutOfMemoryError: Java heap space
HERE IS THE FULL CRASH REPORT:
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 7/22/14 7:50 PM
Description: Registering texture
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147964_a(TextureAtlasSprite.java:206)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:169)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:523)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
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.TextureAtlasSprite.func_147964_a(TextureAtlasSprite.java:206)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:169)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/atlas/blocks.png
Texture object class: net.minecraft.client.renderer.texture.TextureMap
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:523)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 1373648 bytes (1 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -Xmx512m
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.03 FML v7.2.217.1147 Minecraft Forge 10.12.2.1147 3 mods loaded, 3 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.217.1147} [Forge Mod Loader] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.2.1147} [Minecraft Forge] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.2-Forge10.12.2.1147
LWJGL: 2.9.0
OpenGL: Intel(R) G41 Express Chipset GL version 2.1.0 - Build 8.15.10.2226, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Sphax PureBDcraft 512x MC17.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
HELP PELASE!
Thanks for reading...
Virtual memory will do absolutely nothing to solve your issue, as the JVM is limiting memory usage it's self, not the system. I would also advise you to read this article by Microsoft. You can revert that unnecessary page file edit.
The "_JAVA_OPTIONS" variable is a powerful Environment Variable that will run all Java applications with those parameters. You seem to have allocated 512MB also, which is useless as that is also Minecraft's default allocation. Remove that Environment Variable, as it does not help you at all (if anything, it is forcing you to use that allocation).
The crash you are getting is to do with the Resource Pack you are running. "Sphax PureBDcraft 512x MC17" -- that is a 512x resolution resource pack, which will require a very powerful computer to even handle. Your current integrated graphics chipset is also low-end and just barley makes Minecraft's minimum requirements.
After you have done all that, please remove the resource pack, and Minecraft should be able to properly function.
Thanks man c:
But, like Extreme Heat said, your GPU is weak, so a 512x512 pack would be extremely laggy. Even a 256x256 pack would probably be laggy.
Go to http://bdcraft.net/purebdcraft-minecraft and choose a lower-resolution pack.
-
View User Profile
-
View Posts
-
Send Message
Moderatorplease make your own thread in the modded section as your issue may not be the same due to the number of mods you have, thisa is the unmodified section (thread hijacking is also bad)
Thread closed to stop futher necromany and hijacking