Making a superflat world with one layer causes an Exception, because there is hardly any heap space:
net.minecraft.util.ReportedException: Exception generating new chunk
at net.minecraft.world.WorldServer.initialize(WorldServer.java:814)
at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:119)
at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:152)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:527)
at java.lang.Thread.run(Unknown Source) [?:1.8.0_66]
Caused by: java.lang.OutOfMemoryError: Java heap space
at net.minecraft.world.chunk.NibbleArray.<init>(NibbleArray.java:14) at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:42)
at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:163)
at net.minecraft.world.gen.ChunkProviderFlat.provideChunk(ChunkProviderFlat.java:150)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:130)
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:160)
at net.minecraft.world.World.getChunkFromChunkCoords(World.java:346)
at net.minecraft.world.World.getChunkFromBlockCoords(World.java:335)
at net.minecraft.world.World.getBlockState(World.java:859)
at net.minecraft.world.World.isAirBlock(World.java:257)
at net.minecraft.world.World.getGroundAboveSeaLevel(World.java:239)
at net.minecraft.world.WorldProvider.canCoordinateBeSpawn(WorldProvider.java:110)
at net.minecraft.world.WorldServer.createSpawnPosition(WorldServer.java:872)
at net.minecraft.world.WorldServer.initialize(WorldServer.java:792)
... 4 more
[11:47:57] [Server thread/ERROR]: This crash report has been saved to: C:\Users\<censored>\AppData\Roaming\.minecraft\crash-reports\crash-2016-03-21_11.47.52-server.txt
I also get another insuffecient heap space error when I try to close down Minecraft:
[11:47:57] [Server thread/INFO]: Stopping server
[11:47:57] [Server thread/INFO]: Saving players
[11:47:57] [Server thread/INFO]: Saving worlds
[11:47:57] [Server thread/INFO]: Saving chunks for level 'Village Finder'/Overworld
Exception in thread "Server thread" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
at java.lang.AbstractStringBuilder.ensureCapacityInternal(Unknown Source)
at java.lang.AbstractStringBuilder.append(Unknown Source)
at java.lang.StringBuilder.append(Unknown Source)
at java.lang.StringBuilder.append(Unknown Source)
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
Here is the crash report:
---- Minecraft Crash Report ----
// Don't do that.
Time: 3/21/16 11:47 AM
Description: Exception generating new chunk
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.world.chunk.NibbleArray.<init>(NibbleArray.java:14)
at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:42)
at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:163)
at net.minecraft.world.gen.ChunkProviderFlat.provideChunk(ChunkProviderFlat.java:150)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:130)
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:160)
at net.minecraft.world.World.getChunkFromChunkCoords(World.java:346)
at net.minecraft.world.World.getChunkFromBlockCoords(World.java:335)
at net.minecraft.world.World.getBlockState(World.java:859)
at net.minecraft.world.World.isAirBlock(World.java:257)
at net.minecraft.world.World.getGroundAboveSeaLevel(World.java:239)
at net.minecraft.world.WorldProvider.canCoordinateBeSpawn(WorldProvider.java:110)
at net.minecraft.world.WorldServer.createSpawnPosition(WorldServer.java:872)
at net.minecraft.world.WorldServer.initialize(WorldServer.java:792)
at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:119)
at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:152)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:527)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.world.chunk.NibbleArray.<init>(NibbleArray.java:14)
at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:42)
at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:163)
at net.minecraft.world.gen.ChunkProviderFlat.provideChunk(ChunkProviderFlat.java:150)
-- Chunk to be generated --
Details:
Location: -3,51
Position hash: 223338299389
Generator: FlatLevelSource
Stacktrace:
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:130)
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:160)
at net.minecraft.world.World.getChunkFromChunkCoords(World.java:346)
at net.minecraft.world.World.getChunkFromBlockCoords(World.java:335)
at net.minecraft.world.World.getBlockState(World.java:859)
at net.minecraft.world.World.isAirBlock(World.java:257)
at net.minecraft.world.World.getGroundAboveSeaLevel(World.java:239)
at net.minecraft.world.WorldProvider.canCoordinateBeSpawn(WorldProvider.java:110)
at net.minecraft.world.WorldServer.createSpawnPosition(WorldServer.java:872)
-- Affected level --
Details:
Level name: Village Finder
All players: 0 total; []
Chunk stats: ServerChunkCache: 520 Drop: 0
Level seed: 6508721325
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options: 3;minecraft:bedrock;1;village
Level spawn location: 0.00,0.00,0.00 - World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.world.WorldServer.initialize(WorldServer.java:792)
at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:119)
at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:152)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:527)
at java.lang.Thread.run(Unknown Source)
-- Client Details --
Session ID: token:fa6652af00ba4a46a6ba6daba78f800b:a5b571be309843b7b035f05298422d38
LWJGL Version: 2.9.4
Reloading ResourceManager: Default
Local Player ID: [local:E:dc1f21d2]
Entity ID: 135
Location: X: -1463.722650610396, Y: 83.58051006549411,
Z: 1920.213808177263
-- System Details --
Details:
Minecraft Version: 1.9
Operating System: Windows Vista (x86) version 6.1
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 28248 bytes (0 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Related issues
Comments


Game Output:
[11:26:58] [Client thread/INFO]: Setting user: Foltrox
[11:27:00] [Client thread/INFO]: LWJGL Version: 2.9.1
[11:27:00] [Client thread/INFO]: Reloading ResourceManager: Default
[11:27:01] [Sound Library Loader/INFO]: Starting up SoundSystem...
[11:27:02] [Thread-8/INFO]: Initializing LWJGL OpenAL
[11:27:02] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[11:27:02] [Thread-8/INFO]: OpenAL initialized.
[11:27:02] [Sound Library Loader/INFO]: Sound engine started
[11:27:03] [Client thread/INFO]: Created: 512x512 textures-atlas
[11:27:06] [Client thread/INFO]: No update found.
[11:27:14] [Server thread/INFO]: Starting integrated minecraft server version 1.8
[11:27:14] [Server thread/INFO]: Generating keypair
[11:27:15] [Server thread/INFO]: Preparing start region for level 0
[11:27:16] [Server thread/INFO]: Preparing spawn area: 46%
[11:27:17] [Server thread/INFO]: Changing view distance to 4, from 10
[11:27:17] [Server thread/INFO]: Foltrox[local:E:dc1f21d2] logged in with entity id 135 at (-1463.722650610396, 83.58051006549411, 1920.213808177263)
[11:27:17] [Server thread/INFO]: Foltrox joined the game
[11:27:27] [Client thread/INFO]: [CHAT] Saved screenshot as 2016-03-21_11.27.25.png
[11:33:09] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4505ms behind, skipping 90 tick(s)
[11:38:35] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2655ms behind, skipping 53 tick(s).
[11:43:34] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2292ms behind, skipping 45 tick(s)
[11:44:21] [Server thread/INFO]: Saving and pausing game...
[11:44:21] [Server thread/INFO]: Saving chunks for level 'Wurst Test'/Overworld
[11:44:21] [Server thread/INFO]: Saving chunks for level 'Wurst Test'/Nether
[11:44:21] [Server thread/INFO]: Saving chunks for level 'Wurst Test'/The End
[11:46:34] [Server thread/INFO]: Starting integrated minecraft server version 1.9
[11:46:34] [Server thread/INFO]: Generating keypair
[11:46:36] [Server thread/INFO]: Converting map!
[11:46:36] [Server thread/INFO]: Scanning folders...
[11:46:36] [Server thread/INFO]: Total conversion count is 0
[11:47:46] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception generating new chunk
at net.minecraft.world.WorldServer.initialize(WorldServer.java:814)
at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:119)
at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:152)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:527)
at java.lang.Thread.run(Unknown Source) [?:1.8.0_66]
Caused by: java.lang.OutOfMemoryError: Java heap space
at net.minecraft.world.chunk.NibbleArray.<init>(NibbleArray.java:14)
at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:42)
at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:163)
at net.minecraft.world.gen.ChunkProviderFlat.provideChunk(ChunkProviderFlat.java:150)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:130)]
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:160)
at net.minecraft.world.World.getChunkFromChunkCoords(World.java:346)
at net.minecraft.world.World.getChunkFromBlockCoords(World.java:335)
at net.minecraft.world.World.getBlockState(World.java:859)
at net.minecraft.world.World.isAirBlock(World.java:257)
at net.minecraft.world.World.getGroundAboveSeaLevel(World.java:239)
at net.minecraft.world.WorldProvider.canCoordinateBeSpawn(WorldProvider.java:110)
at net.minecraft.world.WorldServer.createSpawnPosition(WorldServer.java:872)
at net.minecraft.world.WorldServer.initialize(WorldServer.java:792)
... 4 more
[11:47:57] [Server thread/ERROR]: This crash report has been saved to: C:\Users\<censored>\AppData\Roaming\.minecraft\crash-reports\crash-2016-03-21_11.47.52-server.txt
[11:47:57] [Server thread/INFO]: Stopping server
[11:47:57] [Server thread/INFO]: Saving players
[11:47:57] [Server thread/INFO]: Saving worlds
[11:47:57] [Server thread/INFO]: Saving chunks for level 'Village Finder'/Overworld
I used a log file because it was more convenient.

And I got lots of spam in the console, which is why I used the log file
Console(Minecraft Launcher):
[11:47:46] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception generating new chunk
at net.minecraft.world.WorldServer.initialize(WorldServer.java:814)
at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:119)
at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:152)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:527)
at java.lang.Thread.run(Unknown Source) [?:1.8.0_66]
Caused by: java.lang.OutOfMemoryError: Java heap space
at net.minecraft.world.chunk.NibbleArray.<init>(NibbleArray.java:14)
at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:42)
at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:163)
at net.minecraft.world.gen.ChunkProviderFlat.provideChunk(ChunkProviderFlat.java:150)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:130)
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:160)
at net.minecraft.world.World.getChunkFromChunkCoords(World.java:346)
at net.minecraft.world.World.getChunkFromBlockCoords(World.java:335)
at net.minecraft.world.World.getBlockState(World.java:859)
at net.minecraft.world.World.isAirBlock(World.java:257)
at net.minecraft.world.World.getGroundAboveSeaLevel(World.java:239)
at net.minecraft.world.WorldProvider.canCoordinateBeSpawn(WorldProvider.java:110)
at net.minecraft.world.WorldServer.createSpawnPosition(WorldServer.java:872)
at net.minecraft.world.WorldServer.initialize(WorldServer.java:792)
... 4 more
[11:47:57] [Server thread/ERROR]: This crash report has been saved to: C:\Users\<censored>\AppData\Roaming\.minecraft\crash-reports\crash-2016-03-21_11.47.52-server.txt
[11:47:57] [Server thread/INFO]: Stopping server
[11:47:57] [Server thread/INFO]: Saving players
[11:47:57] [Server thread/INFO]: Saving worlds
[11:47:57] [Server thread/INFO]: Saving chunks for level 'Village Finder'/Overworld
Exception in thread "Server thread" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
at java.lang.AbstractStringBuilder.ensureCapacityInternal(Unknown Source)
at java.lang.AbstractStringBuilder.append(Unknown Source)
at java.lang.StringBuilder.append(Unknown Source)
at java.lang.StringBuilder.append(Unknown Source)
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Exception in thread "Snooper Timer" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Snooper Timer" java.lang.OutOfMemoryError: Java heap space
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/4)
[12:14:45] [Client Shutdown Thread/INFO]: Stopping server
[12:14:45] [Client Shutdown Thread/INFO]: Saving players
[12:14:45] [Client Shutdown Thread/INFO]: Saving worlds
[12:14:45] [Client Shutdown Thread/INFO]: Saving chunks for level 'Village Finder'/Overworld
Exception in thread "Client Shutdown Thread" java.lang.NullPointerException
at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:494)
at net.minecraft.server.integrated.IntegratedServer.stopServer(IntegratedServer.java:377)
at net.minecraft.client.Minecraft.stopIntegratedServer(Minecraft.java:3075)
at net.minecraft.client.main.Main$2.run(Main.java:125)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)
Negative index in crash report handler (0/10)

@[Bot]Arisa: I need a moderator to verify.

no need, the bot is programmed to see if your crash report contains certain lines, if it does, it'll auto-resolve to the correct ticket
Duplicate of MC-12949 – If you have not, please use the search function in the future, to see if your bug has already been submitted.
--- I am a robot. This action was performed automatically.