I am trying to install the Texture Packs from Sphax for IndustrialCraft but im getting a strange memory problem. In the below error code you will notice a line:
Saying that im running 2 flags for memory the -Xmx4096M is the setting i have inside my profile but its adding another flag for -Xmx512M. I think this is causing problems.
I have tried using texture packs above 128 and they all have problems...Sphax's 512 wont even load.
I have 32gb ram and a Intel running at 4.6 so i doubt that its a resource problem on my end and more of a setting somewhere thats messing with things.
I have also tried setting the Ram in the Java settings but its still crashing showing the above error.
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferUShort.(Unknown Source)
at java.awt.image.ComponentSampleModel.createDataBuffer(Unknown Source)
at java.awt.image.Raster.createWritableRaster(Unknown Source)
at javax.imageio.ImageTypeSpecifier.createBufferedImage(Unknown Source)
at javax.imageio.ImageReader.getDestination(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at ic2.core.block.BlockTextureStitched.loadSubImage(BlockTextureStitched.java:65)
at ic2.core.block.BlockTextureStitched.load(BlockTextureStitched.java:56)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:80)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:57)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:69)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:58)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:49)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.awt.image.DataBufferUShort.(Unknown Source)
at java.awt.image.ComponentSampleModel.createDataBuffer(Unknown Source)
at java.awt.image.Raster.createWritableRaster(Unknown Source)
at javax.imageio.ImageTypeSpecifier.createBufferedImage(Unknown Source)
at javax.imageio.ImageReader.getDestination(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at ic2.core.block.BlockTextureStitched.loadSubImage(BlockTextureStitched.java:65)
at ic2.core.block.BlockTextureStitched.load(BlockTextureStitched.java:56)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:80)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:57)
-- 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:69)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:58)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:49)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Just to update you...i copied my .minecraft folder from the computer having the problem to my secondary system (which is much slower with less ram) and it works like a charm.
Loads up perfect.
It has to be something about my main system thats doing it...any idea where to start looking?
I believe either windows live or another program added a Java Option to my registry. I changed it from the 512m to 4096m and whalla after a reboot it now shows 2 java entries still but the second one is 4096 now...100% was the problem as now the game is WAY faster than before.
After dealing with this for a week now i feel as though others should know that they could be having the same problem and not even know it.
I will make a separate post about this conflict in the appropriate area.
Right, that is why in other threads I have recommended against trying to manage memory like this or via the Java control panel. Because it affects all java applications globally.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M -Xmx512M
Saying that im running 2 flags for memory the -Xmx4096M is the setting i have inside my profile but its adding another flag for -Xmx512M. I think this is causing problems.
I have tried using texture packs above 128 and they all have problems...Sphax's 512 wont even load.
I have 32gb ram and a Intel running at 4.6 so i doubt that its a resource problem on my end and more of a setting somewhere thats messing with things.
I have also tried setting the Ram in the Java settings but its still crashing showing the above error.
// Quite honestly, I wouldn't worry myself about that.
Time: 8/8/13 9:41 PM
Description: Registering texture
java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferUShort.(Unknown Source)
at java.awt.image.ComponentSampleModel.createDataBuffer(Unknown Source)
at java.awt.image.Raster.createWritableRaster(Unknown Source)
at javax.imageio.ImageTypeSpecifier.createBufferedImage(Unknown Source)
at javax.imageio.ImageReader.getDestination(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at ic2.core.block.BlockTextureStitched.loadSubImage(BlockTextureStitched.java:65)
at ic2.core.block.BlockTextureStitched.load(BlockTextureStitched.java:56)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:80)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:57)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:69)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:58)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:49)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.awt.image.DataBufferUShort.(Unknown Source)
at java.awt.image.ComponentSampleModel.createDataBuffer(Unknown Source)
at java.awt.image.Raster.createWritableRaster(Unknown Source)
at javax.imageio.ImageTypeSpecifier.createBufferedImage(Unknown Source)
at javax.imageio.ImageReader.getDestination(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at ic2.core.block.BlockTextureStitched.loadSubImage(BlockTextureStitched.java:65)
at ic2.core.block.BlockTextureStitched.load(BlockTextureStitched.java:56)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:80)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:57)
-- 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:69)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:58)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:49)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 60891688 bytes (58 MB) / 477233152 bytes (455 MB) up to 477233152 bytes (455 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M -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.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 32 mods loaded, 32 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.9.0.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.6.1.2} [Not Enough Items] (NotEnoughItems 1.6.1.2.jar) Unloaded->Constructed->Pre-initialized
FamiliarsAPI{1.6.2} [Familiars API] (Familiars_API_1.6.2b.zip) Unloaded->Constructed->Pre-initialized
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
Schematica{1.5.3.45} [Schematica] ([1.6.2]Schematica-v1.5.3.45.jar) Unloaded->Constructed->Pre-initialized
cfm{2.9} [§bMrCrayfish's Furniture Mod] ([Forge]FurnitureModv2.9.1(FULL).zip) Unloaded->Constructed->Pre-initialized
Backpack{1.12.15} [Backpack] (backpack-1.12.15-1.6.2.zip) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.0.0} [BuildCraft] (buildcraft-A-4.0.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.0.0} [BC Builders] (buildcraft-A-4.0.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.0.0} [BC Energy] (buildcraft-A-4.0.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{4.0.0} [BC Factory] (buildcraft-A-4.0.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.0.0} [BC Transport] (buildcraft-A-4.0.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.0.0} [BC Silicon] (buildcraft-A-4.0.0.jar) Unloaded->Constructed->Pre-initialized
ComputerCraft{1.56} [ComputerCraft] (ComputerCraft1.56.zip) Unloaded->Constructed->Pre-initialized
CCTurtle{1.56} [ComputerCraft Turtles] (ComputerCraft1.56.zip) Unloaded->Constructed->Pre-initialized
CyanSwords{1.6.1} [Cyan Warrior Swords] (Cyan_Warrior_Sword_Mod_v.1.6.1.zip) Unloaded->Constructed->Pre-initialized
DungeonPack{1.6.2 v2} [DungeonPack] (DungeonPack 1.6.2 v2.zip) Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.3.3} [EnderStorage] (EnderStorage 1.4.3.3.jar) Unloaded->Constructed->Pre-initialized
FamiliarsExtendedFamPack{1.6.2} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.2a.zip) Unloaded->Constructed->Pre-initialized
IC2{1.118.401-lf} [IndustrialCraft 2] (industrialcraft-2_1.118.401-lf.jar) Unloaded->Constructed->Pre-initialized
instantmod{1.4.7} [InstantMod] (Instant-Mod162.zip) Unloaded->Constructed->Pre-initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
mod_EnergyTools{1.3 : 1.6.2} [Energy Tools by tippyfoo] (mod_EnergyTools_1.3_1.6.2.zip) Unloaded->Constructed->Pre-initialized
TLSpecialArmor{1.6.2} [SpecialArmor] (SpecialArmor_1.6.2b.zip) Unloaded->Constructed->Pre-initialized
Translocator{1.1.0.7} [Translocator] (Translocator 1.1.0.7.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.6.2-Forge9.10.0.804
LWJGL: 2.9.0
OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Sphax PureBDcraft 128x MC16.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Any help is greatly appreciated...thanks!
-
View User Profile
-
View Posts
-
Send Message
Retired StaffRemove everything next to the JVM Arguments tick box, then type in only -Xmx4096M.
I have since changed it to the following setting in screenshot but still have problem.
Also i should let you know ive even tried leaving that JVM arguments area blank and it still throws the error only it shows only the 512m argument.
Tried re-installing Java 64 and 32 bit..same issue.
Loads up perfect.
It has to be something about my main system thats doing it...any idea where to start looking?
I believe either windows live or another program added a Java Option to my registry. I changed it from the 512m to 4096m and whalla after a reboot it now shows 2 java entries still but the second one is 4096 now...100% was the problem as now the game is WAY faster than before.
After dealing with this for a week now i feel as though others should know that they could be having the same problem and not even know it.
I will make a separate post about this conflict in the appropriate area.
See image:
-
View User Profile
-
View Posts
-
Send Message
Retired Staff