---- Minecraft Crash Report ---- // Shall we play a game? Time: 17-11-2021 19:17 Description: Checking entity block collision java.lang.NegativeArraySizeException: -7 at net.minecraft.CrashReportCategory.void trimStacktrace(int)(CrashReportCategory.java:142) at net.minecraft.CrashReport.net.minecraft.CrashReportCategory addCategory(java.lang.String,int)(CrashReport.java:198) at net.minecraft.CrashReport.net.minecraft.CrashReportCategory addCategory(java.lang.String)(CrashReport.java:169) at net.minecraft.world.entity.Entity.void checkInsideBlocks()(Entity.java:1070) at net.minecraft.world.entity.Entity.void tryCheckInsideBlocks()(Entity.java:757) at net.minecraft.world.entity.Entity.void move(net.minecraft.world.entity.MoverType,net.minecraft.world.phys.Vec3)(Entity.java:726) at net.minecraft.world.entity.Entity.void readAdditionalSaveData(net.minecraft.nbt.CompoundTag)(Entity.java:726) at net.minecraft.world.entity.LivingEntity.void setItemSlot(net.minecraft.world.entity.EquipmentSlot,net.minecraft.world.item.ItemStack)(LivingEntity.java:2247) at net.minecraft.world.entity.LivingEntity.net.minecraft.world.phys.Vec3 handleRelativeFrictionAndCalculateMovement(net.minecraft.world.phys.Vec3,float)(LivingEntity.java:2247) at net.minecraft.world.entity.LivingEntity.void travel(net.minecraft.world.phys.Vec3)(LivingEntity.java:2192) at net.minecraft.world.entity.LivingEntity.void aiStep()(LivingEntity.java:2643) at net.minecraft.world.entity.Mob.void aiStep()(Mob.java:545) at net.minecraft.world.entity.monster.Monster.void aiStep()(Monster.java:43) at net.minecraft.world.entity.LivingEntity.void tick()(LivingEntity.java:2349) at net.minecraft.world.entity.Mob.void tick()(Mob.java:345) at net.minecraft.world.entity.monster.Silverfish.void tick()(Silverfish.java:117) at net.minecraft.server.level.ServerLevel.void tickNonPassenger(net.minecraft.world.entity.Entity)(ServerLevel.java:696) 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:357) at net.minecraft.server.level.ServerLevel.void lambda$tick$3(net.minecraft.util.profiling.ProfilerFiller,net.minecraft.world.entity.Entity)(ServerLevel.java:357) 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:325) at net.minecraft.server.MinecraftServer.void tickChildren(java.util.function.BooleanSupplier)(MinecraftServer.java:879) 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) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server thread Stacktrace: at net.minecraft.CrashReportCategory.void trimStacktrace(int)(CrashReportCategory.java:142) at net.minecraft.CrashReport.net.minecraft.CrashReportCategory addCategory(java.lang.String,int)(CrashReport.java:198) at net.minecraft.CrashReport.net.minecraft.CrashReportCategory addCategory(java.lang.String)(CrashReport.java:169) at net.minecraft.world.entity.Entity.void checkInsideBlocks()(Entity.java:1070) -- Entity being checked for collision -- Details: Entity Type: minecraft:silverfish (bls) Entity ID: 1 Entity Name: Silverfish Entity's Exact location: 7.38, -59.83, 6.88 Entity's Block location: World: (7,-60,6), Section: (at 7,4,6 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) Entity's Momentum: 0.01, 0.16, 0.07 Entity's Passengers: [] Entity's Vehicle: null Stacktrace: at net.minecraft.world.entity.Entity.void tryCheckInsideBlocks()(Entity.java:757) at net.minecraft.world.entity.Entity.void move(net.minecraft.world.entity.MoverType,net.minecraft.world.phys.Vec3)(Entity.java:726) at net.minecraft.world.entity.Entity.void readAdditionalSaveData(net.minecraft.nbt.CompoundTag)(Entity.java:726) at net.minecraft.world.entity.LivingEntity.void setItemSlot(net.minecraft.world.entity.EquipmentSlot,net.minecraft.world.item.ItemStack)(LivingEntity.java:2247) at net.minecraft.world.entity.LivingEntity.net.minecraft.world.phys.Vec3 handleRelativeFrictionAndCalculateMovement(net.minecraft.world.phys.Vec3,float)(LivingEntity.java:2247) at net.minecraft.world.entity.LivingEntity.void travel(net.minecraft.world.phys.Vec3)(LivingEntity.java:2192) at net.minecraft.world.entity.LivingEntity.void aiStep()(LivingEntity.java:2643) at net.minecraft.world.entity.Mob.void aiStep()(Mob.java:545) at net.minecraft.world.entity.monster.Monster.void aiStep()(Monster.java:43) at net.minecraft.world.entity.LivingEntity.void tick()(LivingEntity.java:2349) at net.minecraft.world.entity.Mob.void tick()(Mob.java:345) at net.minecraft.world.entity.monster.Silverfish.void tick()(Silverfish.java:117) at net.minecraft.server.level.ServerLevel.void tickNonPassenger(net.minecraft.world.entity.Entity)(ServerLevel.java:696) -- Entity being ticked -- Details: Entity Type: minecraft:silverfish (bls) Entity ID: 1 Entity Name: Silverfish Entity's Exact location: 7.38, -59.83, 6.88 Entity's Block location: World: (7,-60,6), Section: (at 7,4,6 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) Entity's Momentum: 0.01, 0.16, 0.07 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:357) at net.minecraft.server.level.ServerLevel.void lambda$tick$3(net.minecraft.util.profiling.ProfilerFiller,net.minecraft.world.entity.Entity)(ServerLevel.java:357) 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:325) -- Affected level -- Details: All players: 1 total; [adj['SeriousWeasle'/84, l='ServerLevel[New World]', x=10.27, y=-62.00, z=8.01]] Chunk stats: 2209 Level dimension: minecraft:overworld Level spawn location: World: (0,-60,0), Section: (at 0,4,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: 289 game time, 289 day time Level name: New World Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true Level weather: Rain time: 166470 (now: false), thunder time: 165247 (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:879) 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: 2327423264 bytes (2219 MiB) / 5368709120 bytes (5120 MiB) up to 17179869184 bytes (16384 MiB) CPUs: 12 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz Identifier: Intel64 Family 6 Model 158 Stepping 10 Microarchitecture: Coffee Lake Frequency (GHz): 3,70 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce GTX 1080 Ti Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095,00 Graphics card #0 deviceId: 0x1b06 Graphics card #0 versionInfo: DriverVersion=30.0.14.9676 Memory slot #0 capacity (MB): 8192,00 Memory slot #0 clockSpeed (GHz): 2,67 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 16384,00 Memory slot #1 clockSpeed (GHz): 2,67 Memory slot #1 type: DDR4 Memory slot #2 capacity (MB): 8192,00 Memory slot #2 clockSpeed (GHz): 2,67 Memory slot #2 type: DDR4 Memory slot #3 capacity (MB): 16384,00 Memory slot #3 clockSpeed (GHz): 2,67 Memory slot #3 type: DDR4 Virtual memory max (MB): 56274,81 Virtual memory used (MB): 20463,57 Swap memory total (MB): 7168,00 Swap memory used (MB): 133,98 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Player Count: 1 / 8; [adj['SeriousWeasle'/84, l='ServerLevel[New World]', x=10.27, y=-62.00, z=8.01]] 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