---- Minecraft Crash Report ---- // I'm sorry, Dave. Time: 2026-04-07 20:06:18 Description: Ticking entity java.lang.IllegalArgumentException: Start element (9223367638808264704) is larger than end element (-9223372036854775808) at it.unimi.dsi.fastutil.longs.LongAVLTreeSet$Subset.(LongAVLTreeSet.java:1080) at it.unimi.dsi.fastutil.longs.LongAVLTreeSet.subSet(LongAVLTreeSet.java:1047) at net.minecraft.world.level.entity.EntitySectionStorage.forEachAccessibleNonEmptySection(EntitySectionStorage.java:58) at net.minecraft.world.level.entity.EntitySectionStorage.getEntities(EntitySectionStorage.java:122) at net.minecraft.world.level.entity.LevelEntityGetterAdapter.get(LevelEntityGetterAdapter.java:41) at net.minecraft.world.level.Level.getEntities(Level.java:647) at net.minecraft.world.level.EntityGetter.getEntityCollisions(EntityGetter.java:59) at net.minecraft.world.level.CommonLevelAccessor.getEntityCollisions(CommonLevelAccessor.java:23) at net.minecraft.world.entity.Entity.collide(Entity.java:1261) at net.minecraft.world.entity.Entity.move(Entity.java:819) at net.minecraft.client.player.LocalPlayer.move(LocalPlayer.java:1023) at net.minecraft.world.entity.LivingEntity.handleRelativeFrictionAndCalculateMovement(LivingEntity.java:2771) at net.minecraft.world.entity.LivingEntity.travelInAir(LivingEntity.java:2536) at net.minecraft.world.entity.LivingEntity.travel(LivingEntity.java:2501) at net.minecraft.world.entity.player.Player.travel(Player.java:1499) at net.minecraft.world.entity.LivingEntity.aiStep(LivingEntity.java:3230) at net.minecraft.world.entity.player.Player.aiStep(Player.java:492) at net.minecraft.client.player.AbstractClientPlayer.aiStep(AbstractClientPlayer.java:81) at net.minecraft.client.player.LocalPlayer.aiStep(LocalPlayer.java:947) at net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:2888) at net.minecraft.world.entity.player.Player.tick(Player.java:277) at net.minecraft.client.player.AbstractClientPlayer.tick(AbstractClientPlayer.java:49) at net.minecraft.client.player.LocalPlayer.tick(LocalPlayer.java:242) at net.minecraft.client.multiplayer.ClientLevel.tickNonPassenger(ClientLevel.java:348) at net.minecraft.world.level.Level.guardEntityTick(Level.java:488) at net.minecraft.client.multiplayer.ClientLevel.lambda$tickEntities$0(ClientLevel.java:330) at net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:53) at net.minecraft.client.multiplayer.ClientLevel.tickEntities(ClientLevel.java:326) at net.minecraft.client.Minecraft.tick(Minecraft.java:1851) at net.minecraft.client.Minecraft.runTick(Minecraft.java:1219) at net.minecraft.client.Minecraft.run(Minecraft.java:917) at net.minecraft.client.main.Main.main(Main.java:281) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at it.unimi.dsi.fastutil.longs.LongAVLTreeSet$Subset.(LongAVLTreeSet.java:1080) at it.unimi.dsi.fastutil.longs.LongAVLTreeSet.subSet(LongAVLTreeSet.java:1047) at net.minecraft.world.level.entity.EntitySectionStorage.forEachAccessibleNonEmptySection(EntitySectionStorage.java:58) at net.minecraft.world.level.entity.EntitySectionStorage.getEntities(EntitySectionStorage.java:122) at net.minecraft.world.level.entity.LevelEntityGetterAdapter.get(LevelEntityGetterAdapter.java:41) at net.minecraft.world.level.Level.getEntities(Level.java:647) at net.minecraft.world.level.EntityGetter.getEntityCollisions(EntityGetter.java:59) at net.minecraft.world.level.CommonLevelAccessor.getEntityCollisions(CommonLevelAccessor.java:23) at net.minecraft.world.entity.Entity.collide(Entity.java:1261) at net.minecraft.world.entity.Entity.move(Entity.java:819) at net.minecraft.client.player.LocalPlayer.move(LocalPlayer.java:1023) at net.minecraft.world.entity.LivingEntity.handleRelativeFrictionAndCalculateMovement(LivingEntity.java:2771) at net.minecraft.world.entity.LivingEntity.travelInAir(LivingEntity.java:2536) at net.minecraft.world.entity.LivingEntity.travel(LivingEntity.java:2501) at net.minecraft.world.entity.player.Player.travel(Player.java:1499) at net.minecraft.world.entity.LivingEntity.aiStep(LivingEntity.java:3230) at net.minecraft.world.entity.player.Player.aiStep(Player.java:492) at net.minecraft.client.player.AbstractClientPlayer.aiStep(AbstractClientPlayer.java:81) at net.minecraft.client.player.LocalPlayer.aiStep(LocalPlayer.java:947) at net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:2888) at net.minecraft.world.entity.player.Player.tick(Player.java:277) at net.minecraft.client.player.AbstractClientPlayer.tick(AbstractClientPlayer.java:49) at net.minecraft.client.player.LocalPlayer.tick(LocalPlayer.java:242) at net.minecraft.client.multiplayer.ClientLevel.tickNonPassenger(ClientLevel.java:348) at net.minecraft.world.level.Level.guardEntityTick(Level.java:488) at net.minecraft.client.multiplayer.ClientLevel.lambda$tickEntities$0(ClientLevel.java:330) at net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:53) at net.minecraft.client.multiplayer.ClientLevel.tickEntities(ClientLevel.java:326) -- Entity being ticked -- Details: Entity Type: minecraft:player (net.minecraft.client.player.LocalPlayer) Entity ID: 1 Entity Name: tryashtar Entity's Exact location: -50.00, 107.00, 7.80 Entity's Block location: World: (-51,107,7), Section: (at 13,11,7 in -4,6,0; chunk contains blocks -64,-64,0 to -49,319,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511) Entity's Momentum: 69371514970405150000.00, -0.08, 71973661252018280000.00 Entity's Passengers: [] Entity's Vehicle: null Stacktrace: at net.minecraft.world.level.Level.guardEntityTick(Level.java:488) at net.minecraft.client.multiplayer.ClientLevel.lambda$tickEntities$0(ClientLevel.java:330) at net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:53) at net.minecraft.client.multiplayer.ClientLevel.tickEntities(ClientLevel.java:326) at net.minecraft.client.Minecraft.tick(Minecraft.java:1851) at net.minecraft.client.Minecraft.runTick(Minecraft.java:1219) at net.minecraft.client.Minecraft.run(Minecraft.java:917) at net.minecraft.client.main.Main.main(Main.java:281) -- Uptime -- Details: JVM uptime: 34.216s Wall uptime: 26.534s High-res time: 26.189s Client ticks: 406 ticks / 20.300s Stacktrace: at net.minecraft.client.Minecraft.fillReport(Minecraft.java:2374) at net.minecraft.client.Minecraft.emergencySaveAndCrash(Minecraft.java:973) at net.minecraft.client.Minecraft.run(Minecraft.java:938) at net.minecraft.client.main.Main.main(Main.java:281) -- Affected level -- Details: All players: 1 total; LocalPlayer{name=tryashtar, id=1, pos=(-50.00074053853439, 107.0, 7.803995745632791), mode=CREATIVE, permission=owner} Chunk stats: 1521, 999 Level dimension: minecraft:overworld Level time: 253 game time, 253 day time Level spawn location: World: (-48,117,16), Section: (at 0,5,0 in -3,7,1; chunk contains blocks -48,-64,16 to -33,319,31), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511) Server brand: vanilla Server type: Integrated singleplayer server Tracked entity count: 105 Client weather: Raining: false, thundering: false -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: vanilla -- System Details -- Details: Minecraft Version: 26.2-snapshot-1 Minecraft Version ID: 26.2-snapshot-1 Operating System: Linux (amd64) version 6.19.11-arch1-1 Java Version: 26.0.2, Arch Linux Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Arch Linux Memory: 461811744 bytes (440 MiB) / 2378170368 bytes (2268 MiB) up to 8401190912 bytes (8012 MiB) Memory (heap): init: 008MiB, used: 1824MiB, committed: 2268MiB, max: 8012MiB Memory (non-head): init: 007MiB, used: 203MiB, committed: 208MiB, max: 000MiB CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 3600 6-Core Processor Identifier: AuthenticAMD Family 23 Model 113 Stepping 0 Microarchitecture: Zen 2 Frequency (GHz): -0.00 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: Navi 23 [Radeon RX 6600/6600 XT/6600M] Graphics card #0 vendor: Advanced Micro Devices, Inc. [AMD/ATI] (0x1002) Graphics card #0 VRAM (MiB): 258.00 Graphics card #0 deviceId: 0x73ff Graphics card #0 versionInfo: unknown Graphics card #1 name: TU104 [GeForce RTX 2060] Graphics card #1 vendor: NVIDIA Corporation (0x10de) Graphics card #1 VRAM (MiB): 288.00 Graphics card #1 deviceId: 0x1e89 Graphics card #1 versionInfo: unknown Virtual memory max (MiB): 52882.17 Virtual memory used (MiB): 47152.95 Swap memory total (MiB): 36863.99 Swap memory used (MiB): 21238.71 Space in storage for jna.tmpdir (MiB): available: 569222.44, total: 1875675.25 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 569222.44, total: 1875675.25 Space in storage for io.netty.native.workdir (MiB): available: 569222.44, total: 1875675.25 Space in storage for java.io.tmpdir (MiB): available: 15947.82, total: 16018.18 Space in storage for workdir (MiB): available: 569222.44, total: 1875675.25 JVM Flags: 0 total; Debug Flags: 0 total; Launched Version: 26.2-snapshot-1 Launcher name: portablemc Backend library: LWJGL version 3.4.1+2 Window size: 854x480 Surface Info: 854 x 480 GFLW Platform: x11 Graphics Device: AMD Radeon RX 6600 (radeonsi, navi23, ACO, DRM 3.64, 6.19.11-arch1-1) Graphics Backend: OpenGL Graphics Vendor: AMD Graphics Drivers: 4.6 (Core Profile) Mesa 26.0.4-arch1.1 Graphics Device Extensions: GL_ARB_buffer_storage, GL_KHR_debug, GL_ARB_clip_control, GL_ARB_vertex_attrib_binding, GL_ARB_direct_state_access, GL_EXT_texture_filter_anisotropic GL debug messages: Is Modded: Probably not. Client jar signature and brand is untouched Universe: 400921fb54442d18 Type: Client Transparency: regular Render Distance: 16/16 chunks Resource Packs: vanilla Sound Cache: 103942 bytes in 2 buffers Current Language: en_us Locale: en_US System encoding: UTF-8 File encoding: UTF-8 CPU: 12x AMD Ryzen 5 3600 6-Core Processor Server Running: true Player Count: 1 / 8; [ServerPlayer['tryashtar'/1, l='ServerLevel[New World]', x=-50.00, y=107.00, z=7.80]] Active Data Packs: vanilla Available Data Packs: minecart_improvements, redstone_experiments, trade_rebalance, vanilla Enabled Feature Flags: minecraft:vanilla World Generation: Stable World Seed: -1144465602346960018 Suppressed Exceptions: ~~NONE~~ Type: Integrated Server Is Modded: Probably not. Client jar signature and brand is untouched; Server jar signature and brand is untouched Launched Version: 26.2-snapshot-1