Alex's Mobs

Alex's Mobs

72M Downloads

Elephant Nukes the Server 1.19.2

lSherozl opened this issue ยท 1 comments

commented

Elephant or wandering trader of some sort when it generates in chunks that have not loaded and conflicts with a structure or something will cause the world to deadlock, causing no new chunks to generate, this happens when I tp around the map for a bit loading new chunks.

at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerChunkCache.m_7587_(ServerChunkCache.java:3135)
at TRANSFORMER/[email protected]/net.minecraft.world.level.Level.m_6522_(Level.java:179)
at TRANSFORMER/[email protected]/net.minecraft.world.level.Level.m_6325_(Level.java:5549)
at TRANSFORMER/[email protected]/net.minecraft.world.level.Level.m_8055_(Level.java:6041)
at TRANSFORMER/[email protected]/net.minecraft.world.level.LevelReader.m_46855_(LevelReader.java:153)
at TRANSFORMER/[email protected]/net.minecraft.world.entity.Mob.m_6914_(Mob.java:806)
at TRANSFORMER/[email protected]/com.github.alexthe666.alexsmobs.entity.EntityElephant.canSpawnWithTraderHere(EntityElephant.java:996)
at TRANSFORMER/[email protected]/com.github.alexthe666.alexsmobs.event.ServerEvents.onEntityJoinWorld(ServerEvents.java:494)
at TRANSFORMER/[email protected]/com.github.alexthe666.alexsmobs.event.__ServerEvents_onEntityJoinWorld_SpecialSpawn.invoke(.dynamic)

[19:36:59] [Render thread/WARN]: Reclaimed 20880 bytes at address 1459907854528 that were leaked from an unknown location (logging is disabled)
[19:36:59] [Render thread/WARN]: Reclaimed 26000 bytes at address 1458251501248 that were leaked from an unknown location (logging is disabled)
[19:37:05] [Worker-Main-30/WARN]: Suspicious async chunkload, pass -Dmodernfix.debugBadChunkloading=true for more details
[19:37:15] [Worker-Main-30/ERROR]: Async chunk load took way too long, this needs to be reported to the appropriate mod.
java.util.concurrent.TimeoutException: null
at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1960) ~[?:?]
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095) ~[?:?]
at net.minecraft.server.level.ServerChunkCache.handler$zbj000$bailIfServerDead(ServerChunkCache.java:3618) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.server.level.ServerChunkCache.m_7587_(ServerChunkCache.java) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.level.Level.m_6522_(Level.java:179) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.level.Level.m_6325_(Level.java:5549) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.level.Level.m_8055_(Level.java:6041) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.level.LevelReader.m_46855_(LevelReader.java:153) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.entity.Mob.m_6914_(Mob.java:806) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at com.github.alexthe666.alexsmobs.entity.EntityElephant.canSpawnWithTraderHere(EntityElephant.java:996) ~[alexsmobs-1.21.1.jar%23602!/:1.21.1]
at com.github.alexthe666.alexsmobs.event.ServerEvents.onEntityJoinWorld(ServerEvents.java:494) ~[alexsmobs-1.21.1.jar%23602!/:1.21.1]
at com.github.alexthe666.alexsmobs.event.ServerEvents_onEntityJoinWorld_SpecialSpawn.invoke(.dynamic) ~[alexsmobs-1.21.1.jar%23602!/:1.21.1]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2385!/:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2385!/:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2385!/:?]
at net.minecraftforge.event.ForgeEventFactory.doSpecialSpawn(ForgeEventFactory.java:201) ~[forge-1.19.2-43.2.19-universal.jar%231040!/:?]
at net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.lambda$addEntitiesToWorld$5(StructureTemplate.java:423) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at java.util.Optional.ifPresent(Optional.java:178) ~[?:?]
at net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.addEntitiesToWorld(StructureTemplate.java:418) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.m_230328(StructureTemplate.java:337) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement.m_213695(SinglePoolElement.java:127) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.level.levelgen.structure.PoolElementStructurePiece.m_226509_(PoolElementStructurePiece.java:89) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.level.levelgen.structure.PoolElementStructurePiece.m_213694_(PoolElementStructurePiece.java:85) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.level.levelgen.structure.StructureStart.m_226850_(StructureStart.java:89) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.level.chunk.ChunkGenerator.m_223080_(ChunkGenerator.java:429) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.0.1-jre.jar%23121!/:?]
at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:428) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.level.chunk.ChunkStatus.m_223313_(ChunkStatus.java:145) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.world.level.chunk.ChunkStatus.m_223279_(ChunkStatus.java:292) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:621) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%23126!/:?]
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:619) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) [client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) [client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) [client-1.19.2-20220805.130853-srg.jar%231035!/:?]
at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) [?:?]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[19:37:55] [ModernFix integrated server watchdog/ERROR]: A single server tick has taken 40001, more than 40000 milliseconds
[19:37:57] [ModernFix integrated server watchdog/ERROR]: Thread Dump:
"Render thread" prio=10 Id=1 RUNNABLE
at MC-BOOTSTRAP/[email protected]/it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap.get(Long2ObjectOpenHashMap.java:363)
at TRANSFORMER/[email protected]/net.minecraft.world.level.entity.EntitySectionStorage.m_156895_(EntitySectionStorage.java:103)
at TRANSFORMER/[email protected]/net.minecraft.world.level.entity.EntitySectionStorage.consumeSection(EntitySectionStorage.java:1079)
at TRANSFORMER/[email protected]/net.minecraft.world.level.entity.EntitySectionStorage.forEachInColumn(EntitySectionStorage.java:1070)
at TRANSFORMER/[email protected]/net.minecraft.world.level.entity.EntitySectionStorage.handler$fge000$forEachInBox(EntitySectionStorage.java:1057)
at TRANSFORMER/[email protected]/net.minecraft.world.level.entity.EntitySectionStorage.m_188362_(EntitySectionStorage.java:54)
at TRANSFORMER/[email protected]/net.minecraft.world.level.entity.EntitySectionStorage.m_156863_(EntitySectionStorage.java:124)
at TRANSFORMER/[email protected]/net.minecraft.world.level.entity.LevelEntityGetterAdapter.m_142137_(LevelEntityGetterAdapter.java:47)
...

extended trace:
at TRANSFORMER/[email protected]/net.minecraft.world.level.Level.m_142425_(Level.java:614)
at TRANSFORMER/[email protected]/net.minecraft.world.level.EntityGetter.m_6443_(EntityGetter.java:27)
at TRANSFORMER/[email protected]/net.minecraft.world.level.EntityGetter.m_45976_(EntityGetter.java:52)
at TRANSFORMER/[email protected]/com.github.L_Ender.cataclysm.client.event.ClientEvent.onCameraSetup(ClientEvent.java:71)
at TRANSFORMER/[email protected]/com.github.L_Ender.cataclysm.client.event.ClientEvent_onCameraSetup_ComputeCameraAngles.invoke(.dynamic)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus$$Lambda$4790/0x0000000800fa0a78.invoke(Unknown Source)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
at TRANSFORMER/[email protected]/net.minecraftforge.client.ForgeHooksClient.onCameraSetup(ForgeHooksClient.java:479)
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109089(GameRenderer.java:1056)
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109093(GameRenderer.java:840)
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115)
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700)
at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212)
at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51)
at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:568)
at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27)
at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler$$Lambda$901/0x00000008004e2d88.run(Unknown Source)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
at app/[email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)

"Reference Handler" daemon prio=10 Id=2 RUNNABLE
at [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
at [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:253)
at [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)

"Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@b314934
at [email protected]/java.lang.Object.wait(Native Method)

  • waiting on java.lang.ref.ReferenceQueue$Lock@b314934
    at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
    at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
    at [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172)

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

"Attach Listener" daemon prio=5 Id=5 RUNNABLE

"Common-Cleaner" daemon prio=8 Id=24 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@124cb931
at [email protected]/java.lang.Object.wait(Native Method)

  • waiting on java.lang.ref.ReferenceQueue$Lock@124cb931
    at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
    at [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
    at [email protected]/java.lang.Thread.run(Thread.java:833)
    at [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)

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

"Config Watcher" daemon prio=5 Id=30 TIMED_WAITING
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)

"FileSystemWatchService" daemon prio=5 Id=31 RUNNABLE (in native)
at [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
at [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1065)
at [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
at [email protected]/java.lang.Thread.run(Thread.java:833)

"Thread-1" daemon prio=5 Id=33 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/java.lang.Thread.run(Thread.java:833)

"Thread-2" daemon prio=5 Id=34 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at [email protected]/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1

  • java.util.concurrent.ThreadPoolExecutor$Worker@5dc218e2
    "Thread-3" daemon prio=5 Id=35 RUNNABLE (in native)
    at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at [email protected]/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1

  • java.util.concurrent.ThreadPoolExecutor$Worker@11d474a
    "Thread-4" daemon prio=5 Id=36 RUNNABLE (in native)
    at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at [email protected]/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1

  • java.util.concurrent.ThreadPoolExecutor$Worker@4be6531a
    "Thread-5" daemon prio=5 Id=37 RUNNABLE (in native)
    at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at [email protected]/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1

  • java.util.concurrent.ThreadPoolExecutor$Worker@21553c3a
    "Thread-6" daemon prio=5 Id=38 RUNNABLE (in native)
    at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at [email protected]/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1

  • java.util.concurrent.ThreadPoolExecutor$Worker@6c1d25fa
    "Thread-7" daemon prio=5 Id=39 RUNNABLE (in native)
    at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at [email protected]/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1

  • java.util.concurrent.ThreadPoolExecutor$Worker@7510824
    "Thread-8" daemon prio=5 Id=40 RUNNABLE (in native)
    at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at [email protected]/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1

  • java.util.concurrent.ThreadPoolExecutor$Worker@7ed6e557
    "Thread-9" daemon prio=5 Id=41 RUNNABLE (in native)
    at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at [email protected]/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1

  • java.util.concurrent.ThreadPoolExecutor$Worker@766ab25b
    "Thread-10" daemon prio=5 Id=42 RUNNABLE (in native)
    at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at [email protected]/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1

  • java.util.concurrent.ThreadPoolExecutor$Worker@735d7b99
    "Thread-11" daemon prio=5 Id=43 RUNNABLE (in native)
    at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at [email protected]/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1

  • java.util.concurrent.ThreadPoolExecutor$Worker@7c424dfe
    "Thread-12" daemon prio=5 Id=44 RUNNABLE (in native)
    at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at [email protected]/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1

  • java.util.concurrent.ThreadPoolExecutor$Worker@3577e37c
    "Thread-13" daemon prio=5 Id=45 RUNNABLE (in native)
    at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at [email protected]/java.lang.Thread.run(Thread.java:833)

Number of locked synchronizers = 1

  • java.util.concurrent.ThreadPoolExecutor$Worker@16ac67e3
commented

I just saw this issue I think its the same problem #1679 I don't have the structure mod in question meaning it interacts with other structure mods too