I'm currently making a mod and i can't load any worlds or create a world. My java is Java 7 Update 13 and my OS is Windows 8 Pro 64 Bit. I have a ATi Radeon HD 5770 (i think).
Here's my crash report:
Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 2/12/13 7:13 PM
Description: Exception while ticking a block
java.lang.OutOfMemoryError: Java heap space
at java.util.HashMap.(Unknown Source)
at java.util.HashMap.(Unknown Source)
at java.util.HashSet.(Unknown Source)
at net.minecraft.entity.EntityTrackerEntry.(EntityTrackerEntry.java:91)
at net.minecraft.entity.EntityTracker.addEntityToTracker(EntityTracker.java:200)
at net.minecraft.entity.EntityTracker.addEntityToTracker(EntityTracker.java:162)
at net.minecraft.world.WorldManager.obtainEntitySkin(WorldManager.java:36)
at net.minecraft.world.World.obtainEntitySkin(World.java:1551)
at net.minecraft.world.WorldServer.obtainEntitySkin(WorldServer.java:865)
at net.minecraft.world.World.spawnEntityInWorld(World.java:1539)
at net.minecraft.block.BlockSand.tryToFall(BlockSand.java:68)
at net.minecraft.block.BlockSand.updateTick(BlockSand.java:49)
at net.minecraft.world.WorldServer.tickUpdates(WorldServer.java:567)
at net.minecraft.world.WorldServer.tick(WorldServer.java:178)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:669)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:599)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:123)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.HashMap.(Unknown Source)
at java.util.HashMap.(Unknown Source)
at java.util.HashSet.(Unknown Source)
at net.minecraft.entity.EntityTrackerEntry.(EntityTrackerEntry.java:91)
at net.minecraft.entity.EntityTracker.addEntityToTracker(EntityTracker.java:200)
at net.minecraft.entity.EntityTracker.addEntityToTracker(EntityTracker.java:162)
at net.minecraft.world.WorldManager.obtainEntitySkin(WorldManager.java:36)
at net.minecraft.world.World.obtainEntitySkin(World.java:1551)
at net.minecraft.world.WorldServer.obtainEntitySkin(WorldServer.java:865)
at net.minecraft.world.World.spawnEntityInWorld(World.java:1539)
at net.minecraft.block.BlockSand.tryToFall(BlockSand.java:68)
at net.minecraft.block.BlockSand.updateTick(BlockSand.java:49)
-- Block being ticked --
Details:
Block type: ID #13 (tile.gravel // net.minecraft.block.BlockGravel)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-98,46,140), Chunk: (at 14,2,12 in -7,8; contains blocks -112,0,128 to -97,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at net.minecraft.world.WorldServer.tickUpdates(WorldServer.java:567)
at net.minecraft.world.WorldServer.tick(WorldServer.java:178)
-- Affected level --
Details:
Level name: New Worldt
All players: 1 total; [EntityPlayerMP['Player28'/104, l='New Worldt', x=12.50, y=64.62, z=156.50]]
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 5299401045639596309
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (9,64,156), Chunk: (at 9,4,12 in 0,9; contains blocks 0,0,144 to 15,255,159), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 82 game time, 82 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 60160 (now: false), thunder time: 32605 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:669)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:599)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:123)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_11, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 843972328 bytes (804 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 4658 (260848 bytes; 0 MB) allocated, 3 (168 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 2, tcache: 0, allocated: 1, tallocated: 63
FML: MCP v7.26 FML v4.7.4.520 Minecraft Forge 6.6.0.497 4 mods loaded, 4 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
FluoriteMod [Fluorite Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 5851 (327656 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Player28'/104, l='New Worldt', x=12.50, y=64.62, z=156.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge,fml'
Here's my crash report:
// Everything's going to plan. No, really, that was supposed to happen.
Time: 2/12/13 7:13 PM
Description: Exception while ticking a block
java.lang.OutOfMemoryError: Java heap space
at java.util.HashMap.(Unknown Source)
at java.util.HashMap.(Unknown Source)
at java.util.HashSet.(Unknown Source)
at net.minecraft.entity.EntityTrackerEntry.(EntityTrackerEntry.java:91)
at net.minecraft.entity.EntityTracker.addEntityToTracker(EntityTracker.java:200)
at net.minecraft.entity.EntityTracker.addEntityToTracker(EntityTracker.java:162)
at net.minecraft.world.WorldManager.obtainEntitySkin(WorldManager.java:36)
at net.minecraft.world.World.obtainEntitySkin(World.java:1551)
at net.minecraft.world.WorldServer.obtainEntitySkin(WorldServer.java:865)
at net.minecraft.world.World.spawnEntityInWorld(World.java:1539)
at net.minecraft.block.BlockSand.tryToFall(BlockSand.java:68)
at net.minecraft.block.BlockSand.updateTick(BlockSand.java:49)
at net.minecraft.world.WorldServer.tickUpdates(WorldServer.java:567)
at net.minecraft.world.WorldServer.tick(WorldServer.java:178)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:669)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:599)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:123)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.HashMap.(Unknown Source)
at java.util.HashMap.(Unknown Source)
at java.util.HashSet.(Unknown Source)
at net.minecraft.entity.EntityTrackerEntry.(EntityTrackerEntry.java:91)
at net.minecraft.entity.EntityTracker.addEntityToTracker(EntityTracker.java:200)
at net.minecraft.entity.EntityTracker.addEntityToTracker(EntityTracker.java:162)
at net.minecraft.world.WorldManager.obtainEntitySkin(WorldManager.java:36)
at net.minecraft.world.World.obtainEntitySkin(World.java:1551)
at net.minecraft.world.WorldServer.obtainEntitySkin(WorldServer.java:865)
at net.minecraft.world.World.spawnEntityInWorld(World.java:1539)
at net.minecraft.block.BlockSand.tryToFall(BlockSand.java:68)
at net.minecraft.block.BlockSand.updateTick(BlockSand.java:49)
-- Block being ticked --
Details:
Block type: ID #13 (tile.gravel // net.minecraft.block.BlockGravel)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-98,46,140), Chunk: (at 14,2,12 in -7,8; contains blocks -112,0,128 to -97,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at net.minecraft.world.WorldServer.tickUpdates(WorldServer.java:567)
at net.minecraft.world.WorldServer.tick(WorldServer.java:178)
-- Affected level --
Details:
Level name: New Worldt
All players: 1 total; [EntityPlayerMP['Player28'/104, l='New Worldt', x=12.50, y=64.62, z=156.50]]
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 5299401045639596309
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (9,64,156), Chunk: (at 9,4,12 in 0,9; contains blocks 0,0,144 to 15,255,159), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 82 game time, 82 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 60160 (now: false), thunder time: 32605 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:669)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:599)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:123)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_11, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 843972328 bytes (804 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 4658 (260848 bytes; 0 MB) allocated, 3 (168 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 2, tcache: 0, allocated: 1, tallocated: 63
FML: MCP v7.26 FML v4.7.4.520 Minecraft Forge 6.6.0.497 4 mods loaded, 4 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
FluoriteMod [Fluorite Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 5851 (327656 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Player28'/104, l='New Worldt', x=12.50, y=64.62, z=156.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge,fml'
-
View User Profile
-
View Posts
-
Send Message
Retired StaffJava has ran out of memory. You can try to bump the allocated RAM to 1.5gb or 2gb. Also make sure you have Java 64-bit installed.
Edit: I did just change the memory up to 2gb and still it runs out of memory...