Pepperoni-Jabroni / MapAtlases

A vanilla-friendly mini-map & world-map mod using vanilla Maps!
GNU General Public License v3.0
24 stars 14 forks source link

Atlas update lag causing crashes #84

Open ChronicToast opened 1 year ago

ChronicToast commented 1 year ago

Hey hey! So, the atlases are very nice for navigation, but when traveling quickly over new ground they seem to cause lag to the point that it can make a server time out. I do have other mods active, but from the advice I got it sounds like this one was the cause of the issue. Here's a crash report from one such instance

---- Minecraft Crash Report ---- // You should try our sister game, Minceraft!

Time: 1/1/23, 9:55 AM Description: Watching Server

java.lang.Error: Watchdog at java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) at net.minecraft.class_1255.method_20813(class_1255.java:152) at net.minecraft.class_1255.method_18857(class_1255.java:142) at net.minecraft.class_3215.getChunkBlocking(class_3215.java:1276) at net.minecraft.class_3215.method_12121(class_3215.java:1172) at net.minecraft.class_1937.method_8402(class_1937.java:187) at net.minecraft.class_1937.method_22350(class_1937.java:6588) at net.minecraft.class_1937.method_8500(class_1937.java:6583) at net.minecraft.class_1806.method_7998(class_1806.java:136) at pepjebs.mapatlases.lifecycle.MapAtlasesServerLifecycleEvents.updateMapColorsForPlayer(MapAtlasesServerLifecycleEvents.java:170) at pepjebs.mapatlases.lifecycle.MapAtlasesServerLifecycleEvents.mapAtlasServerTick(MapAtlasesServerLifecycleEvents.java:126) at pepjebs.mapatlases.MapAtlasesMod$$Lambda$8816/0x0000000801c6ce50.onStartTick(Unknown Source) at net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents.lambda$static$0(ServerTickEvents.java:40) at net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents$$Lambda$3484/0x0000000801531b48.onStartTick(Unknown Source) at net.minecraft.server.MinecraftServer.handler$ben000$onStartTick(MinecraftServer.java:5827) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273) at net.minecraft.server.MinecraftServer$$Lambda$12738/0x00000008022709b0.run(Unknown Source) at java.base@17.0.1/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 Watchdog Stacktrace: at java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) at net.minecraft.class_1255.method_20813(class_1255.java:152) at net.minecraft.class_1255.method_18857(class_1255.java:142) at net.minecraft.class_3215.getChunkBlocking(class_3215.java:1276) at net.minecraft.class_3215.method_12121(class_3215.java:1172) at net.minecraft.class_1937.method_8402(class_1937.java:187) at net.minecraft.class_1937.method_22350(class_1937.java:6588) at net.minecraft.class_1937.method_8500(class_1937.java:6583) at net.minecraft.class_1806.method_7998(class_1806.java:136) at pepjebs.mapatlases.lifecycle.MapAtlasesServerLifecycleEvents.updateMapColorsForPlayer(MapAtlasesServerLifecycleEvents.java:170) at pepjebs.mapatlases.lifecycle.MapAtlasesServerLifecycleEvents.mapAtlasServerTick(MapAtlasesServerLifecycleEvents.java:126) at pepjebs.mapatlases.MapAtlasesMod$$Lambda$8816/0x0000000801c6ce50.onStartTick(Unknown Source) at net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents.lambda$static$0(ServerTickEvents.java:40) at net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents$$Lambda$3484/0x0000000801531b48.onStartTick(Unknown Source) at net.minecraft.server.MinecraftServer.handler$ben000$onStartTick(MinecraftServer.java:5827) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)

-- Thread Dump -- Details: Threads: "Reference Handler" daemon prio=10 Id=2 RUNNABLE at java.base@17.0.1/java.lang.ref.Reference.waitForReferencePendingList(Native Method) at java.base@17.0.1/java.lang.ref.Reference.processPendingReferences(Reference.java:253) at java.base@17.0.1/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)

"Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@61b7a065 at java.base@17.0.1/java.lang.Object.wait(Native Method)

"Signal Dispatcher" daemon prio=9 Id=4 RUNNABLE

"Common-Cleaner" daemon prio=8 Id=10 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@6f704223 at java.base@17.0.1/java.lang.Object.wait(Native Method)

"Notification Thread" daemon prio=9 Id=11 RUNNABLE

"RMI TCP Accept-0" daemon prio=5 Id=13 RUNNABLE (in native) at java.base@17.0.1/sun.nio.ch.Net.accept(Native Method) at java.base@17.0.1/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base@17.0.1/java.net.ServerSocket.implAccept(ServerSocket.java:675) at java.base@17.0.1/java.net.ServerSocket.platformImplAccept(ServerSocket.java:641) at java.base@17.0.1/java.net.ServerSocket.implAccept(ServerSocket.java:617) at java.base@17.0.1/java.net.ServerSocket.implAccept(ServerSocket.java:574) at java.base@17.0.1/java.net.ServerSocket.accept(ServerSocket.java:532) at java.rmi@17.0.1/sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:413) ...

Number of locked synchronizers = 1
- java.util.concurrent.locks.ReentrantLock$NonfairSync@6b4fcb15

"RMI TCP Accept-1101" daemon prio=5 Id=14 RUNNABLE (in native) at java.base@17.0.1/sun.nio.ch.Net.accept(Native Method) at java.base@17.0.1/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base@17.0.1/java.net.ServerSocket.implAccept(ServerSocket.java:675) at java.base@17.0.1/java.net.ServerSocket.platformImplAccept(ServerSocket.java:641) at java.base@17.0.1/java.net.ServerSocket.implAccept(ServerSocket.java:617) at java.base@17.0.1/java.net.ServerSocket.implAccept(ServerSocket.java:574) at java.base@17.0.1/java.net.ServerSocket.accept(ServerSocket.java:532) at java.rmi@17.0.1/sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:413) ...

Number of locked synchronizers = 1
- java.util.concurrent.locks.ReentrantLock$NonfairSync@2e4d4818

"RMI TCP Connection(1)-192.168.0.1" daemon prio=5 Id=22 RUNNABLE (in native) at java.base@17.0.1/sun.nio.ch.Net.poll(Native Method) at java.base@17.0.1/sun.nio.ch.NioSocketImpl.park(NioSocketImpl.java:181) at java.base@17.0.1/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:285) at java.base@17.0.1/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309) at java.base@17.0.1/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) at java.base@17.0.1/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) at java.base@17.0.1/java.net.Socket$SocketInputStream.read(Socket.java:966) at java.base@17.0.1/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) ...

Number of locked synchronizers = 2
- java.util.concurrent.locks.ReentrantLock$NonfairSync@1f294411
- java.util.concurrent.ThreadPoolExecutor$Worker@2d4f3262

"RMI TCP Connection(idle)" daemon prio=5 Id=23 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@a2b2382 at java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)

"RMI Scheduler(0)" daemon prio=5 Id=24 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4e62b757 at java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)

"Thread-2" daemon prio=5 Id=29 TIMED_WAITING at java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376) at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)

"FileSystemWatchService" daemon prio=5 Id=30 RUNNABLE (in native) at java.base@17.0.1/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@17.0.1/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) at java.base@17.0.1/java.lang.Thread.run(Thread.java:833)

"Java2D Disposer" daemon prio=10 Id=39 WAITING on java.lang.ref.ReferenceQueue$Lock@17171336 at java.base@17.0.1/java.lang.Object.wait(Native Method)

"Timer hack thread" daemon prio=5 Id=40 TIMED_WAITING at java.base@17.0.1/java.lang.Thread.sleep(Native Method) at net.minecraft.class_156$8.run(class_156.java:784)

"Worker-Main-2" daemon prio=5 Id=41 RUNNABLE at net.minecraft.class_6568.method_40530(class_6568.java:204) at net.minecraft.class_6568$$Lambda$14281/0x0000000802501eb8.calculate(Unknown Source) at net.minecraft.class_6582.calculate(class_6582.java:15) at net.minecraft.class_6568.method_40536(class_6568.java:236) at net.minecraft.class_3754.method_33754(class_3754.java:420) at net.minecraft.class_3754.method_38332(class_3754.java:349) at net.minecraft.class_3754$$Lambda$14313/0x0000000802508be0.get(Unknown Source) at java.base@17.0.1/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ...

"Server thread" prio=5 Id=44 TIMED_WAITING on java.lang.String@42cbc409 at java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)

"DestroyJavaVM" prio=5 Id=46 RUNNABLE

"FileSystemWatchService" daemon prio=5 Id=47 RUNNABLE (in native) at java.base@17.0.1/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@17.0.1/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) at java.base@17.0.1/java.lang.Thread.run(Thread.java:833)

"Server console handler" daemon prio=5 Id=48 RUNNABLE (in native) at java.base@17.0.1/java.io.FileInputStream.readBytes(Native Method) at java.base@17.0.1/java.io.FileInputStream.read(FileInputStream.java:276) at java.base@17.0.1/java.io.BufferedInputStream.read1(BufferedInputStream.java:282) at java.base@17.0.1/java.io.BufferedInputStream.read(BufferedInputStream.java:343)

"Netty Epoll Server IO #0" daemon prio=5 Id=50 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:176) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.1/java.lang.Thread.run(Thread.java:833)

"IO-Worker-3" prio=5 Id=52 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@658d294c at java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)

"IO-Worker-4" prio=5 Id=53 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@658d294c at java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)

"Query Listener #1" prio=5 Id=56 RUNNABLE at java.base@17.0.1/sun.nio.ch.Net.poll(Native Method) at java.base@17.0.1/sun.nio.ch.SelChImpl.park(SelChImpl.java:92) at java.base@17.0.1/sun.nio.ch.DatagramChannelImpl.trustedBlockingReceive(DatagramChannelImpl.java:705) at java.base@17.0.1/sun.nio.ch.DatagramChannelImpl.blockingReceive(DatagramChannelImpl.java:633) at java.base@17.0.1/sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:240) at java.base@17.0.1/java.net.DatagramSocket.receive(DatagramSocket.java:700) at net.minecraft.class_3364.run(class_3364.java:258) at java.base@17.0.1/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1
- java.util.concurrent.locks.ReentrantLock$NonfairSync@797a4278

"Server Watchdog" daemon prio=5 Id=57 RUNNABLE at java.management@17.0.1/sun.management.ThreadImpl.dumpThreads0(Native Method) at java.management@17.0.1/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521) at java.management@17.0.1/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509) at net.minecraft.class_3178.run(class_3178.java:49) at java.base@17.0.1/java.lang.Thread.run(Thread.java:833)

"IO-Worker-6" prio=5 Id=58 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@658d294c at java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)

"Netty Epoll Server IO #1" daemon prio=5 Id=59 RUNNABLE at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:192) at io.netty.channel.epoll.Native.epollWait(Native.java:185) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.1/java.lang.Thread.run(Thread.java:833)

"ForkJoinPool.commonPool-worker-2" daemon prio=5 Id=79 WAITING on java.util.concurrent.ForkJoinPool@16fde576 at java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool.commonPool-worker-3" daemon prio=5 Id=80 TIMED_WAITING on java.util.concurrent.ForkJoinPool@16fde576 at java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)

"IO-Worker-7" prio=5 Id=87 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@658d294c at java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)

"RMI TCP Connection(6)-192.168.0.1" daemon prio=5 Id=91 RUNNABLE (in native) at java.base@17.0.1/sun.nio.ch.Net.poll(Native Method) at java.base@17.0.1/sun.nio.ch.NioSocketImpl.park(NioSocketImpl.java:181) at java.base@17.0.1/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:285) at java.base@17.0.1/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309) at java.base@17.0.1/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) at java.base@17.0.1/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) at java.base@17.0.1/java.net.Socket$SocketInputStream.read(Socket.java:966) at java.base@17.0.1/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) ...

Number of locked synchronizers = 2
- java.util.concurrent.ThreadPoolExecutor$Worker@f92bd92
- java.util.concurrent.locks.ReentrantLock$NonfairSync@305cc34f

Stacktrace: at net.minecraft.class_3178.run(class_3178.java:65) at java.base/java.lang.Thread.run(Thread.java:833)

-- Performance stats -- Details: Random tick rate: 3 Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 2, entities: 252,234,1916,1363,1215,90,148 [minecraft:falling_block:34,minecraft:chicken:20,minecraft:item:17,lilwings:swallow_tail_butterfly:14,untitledduckmod:goose:13], block_entities: 51 [minecraft:mob_spawner:51], block_ticks: 52048, fluid_ticks: 22302, chunk_source: Chunks[S] W: 6380 E: 252,234,1916,1363,1215,90,148, ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0, ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0, ResourceKey[minecraft:dimension / ae2:spatial_storage]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0

-- System Details -- Details: Minecraft Version: 1.18.2 Minecraft Version ID: 1.18.2 Operating System: Linux (amd64) version 4.19.0-22-amd64 Java Version: 17.0.1, Alpine Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Alpine Memory: 748693320 bytes (714 MiB) / 2077949952 bytes (1981 MiB) up to 2077949952 bytes (1981 MiB) CPUs: 1 Processor Vendor: AuthenticAMD Processor Name: AMD EPYC 7702P 64-Core Processor Identifier: AuthenticAMD Family 23 Model 49 Stepping 0 Microarchitecture: Zen 2 Frequency (GHz): -0.00 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 8 Graphics card #0 name: unknown Graphics card #0 vendor: unknown Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: unknown Virtual memory max (MB): 24105.52 Virtual memory used (MB): 8436.32 Swap memory total (MB): 12052.75 Swap memory used (MB): 1171.03 JVM Flags: 3 total; -Xms1025M -Xmx2050M -XX:UseSSE=3 Fabric Mods: ae2: Applied Energistics 2 11.7.0 another_furniture: Another Furniture 1.2.2-1.18.2 appleskin: AppleSkin 2.4.1+mc1.18.2 architectury: Architectury 4.10.88 badpackets: Bad Packets 0.1.3 balm-fabric: Balm 3.2.0+0 biomemakeover: Biome Makeover 1.18.2-1.4.31 byg: Oh The Biomes You'll Go 1.4 cardinal-components: Cardinal Components API 4.2.0 cardinal-components-base: Cardinal Components API (base) 4.2.0 cardinal-components-block: Cardinal Components API (blocks) 4.2.0 cardinal-components-chunk: Cardinal Components API (chunks) 4.2.0 cardinal-components-entity: Cardinal Components API (entities) 4.2.0 cardinal-components-item: Cardinal Components API (items) 4.2.0 cardinal-components-level: Cardinal Components API (world saves) 4.2.0 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 4.2.0 cardinal-components-world: Cardinal Components API (worlds) 4.2.0 collective-fabric: Collective (Fabric) 5.45 cosmetic-armor: Cosmetic Armor 1.3.1 couplings: Couplings 1.8.0+1.18.2 com_electronwill_night-config_core: core 3.6.5 com_electronwill_night-config_toml: toml 3.6.5 create: Create 0.5.0g-792+1.18.2 com_google_code_findbugs_jsr305: jsr305 3.0.2 fake-player-api: Fake Player API 0.3.0 forge_tags: Forge Tags 2.1 forgeconfigapiport: Forge Config API Port 3.2.0 milk: Milk Lib 0.3.2 dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0 registrate-fabric: Registrate for Fabric MC1.18.2-1.1.5 createaddition: Create Crafts & Additions ${version} team_reborn_energy: Energy 2.2.0 creeperoverhaul: Creeper Overhaul 1.3.1 croptopia: Croptopia 2.1.2 com_typesafe_config: config 1.4.1 io_leangen_geantyref_geantyref: geantyref 1.3.11 org_spongepowered_configurate-core: configurate-core 4.1.2 org_spongepowered_configurate-hocon: configurate-hocon 4.1.2 ecologics: Ecologics 1.7.11 cloth-config: Cloth Config v6 6.4.90 cloth-basic-math: cloth-basic-math 0.6.1 elytratrinket: Elytra Trinket 3.0.0-1.18.1 endermenarefriends: Endermen Are Friends 1.1-mc1.17-fabric fabric-api: Fabric API 0.67.0+1.18.2 fabric-api-base: Fabric API Base 0.4.4+d7c144a860 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.2+2373a54560 fabric-biome-api-v1: Fabric Biome API (v1) 8.0.6+651bcc5960 fabric-block-api-v1: Fabric Block API (v1) 1.0.0+ee3621fc60 fabric-command-api-v1: Fabric Command API (v1) 1.1.9+d7c144a860 fabric-commands-v0: Fabric Commands (v0) 0.2.8+b4f4f6cd60 fabric-containers-v0: Fabric Containers (v0) 0.1.23+d7c144a860 fabric-content-registries-v0: Fabric Content Registries (v0) 3.1.1+c85f2e3860 fabric-convention-tags-v1: Fabric Convention Tags 1.0.1+474e4f7960 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.1+ee261a3e60 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 3.0.2+9fcb91d260 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.20+489d6f8260 fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8+d7c144a860 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19+d7c144a860 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.20+d7c144a860 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860 fabric-item-api-v1: Fabric Item API (v1) 1.6.0+d8cf4e5a60 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.14+91896a4960 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.0+cc71601c60 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.0+1997ad1260 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.2+e747827960 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.4+cc71601c60 fabric-networking-api-v1: Fabric Networking API (v1) 1.0.23+2d30af4b60 fabric-networking-v0: Fabric Networking (v0) 0.3.10+b4f4f6cd60 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.3+032c981d60 fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60 fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.11+bb2e047760 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.8+ee3621fc60 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+54e5b2ec60 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3+91b7aa6660 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.2+446e059560 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.2+1f6558e860 fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.3+f4563ac860 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.0+e747827960 fabric-language-kotlin: Fabric Language Kotlin 1.8.5+kotlin.1.7.20 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.20 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.20 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.20 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.20 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.4 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.4.1 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1 fabrication: Fabrication 3.1.4+1.18 fabricloader: Fabric Loader 0.14.12 fallingtree: FallingTree 3.5.4 galosphere: Galosphere 1.18.2-1.2.0 geckolib3: Geckolib 3.0.80 com_eliotlash_mclib_mclib: mclib 20 hexcasting: Hex Casting 0.9.6 serialization_hooks: Serialization Hooks 0.3.24 immersive_armors: Immersive Armors 1.5.0+1.18.2 java: OpenJDK 64-Bit Server VM 17 lilwings: Lil' Wings 1.2.4 lithium: Lithium 0.10.3 lovely_snails: Lovely Snails 1.0.4+1.18 map_atlases: Map Atlases 2.3.0 mermod: Mermod 2.11 com_neovisionaries_nv-websocket-client: nv-websocket-client 2.14 omega-config: OmegaConfig 1.2.3-1.18.1 minecraft: Minecraft 1.18.2 mythicmounts: Mythic Mounts 1.18.2-7.1 patchouli: Patchouli 1.18.2-71-FABRIC fiber: fiber 0.23.0-2 paucal: PAUCAL 0.4.7 phosphor: Phosphor 0.8.1 roughlyenoughitems: Roughly Enough Items 8.3.583 error_notifier: Error Notifier 1.0.9 tconstruct: Hephaestus 1.18.2-3.5.2.155 mantle: Mantle 1.18.2-1.9.156 reach-entity-attributes: Reach Entity Attributes 2.2.0 star: Star 1.3+1.18.2 porting_lib: Porting Lib 1.2.550-beta+1.18.2-stable com_github_llamalad7_mixinextras: MixinExtras 0.0.11 mm: Manningham Mills 2.3 terrablender: TerraBlender 1.2.0.126 transparent_cosmetics: Transparent Cosmetics 1.4.0 trashslot: TrashSlot 11.0.2 trinkets: Trinkets 3.3.1 universal-graves: Universal Graves 2.0.3+1.18.2 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT hologram-api: Hologram API 0.2.1+1.18-pre5 placeholder-api: Placeholder API 1.1.3+1.17.1 polymer: Polymer (Core) 0.2.0-rc.2+1.18.2 packet_tweaker: Packet Tweaker 0.3.0+1.18.2 polymer-legacy: Polymer (Compatibility) 0.1.9+0.2.0-rc.2+1.18.2 server_translations_api: Server Translations API 1.4.12+1.18.2 sgui: sgui 1.0.2+1.18.2 untitledduckmod: Untitled Duck Mod 0.5.0 villager-hats: Villager Hats 1.4.0 villagernames-fabric: Villager Names (Fabric) 4.3 wildbackport: TheWildBackport 1.2.3 wthit: wthit 4.13.5 Server Running: true Player Count: 2 / 20; [class_3222['Chronic_Toast'/108, l='ServerLevel[world]', x=-4474.73, y=72.19, z=-4239.67], class_3222['Munin7293'/846, l='ServerLevel[world]', x=-4710.50, y=65.25, z=-5019.47]] Data Packs: vanilla, Fabric Mods, file/Because Bundles (Rabbit Hide) (incompatible), file/Bridge The Gap World Generation: Stable Is Modded: Definitely; Server brand changed to 'fabric' Type: Dedicated Server (map_server.txt)

gyerekecskee commented 1 year ago

I have got the same issue: ---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic.

Time: 2023-06-19 21:06:23 Description: Watching Server

java.lang.Error: Watchdog at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.3/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) at net.minecraft.class_1255.method_20813(class_1255.java:152) at net.minecraft.class_1255.method_18857(class_1255.java:142) at net.minecraft.class_3215.getChunkBlocking(class_3215.java:1781) at net.minecraft.class_3215.method_12121(class_3215.java:1677) at net.minecraft.class_1937.method_8402(class_1937.java:197) at net.minecraft.class_1937.method_22350(class_1937.java:5068) at net.minecraft.class_1937.method_8500(class_1937.java:5063) at net.minecraft.class_1806.method_7998(class_1806.java:137) at pepjebs.mapatlases.lifecycle.MapAtlasesServerLifecycleEvents.updateMapColorsForPlayer(MapAtlasesServerLifecycleEvents.java:165) at pepjebs.mapatlases.lifecycle.MapAtlasesServerLifecycleEvents.mapAtlasServerTick(MapAtlasesServerLifecycleEvents.java:128) at pepjebs.mapatlases.MapAtlasesMod$$Lambda$6222/0x0000000100f3ee78.onStartTick(Unknown Source) at net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents.lambda$static$0(ServerTickEvents.java:40) at net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents$$Lambda$3248/0x0000000100a2a188.onStartTick(Unknown Source) at net.minecraft.server.MinecraftServer.handler$zpo000$onStartTick(MinecraftServer.java:3816) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) at net.minecraft.server.MinecraftServer$$Lambda$8503/0x00000001012b0fd8.run(Unknown Source) at java.base@17.0.3/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 Watchdog Stacktrace: at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.3/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) at net.minecraft.class_1255.method_20813(class_1255.java:152) at net.minecraft.class_1255.method_18857(class_1255.java:142) at net.minecraft.class_3215.getChunkBlocking(class_3215.java:1781) at net.minecraft.class_3215.method_12121(class_3215.java:1677) at net.minecraft.class_1937.method_8402(class_1937.java:197) at net.minecraft.class_1937.method_22350(class_1937.java:5068) at net.minecraft.class_1937.method_8500(class_1937.java:5063) at net.minecraft.class_1806.method_7998(class_1806.java:137) at pepjebs.mapatlases.lifecycle.MapAtlasesServerLifecycleEvents.updateMapColorsForPlayer(MapAtlasesServerLifecycleEvents.java:165) at pepjebs.mapatlases.lifecycle.MapAtlasesServerLifecycleEvents.mapAtlasServerTick(MapAtlasesServerLifecycleEvents.java:128) at pepjebs.mapatlases.MapAtlasesMod$$Lambda$6222/0x0000000100f3ee78.onStartTick(Unknown Source) at net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents.lambda$static$0(ServerTickEvents.java:40) at net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents$$Lambda$3248/0x0000000100a2a188.onStartTick(Unknown Source) at net.minecraft.server.MinecraftServer.handler$zpo000$onStartTick(MinecraftServer.java:3816) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)

-- Thread Dump -- Details: Threads: "Reference Handler" daemon prio=10 Id=2 RUNNABLE at java.base@17.0.3/java.lang.ref.Reference.waitForReferencePendingList(Native Method) at java.base@17.0.3/java.lang.ref.Reference.processPendingReferences(Reference.java:253) at java.base@17.0.3/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)

"Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@1a4d44b3 at java.base@17.0.3/java.lang.Object.wait(Native Method)

"Signal Dispatcher" daemon prio=9 Id=4 RUNNABLE

"Notification Thread" daemon prio=9 Id=12 RUNNABLE

"Common-Cleaner" daemon prio=8 Id=13 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@6881d378 at java.base@17.0.3/java.lang.Object.wait(Native Method)

"Thread-1" daemon prio=5 Id=30 TIMED_WAITING at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.3/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376) at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)

"FileSystemWatchService" daemon prio=5 Id=31 RUNNABLE (in native) at java.base@17.0.3/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@17.0.3/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"KubeJS Background Thread" prio=5 Id=35 TIMED_WAITING at java.base@17.0.3/java.lang.Thread.sleep(Native Method) at dev.latvian.mods.kubejs.util.KubeJSBackgroundThread.run(KubeJSBackgroundThread.java:20)

"pool-2-thread-1" prio=5 Id=36 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4d390510 at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Timer hack thread" daemon prio=5 Id=38 TIMED_WAITING at java.base@17.0.3/java.lang.Thread.sleep(Native Method) at net.minecraft.class_156$9.run(class_156.java:849)

"pool-3-thread-1" prio=5 Id=39 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@46de5e46 at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Worker-Main-1" daemon prio=1 Id=40 WAITING on java.util.concurrent.ForkJoinPool@31d685cf at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Worker-Main-3" daemon prio=1 Id=42 WAITING on java.util.concurrent.ForkJoinPool@31d685cf at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Worker-Main-4" daemon prio=1 Id=43 TIMED_WAITING on java.util.concurrent.ForkJoinPool@31d685cf at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Worker-Main-6" daemon prio=1 Id=45 WAITING on java.util.concurrent.ForkJoinPool@31d685cf at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Worker-Main-7" daemon prio=1 Id=46 TIMED_WAITING on java.util.concurrent.ForkJoinPool@31d685cf at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Worker-Main-8" daemon prio=1 Id=47 WAITING on java.util.concurrent.ForkJoinPool@31d685cf at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Worker-Main-9" daemon prio=1 Id=48 WAITING on java.util.concurrent.CompletableFuture$Signaller@57aa8a9e at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Worker-Main-10" daemon prio=1 Id=49 WAITING on java.util.concurrent.ForkJoinPool@31d685cf at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Worker-Main-11" daemon prio=1 Id=50 TIMED_WAITING on java.util.concurrent.ForkJoinPool@31d685cf at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Java2D Disposer" daemon prio=10 Id=53 WAITING on java.lang.ref.ReferenceQueue$Lock@52be14fe at java.base@17.0.3/java.lang.Object.wait(Native Method)

"AWT-XAWT" daemon prio=6 Id=54 RUNNABLE at java.desktop@17.0.3/sun.awt.X11.XToolkit.waitForEvents(Native Method) at java.desktop@17.0.3/sun.awt.X11.XToolkit.run(XToolkit.java:683) at java.desktop@17.0.3/sun.awt.X11.XToolkit.run(XToolkit.java:647) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"AWT-Shutdown" prio=5 Id=56 WAITING on java.lang.Object@66265c81 at java.base@17.0.3/java.lang.Object.wait(Native Method)

"AWT-EventQueue-0" prio=6 Id=55 RUNNABLE at java.desktop@17.0.3/sun.font.SunLayoutEngine.shape(Native Method) at java.desktop@17.0.3/sun.font.SunLayoutEngine.layout(SunLayoutEngine.java:172) at java.desktop@17.0.3/sun.font.GlyphLayout$EngineRecord.layout(GlyphLayout.java:669) at java.desktop@17.0.3/sun.font.GlyphLayout.layout(GlyphLayout.java:459) at java.desktop@17.0.3/sun.font.ExtendedTextSourceLabel.createGV(ExtendedTextSourceLabel.java:329) at java.desktop@17.0.3/sun.font.ExtendedTextSourceLabel.getGV(ExtendedTextSourceLabel.java:315) at java.desktop@17.0.3/sun.font.ExtendedTextSourceLabel.createCharinfo(ExtendedTextSourceLabel.java:623) at java.desktop@17.0.3/sun.font.ExtendedTextSourceLabel.getCharinfo(ExtendedTextSourceLabel.java:548) ...

"TimerQueue" daemon prio=5 Id=58 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@60a6cdf8 at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Thread-6" daemon prio=5 Id=57 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@421d3cf6 at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Server thread" prio=8 Id=51 TIMED_WAITING on java.lang.String@160bb260 at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"DestroyJavaVM" prio=5 Id=60 RUNNABLE

"FileSystemWatchService" daemon prio=8 Id=61 RUNNABLE (in native) at java.base@17.0.3/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@17.0.3/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Server console handler" daemon prio=8 Id=62 RUNNABLE (in native) at java.base@17.0.3/java.io.FileInputStream.readBytes(Native Method) at java.base@17.0.3/java.io.FileInputStream.read(FileInputStream.java:276) at java.base@17.0.3/java.io.BufferedInputStream.read1(BufferedInputStream.java:282) at java.base@17.0.3/java.io.BufferedInputStream.read(BufferedInputStream.java:343)

"Netty Epoll Server IO #0" daemon prio=5 Id=63 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Query Listener #1" prio=8 Id=68 RUNNABLE (in native) at java.base@17.0.3/sun.nio.ch.Net.poll(Native Method) at java.base@17.0.3/sun.nio.ch.SelChImpl.park(SelChImpl.java:92) at java.base@17.0.3/sun.nio.ch.DatagramChannelImpl.trustedBlockingReceive(DatagramChannelImpl.java:705) at java.base@17.0.3/sun.nio.ch.DatagramChannelImpl.blockingReceive(DatagramChannelImpl.java:633) at java.base@17.0.3/sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:240) at java.base@17.0.3/java.net.DatagramSocket.receive(DatagramSocket.java:700) at net.minecraft.class_3364.run(class_3364.java:259) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1
- java.util.concurrent.locks.ReentrantLock$NonfairSync@528c8577

"Server Watchdog" daemon prio=8 Id=69 RUNNABLE at java.management@17.0.3/sun.management.ThreadImpl.dumpThreads0(Native Method) at java.management@17.0.3/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521) at java.management@17.0.3/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509) at net.minecraft.class_3178.run(class_3178.java:47) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #1" daemon prio=5 Id=74 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #2" daemon prio=5 Id=75 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #3" daemon prio=5 Id=82 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #4" daemon prio=5 Id=92 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #5" daemon prio=5 Id=95 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #6" daemon prio=5 Id=101 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #7" daemon prio=5 Id=104 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #8" daemon prio=5 Id=107 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:182) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:290) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:354) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #9" daemon prio=5 Id=111 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #10" daemon prio=5 Id=113 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #11" daemon prio=5 Id=114 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #12" daemon prio=5 Id=115 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #13" daemon prio=5 Id=122 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #14" daemon prio=5 Id=124 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Netty Epoll Server IO #15" daemon prio=5 Id=125 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)

"Worker-Main-105" daemon prio=1 Id=199 WAITING on java.util.concurrent.CompletableFuture$Signaller@195fb5f4 at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"Worker-Main-107" daemon prio=1 Id=201 WAITING on java.util.concurrent.ForkJoinPool@31d685cf at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"IO-Worker-115" daemon prio=1 Id=213 RUNNABLE at java.base@17.0.3/sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method) at java.base@17.0.3/sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:68) at java.base@17.0.3/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:130) at java.base@17.0.3/sun.nio.ch.IOUtil.write(IOUtil.java:97) at java.base@17.0.3/sun.nio.ch.IOUtil.write(IOUtil.java:67) at java.base@17.0.3/sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:878) at java.base@17.0.3/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:864) at net.minecraft.class_2861.method_21874(class_2861.java:396)

"ForkJoinPool.commonPool-worker-17" daemon prio=1 Id=215 WAITING on java.util.concurrent.ForkJoinPool@31e00c92 at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool.commonPool-worker-18" daemon prio=1 Id=216 TIMED_WAITING on java.util.concurrent.ForkJoinPool@31e00c92 at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool.commonPool-worker-19" daemon prio=1 Id=217 WAITING on java.util.concurrent.ForkJoinPool@31e00c92 at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"IO-Worker-118" daemon prio=1 Id=225 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@7f190e4 at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

"IO-Worker-121" daemon prio=1 Id=228 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@7f190e4 at java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method)

Stacktrace: at net.minecraft.class_3178.run(class_3178.java:63) at java.base/java.lang.Thread.run(Thread.java:833)

-- Performance stats -- Details: Random tick rate: 3 Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 2, entities: 473,473,3417,1117,1117,0,0 [minecraft:sheep:63,minecraft:cow:50,minecraft:zombie:46,minecraft:creeper:46,minecraft:pig:43], block_entities: 3076 [minecraft:sculk_sensor:2093,minecraft:sculk_catalyst:499,minecraft:sculk_shrieker:238,minecraft:mob_spawner:98,spectrum:preservation_controller:29], block_ticks: 11945, fluid_ticks: 183, chunk_source: Chunks[S] W: 4639 E: 473,473,3417,1117,1117,0,0, ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0, ResourceKey[minecraft:dimension / spectrum:deeper_down_dimension]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0, ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0

-- System Details -- Details: Minecraft Version: 1.19.2 Minecraft Version ID: 1.19.2 Operating System: Linux (amd64) version 5.19.0-45-generic Java Version: 17.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 306357272 bytes (292 MiB) / 2091909120 bytes (1995 MiB) up to 2147483648 bytes (2048 MiB) CPUs: 8 Processor Vendor: GenuineIntel Processor Name: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz Identifier: Intel64 Family 6 Model 140 Stepping 1 Microarchitecture: Tiger Lake Frequency (GHz): 2.80 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: TigerLake-LP GT2 [Iris Xe Graphics] Graphics card #0 vendor: Intel Corporation (0x8086) Graphics card #0 VRAM (MB): 256.00 Graphics card #0 deviceId: 0x9a49 Graphics card #0 versionInfo: unknown Virtual memory max (MB): 21943.91 Virtual memory used (MB): 10154.54 Swap memory total (MB): 2048.00 Swap memory used (MB): 0.00 JVM Flags: 1 total; -Xmx2G Fabric Mods: advdebug: Advancements Debug 2.3.0 allaybottle: Allay in a Bottle 1.1.0 amphitritecoffer: Amphitrite Coffer 1.2.2 appleskin: AppleSkin 2.4.1+mc1.19 architectury: Architectury 6.5.69 axesareweapons: Axes Are Weapons 1.6.5 beaconoverhaul: Beacon Overhaul 1.7.3+1.19.2 betteradvancements: Better Advancements 0.3.0.148 betterthanmending: BetterThanMending 1.3.0 bettertridents: Better Tridents 4.0.2 chunky: Chunky 1.3.38 cloth-config: Cloth Config v8 8.2.88 cloth-basic-math: cloth-basic-math 0.6.1 comforts: Comforts 6.0.3+1.19.2 spectrelib: SpectreLib 0.10.0+1.19 compressed: Compressed 1.8.0 compressed_items: Compressed Items 1.0.1 connectiblechains: Connectible Chains 2.1.4+1.19.2 copperhopper: Copper Hopper 0.0.12+1.19.2 crawl: Crawl 0.11.1 mm: Manningham Mills 2.3 create: Create 0.5.0.i-961+1.19.2 com_google_code_findbugs_jsr305: jsr305 3.0.2 forgeconfigapiport: Forge Config API Port 4.2.9 com_electronwill_night-config_core: core 3.6.5 com_electronwill_night-config_toml: toml 3.6.5 milk: Milk Lib 1.0.51 dripstone_fluid_lib: Dripstone Fluid Lib 2.0.1 porting_lib: Porting Lib 2.1.784+1.19.2 forge_tags: Porting Lib Tags 3.0 porting_lib_accessors: Porting Lib Accessors 2.1.784+1.19.2 porting_lib_attributes: Porting Lib Attributes 2.1.784+1.19.2 porting_lib_base: Porting Lib Base 2.1.784+1.19.2 porting_lib_common: Porting Lib Common 2.1.784+1.19.2 porting_lib_constants: Porting Lib Constants 2.1.784+1.19.2 porting_lib_entity: Porting Lib Entity 2.1.784+1.19.2 porting_lib_extensions: Porting Lib Extensions 2.1.784+1.19.2 porting_lib_fake_players: Porting Lib Fake Players 2.1.784+1.19.2 porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.784+1.19.2 porting_lib_model_generators: Porting Lib Model Generators 2.1.784+1.19.2 porting_lib_model_loader: Porting Lib Model Loader 2.1.784+1.19.2 porting_lib_models: Porting Lib Models 2.1.784+1.19.2 porting_lib_networking: Porting Lib Networking 2.1.784+1.19.2 porting_lib_obj_loader: Porting Lib Obj Loader 2.1.784+1.19.2 porting_lib_transfer: Porting Lib Transfer 2.1.784+1.19.2 serialization_hooks: Serialization Hooks 0.3.26 registrate-fabric: Registrate for Fabric 1.1.50-MC1.19.2 create_crystal_clear: Create: Crystal Clear 1.0+1.19.2 create_renewableores_mr: Create Renewable Ores 1 debugify: Debugify 2.8.0 enchantedshulkers: Enchanted Shulkers 1.0.4 com_moandjiezana_toml_toml4j: toml4j 0.7.2 extended_drawers: Extended Drawers 1.3.6+mc.1.19.2 graphlib: Graph Lib 0.3.1+1.19 mconfig: Mconfig 1.2.0+mc.1.19-rc1 de_poiu_apron_apron: apron 2.1.1 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT extremesoundmuffler: Extreme sound muffler 3.35-fabric-1.19.2 fiber: fiber 0.23.0-2 fabric-api: Fabric API 0.73.2+1.19.2 fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290 fabric-biome-api-v1: Fabric Biome API (v1) 9.1.0+82db024a90 fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90 fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90 fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790 fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390 fabric-containers-v0: Fabric Containers (v0) 0.1.41+df3654b390 fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.1+7c6cd14d90 fabric-convention-tags-v1: Fabric Convention Tags 1.2.2+27265b3490 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.7+413cbbc790 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.35+df3654b390 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490 fabric-item-api-v1: Fabric Item API (v1) 1.6.5+dce4603e90 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.38+9244241690 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.12+83a8659290 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.15+9e7660c690 fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.23+33fbc73890 fabric-networking-api-v1: Fabric Networking API (v1) 1.2.11+10eb22f490 fabric-networking-v0: Fabric Networking (v0) 0.3.28+df3654b390 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.1+d8ef690890 fabric-particles-v1: Fabric Particles (v1) 1.0.14+4d0d570390 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+413cbbc790 fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.32+9244241690 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.3+251d254a90 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7+1cc24b1b90 fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490 fabric-language-kotlin: Fabric Language Kotlin 1.9.1+kotlin.1.8.10 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.10 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.10 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.10 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.10 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.19.0 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.4.1 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1 fabricloader: Fabric Loader 0.14.13 fancymenu: FancyMenu 2.13.3 fastload: Fast Load 2.6.11 fatxporbs: Fat Experience Orbs 2.0.1 ferritecore: FerriteCore 5.0.3 geckolib3: Geckolib 3.1.39 com_eliotlash_mclib_mclib: mclib 20 geophilic-fabric: Geophilic 1.19-1.0.1 improved-signs: Improved Signs 1.2.0 omega-config: OmegaConfig 1.2.3-1.18.1 jade: Jade 8.7.3 jadeaddons: Jade Addons 3.1.0 java: OpenJDK 64-Bit Server VM 17 konkrete: Konkrete 1.6.0 krypton: Krypton 0.2.1 com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT kubejs: KubeJS 1902.6.0-build.142 lazydfu: LazyDFU 0.1.3 lithium: Lithium 0.10.4 map_atlases: Map Atlases 2.3.1 memoryleakfix: memory Leak Fix 1.19.1-0.7.0 minecraft: Minecraft 1.19.2 mousewheelie: Mouse Wheelie 1.10.7+mc1.19.2 tweed4_annotated: tweed4_annotated 1.3.1+mc22w17a tweed4_base: tweed4_base 1.7.1+mc22w17a tweed4_data: tweed4_data 1.2.1+mc22w17a tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc22w17a nbtcrafting: NBT Crafting 2.2.3+mc1.19 nethermap: Better Nether Map 2.0.2-1.19.2 nochatreports: No Chat Reports 1.19.2-v1.13.12 owo: oωo 0.9.3+1.19 blue_endless_jankson: jankson 1.2.1 patchouli: Patchouli 1.19.2-77-FABRIC ping-wheel: Ping Wheel 1.2.0 portablehole: Portable Hole 4.0.0 puzzleslib: Puzzles Lib 4.3.12 cardinal-components-base: Cardinal Components API (base) 5.0.2 cardinal-components-block: Cardinal Components API (blocks) 5.0.2 cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2 cardinal-components-entity: Cardinal Components API (entities) 5.0.2 cardinal-components-world: Cardinal Components API (worlds) 5.0.2 revelationary: Revelationary 1.3.0 rhino: Rhino 1902.2.2-build.264 roughlyenoughitems: Roughly Enough Items 9.1.587 error_notifier: Error Notifier 1.0.9 roughlyenoughresources: Roughly Enough Resources 2.6.0 scout: Scout 1.1.2 simplechunkloader: Simple Chunkloader 1.0.2 libgui: LibGui 6.0.0-beta.5+1.19-pre1 jankson: Jankson 4.1.1+j1.2.1 libninepatch: LibNinePatch 1.1.0 smoothboot: Smooth Boot 1.19-1.7.1 spectrum: Spectrum 1.6.5-1.19.2-leisure_time additionalentityattributes: Additionalentityattributes 1.2.0+1.19.2 arrowhead: Arrowhead 1.1.0-1.19.2 cardinal-components-item: Cardinal Components API (items) 5.0.1 cardinal-components-level: Cardinal Components API (world saves) 5.0.1 com_github_llamalad7_mixinextras: MixinExtras 0.1.1 incubus_core: Incubus Core 1.9.1 reach-entity-attributes: Reach Entity Attributes 2.3.0 step-height-entity-attribute: Step Height Entity Attribute 1.0.0 spirit-walker: Spirit Walker 0.1.1+1.19 stackables: Stackables 1.0.0 roundalib: RoundaLib 0.2.1 starlight: Starlight 1.1.1+fabric.ae22326 tinkerers-smithing: Tinkerer's Smithing 1.0.1+nbtc2 trinkets: Trinkets 3.4.2 yosbr: YOSBR 0.1.1 Server Running: true Player Count: 2 / 20; [class_3222['Mr_Leq'/67401, l='ServerLevel[world]', x=-1098.78, y=77.00, z=-708.70], class_3222['HRafi'/67402, l='ServerLevel[world]', x=4.05, y=92.00, z=-139.61]] Data Packs: vanilla, Fabric Mods World Generation: Experimental Is Modded: Definitely; Server brand changed to 'fabric' Type: Dedicated Server (map_server.txt)

Pepperoni-Jabroni commented 1 year ago

Thanks for bumping this. Do y'all have any context that might help me reproduce this? Some questions:

gyerekecskee commented 1 year ago

I've had about 140 maps stored, I was traveling to new chunks, but not with an elytra. The crash occurred while I was running or traveling by boat.

Pepperoni-Jabroni commented 1 year ago

Thanks for the additional info! I'll take a look when I can.