The Aether

The Aether

38M Downloads

Bug: ModernFix Report, Async Chunk load took too long

suerion opened this issue ยท 0 comments

commented

What Feature Types Apply to This Bug?

World-Gen

Other Type

No response

What Type of Bug Is This?

Crash

Mod Loader

Fabric

Mod Loader Version

0.16.9

The Aether Version

aether-1.21.1-1.5.1-beta.5-fabric

Is This Bug a Conflict With Another Mod?

Could be, that is an Bug with scalablelux or deeperdarker

Client Log

No response

Crash Report (if applicable)

https://mclo.gs/EnOIThd

Steps to Reproduce

Add Aether to modpack,
Start Server,

What You Expect To Happen

Worldgen has no issues and does not time out

What Actually Happened

[15:01:44 ERROR] [c2me-worker-4]: [ModernFix] Async chunk load took way too long, this needs to be reported to the appropriate mod.
java.util.concurrent.TimeoutException: null
        at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1960) ~[?:?]
        at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095) ~[?:?]
        at knot/net.minecraft.server.level.ServerChunkCache.handler$gim000$modernfix$bailIfServerDead(ServerChunkCache.java:11124) ~[?:?]
        at knot/net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java) ~[?:?]
        at knot/net.minecraft.world.level.Level.getChunk(Level.java:208) ~[?:?]
        at knot/net.minecraft.world.level.Level.getChunk(Level.java:8584) ~[?:?]
        at knot/net.minecraft.world.level.Level.getChunkAt(Level.java:8579) ~[?:?]
        at knot/net.minecraft.world.level.Level.getBlockEntity(Level.java:596) ~[?:?]
        at knot/com.aetherteam.aether.loot.modifiers.GlovesLootModifier.doApply(GlovesLootModifier.java:60) ~[aether-1.21.1-1.5.1-beta.5-fabric.jar:?]
        at knot/com.aetherteam.aetherfabric.common.loot.LootModifier.apply(LootModifier.java:37) ~[aether-1.21.1-1.5.1-beta.5-fabric.jar:?]
        at knot/com.aetherteam.aether.loot.modifiers.AetherLootTableModifications.apply(AetherLootTableModifications.java:137) ~[aether-1.21.1-1.5.1-beta.5-fabric.jar:?]
        at knot/net.minecraft.world.level.storage.loot.LootTable.wrapMethod$zjg000$aether$aetherFabric$adjustItems(MixinLootTable.java:556) ~[?:?]
        at knot/net.minecraft.world.level.storage.loot.LootTable.getRandomItems(MixinLootTable.java) ~[?:?]
        at knot/net.minecraft.world.level.storage.loot.LootTable.getRandomItems(MixinLootTable.java:117) ~[?:?]
        at knot/com.kyanite.deeperdarker.content.entities.blocks.CrystallizedAmberBlockEntity.generateFossil(CrystallizedAmberBlockEntity.java:46) ~[deeperdarker-fabric-1.21-1.3.3.jar:?]
        at knot/com.kyanite.deeperdarker.world.features.OthersideColumnFeature.place(OthersideColumnFeature.java:60) ~[deeperdarker-fabric-1.21-1.3.3.jar:?]
        at knot/net.minecraft.world.level.levelgen.feature.ConfiguredFeature.place(ConfiguredFeature.java:537) ~[?:?]
        at knot/net.minecraft.world.level.levelgen.placement.PlacedFeature.lambda$placeWithContext$4(PlacedFeature.java:54) ~[?:?]
        at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:?]
        at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?]
        at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?]
        at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?]
        at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?]
        at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?]
        at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?]
        at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?]
        at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?]
        at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?]
        at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:?]
        at java.base/java.util.stream.IntPipeline$1$1.accept(IntPipeline.java:180) ~[?:?]
        at java.base/java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:104) ~[?:?]
        at java.base/java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:712) ~[?:?]
        at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
        at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
        at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:?]
        at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:?]
        at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
        at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
        at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?]
        at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?]
        at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
        at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
        at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:?]
        at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:?]
        at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
        at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
        at knot/net.minecraft.world.level.levelgen.placement.PlacedFeature.placeWithContext(PlacedFeature.java:53) ~[?:?]
        at knot/net.minecraft.world.level.levelgen.placement.PlacedFeature.placeWithBiomeCheck(PlacedFeature.java:42) ~[?:?]
        at knot/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:361) ~[?:?]
        at knot/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:103) ~[?:?]
        at knot/net.minecraft.world.level.chunk.status.ChunkStep.mixinextras$bridge$doWork$14(ChunkStep.java) ~[?:?]
        at knot/net.minecraft.world.level.chunk.status.ChunkStep.wrapOperation$cbm000$c2me-opts-chunk-access$runGenerationTask(ChunkStep.java:526) ~[?:?]
        at knot/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[?:?]
        at knot/com.ishland.c2me.rewrites.chunksystem.common.statuses.VanillaWorldGenerationDelegate.lambda$upgradeToThis$8(VanillaWorldGenerationDelegate.java:123) ~[c2me-rewrites-chunk-system-0.3.00.308+1.21.1-1b0ef07d6a1f995.jar:?]
        at knot/com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22) [c2me-base-0.3.0+alpha.0.308+1.21.1-2d76399c2c104825.jar:?]
        at knot/com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:57) [c2me-base-0.3.0+alpha.0.308+1.21.1-2d76399c2c104825.jar:?]
        at knot/com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:27) [c2me-base-0.3.0+alpha.0.308+1.21.1-2d76399c2c104825.jar:?]

Additional Details

Had created yesterday an world, did not time out. But today i had added scalalbelux, now it time out, could be only an random reason, or something other

https://mclo.gs/EnOIThd

Please Read and Confirm The Following

  • I have confirmed this bug can be replicated without the use of Optifine.
  • I have confirmed this bug is on the most recently supported version of Minecraft.
  • I have confirmed the details provided in this report are concise as possible and does not contain vague information (ie. Versions are properly recorded, answers to questions are clear).
  • I have confirmed this bug is unique and has not been reported already.
  • If playing on a modpack, I have reported this bug to their issue tracker already.
  • I have confirmed that I'm reporting a bug in The Aether I, not The Aether II.