Forum rules: Do not post bugs or feature requests here! Report bugs to our Issue Tracker and suggestions to Suggest a Feature.

This site is not for solicitation of services or 'purchasing' development. Please do not post requesting side mods/plugins and so on. Your thread will be removed, and you will receive a warning.
By ColdPow
#162348 Here's my crash report.

Code: Select all---- Minecraft Crash Report ----
// I just don't know what went wrong :(

Time: 18/10/15 19:30
Description: Exception in server tick loop

java.lang.OutOfMemoryError: Java heap space
   at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(SourceFile:22)
   at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:438)
   at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:143)
   at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:120)
   at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:20)
   at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:12)
   at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:343)
   at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
   at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
   at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:117)
   at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:92)
   at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:302)
   at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:272)
   at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:259)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
   at java.lang.Thread.run(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
   Minecraft Version: 1.8
   Operating System: Windows 8.1 (x86) version 6.3
   Java Version: 1.8.0_60, Oracle Corporation
   Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
   Memory: 2816 bytes (0 MB) / 259522560 bytes (247 MB) up to 259522560 bytes (247 MB)
   JVM Flags: 0 total;
   IntCache: cache: 13, tcache: 0, allocated: 13, tallocated: 95
   FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 4 mods loaded, 4 mods active
   States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
   UCHIJAA   mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
   UCHIJAA   FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1450-universal.jar)
   UCHIJAA   Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450-universal.jar)
   UCHIJAA   pixelmon{4.0.7} [Pixelmon] (Pixelmon-1.8-4.0.7-universal.jar)
   Loaded coremods (and transformers):
   Profiler Position: N/A (disabled)
   Player Count: 0 / 20; []
   Is Modded: Definitely; Server brand changed to 'fml,forge'
   Type: Dedicated Server (map_server.txt)

User avatar
By MoeBoy76
#162349
ColdPow wrote:java.lang.OutOfMemoryError: Java heap space
Memory: 2816 bytes (0 MB) / 259522560 bytes (247 MB) up to 259522560 bytes (247 MB)

you need to create a run script that has -Xmx1G to assign 1GB of RAM to actually start the server and be able to play at all, right now you are clicking forge and Java is assigning the default of 250MB of RAM, which will not even start a vanilla server
User avatar
By MoeBoy76
#162361
ColdPow wrote:For example, is this the script?

Code: Select all java  -Xmx1G  -Xmx1G -jar forge-1.8-11.14.3.1450-universal.jar nogui.

-Xms1G will make Java pre-allocate 1GB for minecraft
-Xmx1G sets the max RAM to 1GB
-o nogui will stop the vanilla GUI from appearing (it's a resource hog btw) unless you also use SpongeForge in which case it is disabled by them

i also recommend you use a newer version of forge (Lex hasn't changed recommended in ages cos he hasn't had time)
JOIN THE TEAM