---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 11/15/21, 7:45 PM Description: Ticking entity java.lang.NullPointerException: Cannot invoke "it.unimi.dsi.fastutil.objects.ObjectArrayList.get(int)" because "this.wrapped" is null at it.unimi.dsi.fastutil.objects.ObjectOpenHashSet$SetIterator.null next(null)(ObjectOpenHashSet.java:627) at net.minecraft.server.level.ServerLevel.void sendBlockUpdated(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.block.state.BlockState,int)(ServerLevel.java:919) at net.minecraft.world.level.Level.boolean setBlock(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,int,int)(Level.java:233) at net.minecraft.world.level.Level.void sendBlockUpdated(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.block.state.BlockState,int)(Level.java:233) at net.minecraft.world.level.Level.void playSound(net.minecraft.world.entity.player.Player,double,double,double,net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundSource,float,float)(Level.java:233) at net.minecraft.world.level.Level.void playSound(net.minecraft.world.entity.player.Player,net.minecraft.world.entity.Entity,net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundSource,float,float)(Level.java:233) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:233) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(java.lang.String)(Level.java:233) at net.minecraft.world.level.Level.void setMapData(java.lang.String,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:233) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:233) at net.minecraft.world.level.Level.boolean setBlock(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,int)(Level.java:198) at net.minecraft.world.level.Level.void sendBlockUpdated(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.block.state.BlockState,int)(Level.java:198) at net.minecraft.world.level.Level.void playSound(net.minecraft.world.entity.player.Player,double,double,double,net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundSource,float,float)(Level.java:198) at net.minecraft.world.level.Level.void playSound(net.minecraft.world.entity.player.Player,net.minecraft.world.entity.Entity,net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundSource,float,float)(Level.java:198) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:198) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(java.lang.String)(Level.java:198) at net.minecraft.world.level.Level.void setMapData(java.lang.String,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:198) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:198) at net.minecraft.world.level.block.DoorBlock.void setOpen(net.minecraft.world.entity.Entity,net.minecraft.world.level.Level,net.minecraft.world.level.block.state.BlockState,net.minecraft.core.BlockPos,boolean)(DoorBlock.java:215) at net.minecraft.world.entity.ai.behavior.InteractWithDoor.void start(net.minecraft.server.level.ServerLevel,net.minecraft.world.entity.LivingEntity,long)(InteractWithDoor.java:89) at net.minecraft.world.entity.ai.behavior.Behavior.boolean tryStart(net.minecraft.server.level.ServerLevel,net.minecraft.world.entity.LivingEntity,long)(Behavior.java:49) at net.minecraft.world.entity.ai.Brain.void startEachNonRunningBehavior(net.minecraft.server.level.ServerLevel,net.minecraft.world.entity.LivingEntity)(Brain.java:511) at net.minecraft.world.entity.ai.Brain.void tick(net.minecraft.server.level.ServerLevel,net.minecraft.world.entity.LivingEntity)(Brain.java:470) at net.minecraft.world.entity.npc.Villager.void customServerAiStep()(Villager.java:273) at net.minecraft.world.entity.Mob.void serverAiStep()(Mob.java:758) at net.minecraft.world.entity.LivingEntity.void aiStep()(LivingEntity.java:2601) at net.minecraft.world.entity.Mob.void aiStep()(Mob.java:545) at net.minecraft.world.entity.AgeableMob.void aiStep()(AgeableMob.java:127) at net.minecraft.world.entity.LivingEntity.void tick()(LivingEntity.java:2346) at net.minecraft.world.entity.Mob.void tick()(Mob.java:345) at net.minecraft.world.entity.npc.Villager.void tick()(Villager.java:314) at net.minecraft.server.level.ServerLevel.void tickNonPassenger(net.minecraft.world.entity.Entity)(ServerLevel.java:691) at net.minecraft.world.level.Level.void sendBlockUpdated(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.block.state.BlockState,int)(Level.java:487) at net.minecraft.world.level.Level.void playSound(net.minecraft.world.entity.player.Player,double,double,double,net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundSource,float,float)(Level.java:487) at net.minecraft.world.level.Level.void playSound(net.minecraft.world.entity.player.Player,net.minecraft.world.entity.Entity,net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundSource,float,float)(Level.java:487) at net.minecraft.world.level.Level.void guardEntityTick(java.util.function.Consumer,net.minecraft.world.entity.Entity)(Level.java:487) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:487) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(java.lang.String)(Level.java:487) at net.minecraft.world.level.Level.void setMapData(java.lang.String,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:487) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:487) at net.minecraft.server.level.ServerLevel.void tick(java.util.function.BooleanSupplier)(ServerLevel.java:352) at net.minecraft.server.level.ServerLevel.void lambda$tick$3(net.minecraft.util.profiling.ProfilerFiller,net.minecraft.world.entity.Entity)(ServerLevel.java:352) at net.minecraft.world.level.entity.EntityTickList.void forEach(java.util.function.Consumer)(EntityTickList.java:54) at net.minecraft.server.level.ServerLevel.void tick(java.util.function.BooleanSupplier)(ServerLevel.java:320) at net.minecraft.server.MinecraftServer.void tickChildren(java.util.function.BooleanSupplier)(MinecraftServer.java:876) at net.minecraft.server.MinecraftServer.void tickServer(java.util.function.BooleanSupplier)(MinecraftServer.java:820) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:820) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:820) 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:831) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server thread Stacktrace: at it.unimi.dsi.fastutil.objects.ObjectOpenHashSet$SetIterator.null next(null)(ObjectOpenHashSet.java:627) at net.minecraft.server.level.ServerLevel.void sendBlockUpdated(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.block.state.BlockState,int)(ServerLevel.java:919) at net.minecraft.world.level.Level.boolean setBlock(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,int,int)(Level.java:233) at net.minecraft.world.level.Level.void sendBlockUpdated(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.block.state.BlockState,int)(Level.java:233) at net.minecraft.world.level.Level.void playSound(net.minecraft.world.entity.player.Player,double,double,double,net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundSource,float,float)(Level.java:233) at net.minecraft.world.level.Level.void playSound(net.minecraft.world.entity.player.Player,net.minecraft.world.entity.Entity,net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundSource,float,float)(Level.java:233) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:233) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(java.lang.String)(Level.java:233) at net.minecraft.world.level.Level.void setMapData(java.lang.String,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:233) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:233) at net.minecraft.world.level.Level.boolean setBlock(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,int)(Level.java:198) at net.minecraft.world.level.Level.void sendBlockUpdated(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.block.state.BlockState,int)(Level.java:198) at net.minecraft.world.level.Level.void playSound(net.minecraft.world.entity.player.Player,double,double,double,net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundSource,float,float)(Level.java:198) at net.minecraft.world.level.Level.void playSound(net.minecraft.world.entity.player.Player,net.minecraft.world.entity.Entity,net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundSource,float,float)(Level.java:198) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:198) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(java.lang.String)(Level.java:198) at net.minecraft.world.level.Level.void setMapData(java.lang.String,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:198) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:198) at net.minecraft.world.level.block.DoorBlock.void setOpen(net.minecraft.world.entity.Entity,net.minecraft.world.level.Level,net.minecraft.world.level.block.state.BlockState,net.minecraft.core.BlockPos,boolean)(DoorBlock.java:215) at net.minecraft.world.entity.ai.behavior.InteractWithDoor.void start(net.minecraft.server.level.ServerLevel,net.minecraft.world.entity.LivingEntity,long)(InteractWithDoor.java:89) at net.minecraft.world.entity.ai.behavior.Behavior.boolean tryStart(net.minecraft.server.level.ServerLevel,net.minecraft.world.entity.LivingEntity,long)(Behavior.java:49) at net.minecraft.world.entity.ai.Brain.void startEachNonRunningBehavior(net.minecraft.server.level.ServerLevel,net.minecraft.world.entity.LivingEntity)(Brain.java:511) at net.minecraft.world.entity.ai.Brain.void tick(net.minecraft.server.level.ServerLevel,net.minecraft.world.entity.LivingEntity)(Brain.java:470) at net.minecraft.world.entity.npc.Villager.void customServerAiStep()(Villager.java:273) at net.minecraft.world.entity.Mob.void serverAiStep()(Mob.java:758) at net.minecraft.world.entity.LivingEntity.void aiStep()(LivingEntity.java:2601) at net.minecraft.world.entity.Mob.void aiStep()(Mob.java:545) at net.minecraft.world.entity.AgeableMob.void aiStep()(AgeableMob.java:127) at net.minecraft.world.entity.LivingEntity.void tick()(LivingEntity.java:2346) at net.minecraft.world.entity.Mob.void tick()(Mob.java:345) at net.minecraft.world.entity.npc.Villager.void tick()(Villager.java:314) at net.minecraft.server.level.ServerLevel.void tickNonPassenger(net.minecraft.world.entity.Entity)(ServerLevel.java:691) -- Entity being ticked -- Details: Entity Type: minecraft:villager (bmx) Entity ID: 5598 Entity Name: §7Villager§r Entity's Exact location: 54.87, 64.00, 7412.88 Entity's Block location: World: (54,64,7412), Section: (at 6,0,4 in 3,4,463; chunk contains blocks 48,-64,7408 to 63,319,7423), Region: (0,14; contains chunks 0,448 to 31,479, blocks 0,-64,7168 to 511,319,7679) Entity's Momentum: -0.05, -0.08, -0.05 Entity's Passengers: [] Entity's Vehicle: null Stacktrace: at net.minecraft.world.level.Level.void sendBlockUpdated(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.block.state.BlockState,int)(Level.java:487) at net.minecraft.world.level.Level.void playSound(net.minecraft.world.entity.player.Player,double,double,double,net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundSource,float,float)(Level.java:487) at net.minecraft.world.level.Level.void playSound(net.minecraft.world.entity.player.Player,net.minecraft.world.entity.Entity,net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundSource,float,float)(Level.java:487) at net.minecraft.world.level.Level.void guardEntityTick(java.util.function.Consumer,net.minecraft.world.entity.Entity)(Level.java:487) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:487) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(java.lang.String)(Level.java:487) at net.minecraft.world.level.Level.void setMapData(java.lang.String,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:487) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:487) at net.minecraft.server.level.ServerLevel.void tick(java.util.function.BooleanSupplier)(ServerLevel.java:352) at net.minecraft.server.level.ServerLevel.void lambda$tick$3(net.minecraft.util.profiling.ProfilerFiller,net.minecraft.world.entity.Entity)(ServerLevel.java:352) at net.minecraft.world.level.entity.EntityTickList.void forEach(java.util.function.Consumer)(EntityTickList.java:54) at net.minecraft.server.level.ServerLevel.void tick(java.util.function.BooleanSupplier)(ServerLevel.java:320) -- Affected level -- Details: All players: 1 total; [add['ItsStrawberryJam'/4575, l='ServerLevel[MSW Terrain Pre1]', x=-71.98, y=-52.75, z=7297.90]] Chunk stats: 4544 Level dimension: minecraft:overworld Level spawn location: World: (0,69,0), Section: (at 0,5,0 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 7141 game time, 7141 day time Level name: MSW Terrain Pre1 Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true Level weather: Rain time: 147836 (now: false), thunder time: 95920 (now: false) Known server brands: vanilla Level was modded: false Level storage version: 0x04ABD - Anvil Stacktrace: at net.minecraft.server.MinecraftServer.void tickChildren(java.util.function.BooleanSupplier)(MinecraftServer.java:876) at net.minecraft.server.MinecraftServer.void tickServer(java.util.function.BooleanSupplier)(MinecraftServer.java:820) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:820) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:820) 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:831) -- System Details -- Details: Minecraft Version: 1.18 Pre-release 1 Minecraft Version ID: 1.18-pre1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 16.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 2121753616 bytes (2023 MiB) / 4026531840 bytes (3840 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 8 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz Identifier: Intel64 Family 6 Model 158 Stepping 9 Microarchitecture: Kaby Lake Frequency (GHz): 2.81 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: Intel(R) HD Graphics 630 Graphics card #0 vendor: Intel Corporation (0x8086) Graphics card #0 VRAM (MB): 1024.00 Graphics card #0 deviceId: 0x591b Graphics card #0 versionInfo: DriverVersion=27.20.100.9171 Graphics card #1 name: NVIDIA GeForce GTX 1050 Graphics card #1 vendor: NVIDIA (0x10de) Graphics card #1 VRAM (MB): 4095.00 Graphics card #1 deviceId: 0x1c8d Graphics card #1 versionInfo: DriverVersion=27.21.14.6647 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): 20138.06 Virtual memory used (MB): 17125.23 Swap memory total (MB): 3936.62 Swap memory used (MB): 446.49 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Player Count: 1 / 8; [add['ItsStrawberryJam'/4575, l='ServerLevel[MSW Terrain Pre1]', x=-71.98, y=-52.75, z=7297.90]] 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