---- Minecraft Crash Report ---- // Surprise! Haha. Well, this is awkward. Time: 11/17/21, 9:50 AM Description: Biome decoration java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:359) at java.base/java.util.ArrayList.get(ArrayList.java:427) at net.minecraft.world.level.chunk.ChunkGenerator.com.mojang.serialization.Codec codec()(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.net.minecraft.world.level.chunk.ChunkGenerator withSeed(long)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.void applyCarvers(net.minecraft.server.level.WorldGenRegion,long,net.minecraft.world.level.biome.BiomeManager,net.minecraft.world.level.StructureFeatureManager,net.minecraft.world.level.chunk.ChunkAccess,net.minecraft.world.level.levelgen.GenerationStep$Carving)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.void applyBiomeDecoration(net.minecraft.world.level.WorldGenLevel,net.minecraft.world.level.chunk.ChunkAccess,net.minecraft.world.level.StructureFeatureManager)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.void buildSurface(net.minecraft.server.level.WorldGenRegion,net.minecraft.world.level.StructureFeatureManager,net.minecraft.world.level.chunk.ChunkAccess)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.void spawnOriginalMobs(net.minecraft.server.level.WorldGenRegion)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.java.util.concurrent.CompletableFuture fillFromNoise(java.util.concurrent.Executor,net.minecraft.world.level.levelgen.blending.Blender,net.minecraft.world.level.StructureFeatureManager,net.minecraft.world.level.chunk.ChunkAccess)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.int getBaseHeight(int,int,net.minecraft.world.level.levelgen.Heightmap$Types,net.minecraft.world.level.LevelHeightAccessor)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.net.minecraft.world.level.NoiseColumn getBaseColumn(int,int,net.minecraft.world.level.LevelHeightAccessor)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkStatus.java.util.concurrent.CompletableFuture lambda$static$12(net.minecraft.world.level.chunk.ChunkStatus,java.util.concurrent.Executor,net.minecraft.server.level.ServerLevel,net.minecraft.world.level.chunk.ChunkGenerator,net.minecraft.world.level.levelgen.structure.templatesystem.StructureManager,net.minecraft.server.level.ThreadedLevelLightEngine,java.util.function.Function,java.util.List,net.minecraft.world.level.chunk.ChunkAccess,boolean)(ChunkStatus.java:146) at net.minecraft.world.level.chunk.ChunkStatus.java.util.concurrent.CompletableFuture generate(java.util.concurrent.Executor,net.minecraft.server.level.ServerLevel,net.minecraft.world.level.chunk.ChunkGenerator,net.minecraft.world.level.levelgen.structure.templatesystem.StructureManager,net.minecraft.server.level.ThreadedLevelLightEngine,java.util.function.Function,java.util.List,boolean)(ChunkStatus.java:289) at net.minecraft.server.level.ChunkMap.java.util.concurrent.CompletableFuture lambda$scheduleChunkGeneration$20(net.minecraft.world.level.ChunkPos,net.minecraft.server.level.ChunkHolder,net.minecraft.world.level.chunk.ChunkStatus,java.util.concurrent.Executor,java.util.List)(ChunkMap.java:627) at com.mojang.datafixers.util.Either$Left.null map(null)(Either.java:38) at net.minecraft.server.level.ChunkMap.java.util.concurrent.CompletionStage lambda$scheduleChunkGeneration$22(net.minecraft.world.level.ChunkPos,net.minecraft.server.level.ChunkHolder,net.minecraft.world.level.chunk.ChunkStatus,java.util.concurrent.Executor,com.mojang.datafixers.util.Either)(ChunkMap.java:621) at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.void lambda$message$1(java.lang.Runnable,net.minecraft.util.thread.ProcessorHandle)(ChunkTaskPriorityQueueSorter.java:58) at net.minecraft.util.thread.ProcessorMailbox.boolean pollTask()(ProcessorMailbox.java:91) at net.minecraft.util.thread.ProcessorMailbox.int pollUntil(it.unimi.dsi.fastutil.ints.Int2BooleanFunction)(ProcessorMailbox.java:146) at net.minecraft.util.thread.ProcessorMailbox.void run()(ProcessorMailbox.java:102) at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server thread Stacktrace: at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:359) at java.base/java.util.ArrayList.get(ArrayList.java:427) -- Generation -- Details: CenterX: 0 CenterZ: 1 Seed: 2868615053852056812 Stacktrace: at net.minecraft.world.level.chunk.ChunkGenerator.com.mojang.serialization.Codec codec()(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.net.minecraft.world.level.chunk.ChunkGenerator withSeed(long)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.void applyCarvers(net.minecraft.server.level.WorldGenRegion,long,net.minecraft.world.level.biome.BiomeManager,net.minecraft.world.level.StructureFeatureManager,net.minecraft.world.level.chunk.ChunkAccess,net.minecraft.world.level.levelgen.GenerationStep$Carving)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.void applyBiomeDecoration(net.minecraft.world.level.WorldGenLevel,net.minecraft.world.level.chunk.ChunkAccess,net.minecraft.world.level.StructureFeatureManager)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.void buildSurface(net.minecraft.server.level.WorldGenRegion,net.minecraft.world.level.StructureFeatureManager,net.minecraft.world.level.chunk.ChunkAccess)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.void spawnOriginalMobs(net.minecraft.server.level.WorldGenRegion)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.java.util.concurrent.CompletableFuture fillFromNoise(java.util.concurrent.Executor,net.minecraft.world.level.levelgen.blending.Blender,net.minecraft.world.level.StructureFeatureManager,net.minecraft.world.level.chunk.ChunkAccess)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.int getBaseHeight(int,int,net.minecraft.world.level.levelgen.Heightmap$Types,net.minecraft.world.level.LevelHeightAccessor)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkGenerator.net.minecraft.world.level.NoiseColumn getBaseColumn(int,int,net.minecraft.world.level.LevelHeightAccessor)(ChunkGenerator.java:303) at net.minecraft.world.level.chunk.ChunkStatus.java.util.concurrent.CompletableFuture lambda$static$12(net.minecraft.world.level.chunk.ChunkStatus,java.util.concurrent.Executor,net.minecraft.server.level.ServerLevel,net.minecraft.world.level.chunk.ChunkGenerator,net.minecraft.world.level.levelgen.structure.templatesystem.StructureManager,net.minecraft.server.level.ThreadedLevelLightEngine,java.util.function.Function,java.util.List,net.minecraft.world.level.chunk.ChunkAccess,boolean)(ChunkStatus.java:146) at net.minecraft.world.level.chunk.ChunkStatus.java.util.concurrent.CompletableFuture generate(java.util.concurrent.Executor,net.minecraft.server.level.ServerLevel,net.minecraft.world.level.chunk.ChunkGenerator,net.minecraft.world.level.levelgen.structure.templatesystem.StructureManager,net.minecraft.server.level.ThreadedLevelLightEngine,java.util.function.Function,java.util.List,boolean)(ChunkStatus.java:289) -- Chunk to be generated -- Details: Location: 0,1 Position hash: 4294967296 Generator: ctf@72b2d88 Stacktrace: at net.minecraft.server.level.ChunkMap.java.util.concurrent.CompletableFuture lambda$scheduleChunkGeneration$20(net.minecraft.world.level.ChunkPos,net.minecraft.server.level.ChunkHolder,net.minecraft.world.level.chunk.ChunkStatus,java.util.concurrent.Executor,java.util.List)(ChunkMap.java:627) at com.mojang.datafixers.util.Either$Left.null map(null)(Either.java:38) at net.minecraft.server.level.ChunkMap.java.util.concurrent.CompletionStage lambda$scheduleChunkGeneration$22(net.minecraft.world.level.ChunkPos,net.minecraft.server.level.ChunkHolder,net.minecraft.world.level.chunk.ChunkStatus,java.util.concurrent.Executor,com.mojang.datafixers.util.Either)(ChunkMap.java:621) at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) -- Player being ticked -- Details: Entity Type: minecraft:player (adj) Entity ID: 7181 Entity Name: Thumpbacker Entity's Exact location: -80.12, 115.61, 97.66 Entity's Block location: World: (-81,115,97), Section: (at 15,3,1 in -6,7,6; chunk contains blocks -96,-64,96 to -81,319,111), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511) Entity's Momentum: 0.00, 0.00, 0.00 Entity's Passengers: [] Entity's Vehicle: null Stacktrace: at net.minecraft.server.level.ServerPlayer.void doTick()(ServerPlayer.java:539) at net.minecraft.server.network.ServerGamePacketListenerImpl.void tick()(ServerGamePacketListenerImpl.java:212) at net.minecraft.network.Connection.void tick()(Connection.java:238) at net.minecraft.server.network.ServerConnectionListener.void tick()(ServerConnectionListener.java:183) at net.minecraft.server.MinecraftServer.void tickChildren(java.util.function.BooleanSupplier)(MinecraftServer.java:890) at net.minecraft.server.MinecraftServer.void tickServer(java.util.function.BooleanSupplier)(MinecraftServer.java:823) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:823) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:823) at net.minecraft.client.server.IntegratedServer.void tickServer(java.util.function.BooleanSupplier)(IntegratedServer.java:99) at net.minecraft.server.MinecraftServer.void runServer()(MinecraftServer.java:684) at net.minecraft.server.MinecraftServer.net.minecraft.server.MinecraftServer spin(java.util.function.Function)(MinecraftServer.java:270) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:270) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:270) at net.minecraft.server.MinecraftServer.void lambda$spin$2(java.util.concurrent.atomic.AtomicReference)(MinecraftServer.java:270) at java.base/java.lang.Thread.run(Thread.java:833) -- System Details -- Details: Minecraft Version: 1.18 Pre-release 3 Minecraft Version ID: 1.18-pre3 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 1244447576 bytes (1186 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 MiB) CPUs: 16 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 7 2700X Eight-Core Processor Identifier: AuthenticAMD Family 23 Model 8 Stepping 2 Microarchitecture: Zen+ Frequency (GHz): 3.70 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 16 Graphics card #0 name: Radeon RX 5500 XT Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x7340 Graphics card #0 versionInfo: DriverVersion=27.20.1034.6 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.40 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.40 Memory slot #1 type: DDR4 Virtual memory max (MB): 21435.27 Virtual memory used (MB): 17525.30 Swap memory total (MB): 13312.00 Swap memory used (MB): 1168.36 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Player Count: 1 / 8; [adj['Thumpbacker'/7181, l='ServerLevel[Snowy Fox]', x=-80.12, y=115.61, z=97.66]] Data Packs: vanilla Type: Integrated Server (map_client.txt) Is Modded: Probably not. Client jar signature and brand is untouched; Server jar signature and brand is untouched