AlexModGuy / Ice_and_Fire

Minecraft mystical mod
GNU Lesser General Public License v3.0
381 stars 241 forks source link

Chunk out of bound - world generation WorldGenIceDragonRoosts [2.1.9-1.16.5.] #4362

Open NemecRaphael opened 2 years ago

NemecRaphael commented 2 years ago

Describe the bug After running through the world/driving through the ocean the server crashes. After watching at the crash-report i found out, that there is a generation problem with the WorldGenIceDragonRoosts.

To Reproduce Steps to reproduce the behavior: Run through the world.

Expected behavior No server crash. Just exploring the world for dragons.

Crash report (can be sent as a file if prefered) ---- Minecraft Crash Report ---- // You're mean.

Time: 1/6/22 4:39 PM Description: Feature placement

java.lang.RuntimeException: We are asking a region for a chunk out of bound | 1875000 -1875000 at net.minecraft.world.gen.WorldGenRegion.func_217353_a(WorldGenRegion.java:131) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.world.IWorldReader.func_217348_a(IWorldReader.java:112) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:computing_frames,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A} at net.minecraft.world.gen.WorldGenRegion.func_212866a(WorldGenRegion.java:106) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.world.gen.WorldGenRegion.func_217376_c(WorldGenRegion.java:260) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at com.github.alexthe666.iceandfire.world.gen.WorldGenIceDragonRoosts.generate(WorldGenIceDragonRoosts.java:92) ~[iceandfire:2.1.9-1.16.5] {re:classloading} at com.github.alexthe666.iceandfire.world.gen.WorldGenIceDragonRoosts.func_241855_a(WorldGenIceDragonRoosts.java:30) ~[iceandfire:2.1.9-1.16.5] {re:classloading} at net.minecraft.world.gen.feature.ConfiguredFeature.func_242765_a(SourceFile:55) ~[?:?] {re:classloading,re:mixin} at net.minecraft.world.biome.Biome.func_242427_a(Biome.java:254) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.world.gen.ChunkGenerator.func_230351a(SourceFile:220) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:endrem.mixins.json:world.ChunkGeneratorMixin,pl:mixin:A} at net.minecraft.world.chunk.ChunkStatus.func_222605_b(ChunkStatus.java:77) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:198) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:524) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ChunkManagerMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ChunkManagerUpdatePlayerPosMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ChunkManagerChunksAccessor,pl:mixin:A,pl:runtimedistcleaner:A} at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[?:?] {re:classloading} at net.minecraft.world.server.ChunkManager.lambda$scheduleChunkGeneration$20(ChunkManager.java:522) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ChunkManagerMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ChunkManagerUpdatePlayerPosMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ChunkManagerChunksAccessor,pl:mixin:A,pl:runtimedistcleaner:A} at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_312] {} at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_312] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_312] {} at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading} at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:94) ~[?:?] {re:classloading} at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:137) ~[?:?] {re:classloading} at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(SourceFile:105) ~[?:?] {re:classloading} at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) ~[?:1.8.0_312] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_312] {} at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_312] {} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_312] {} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) ~[?:1.8.0_312] {}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Server thread Stacktrace: at net.minecraft.world.gen.WorldGenRegion.func_217353_a(WorldGenRegion.java:131) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.world.IWorldReader.func_217348_a(IWorldReader.java:112) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:computing_frames,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A} at net.minecraft.world.gen.WorldGenRegion.func_212866a(WorldGenRegion.java:106) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.world.gen.WorldGenRegion.func_217376_c(WorldGenRegion.java:260) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at com.github.alexthe666.iceandfire.world.gen.WorldGenIceDragonRoosts.generate(WorldGenIceDragonRoosts.java:92) ~[iceandfire:2.1.9-1.16.5] {re:classloading} at com.github.alexthe666.iceandfire.world.gen.WorldGenIceDragonRoosts.func_241855_a(WorldGenIceDragonRoosts.java:30) ~[iceandfire:2.1.9-1.16.5] {re:classloading} at net.minecraft.world.gen.feature.ConfiguredFeature.func_242765_a(SourceFile:55) ~[?:?] {re:classloading,re:mixin} -- Feature -- Details: Id: iceandfire:ice_dragon_roost Config: net.minecraft.world.gen.feature.NoFeatureConfig@576fdb6d Description: com.github.alexthe666.iceandfire.world.gen.WorldGenIceDragonRoosts@29579547 Stacktrace: at net.minecraft.world.biome.Biome.func_242427_a(Biome.java:254) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}

-- Generation -- Details: CenterX: 111942728 CenterZ: -113221307 Seed: 2021844513049327853 Biome: net.minecraft.world.biome.Biome@67bb71f5 Stacktrace: at net.minecraft.world.gen.ChunkGenerator.func_230351a(SourceFile:220) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:endrem.mixins.json:world.ChunkGeneratorMixin,pl:mixin:A} at net.minecraft.world.chunk.ChunkStatus.func_222605_b(ChunkStatus.java:77) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:198) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}

-- Chunk to be generated -- Details: Location: 111942728,-113221307 Position hash: -486281810663433144 Generator: net.minecraft.world.gen.NoiseChunkGenerator@2bb4f17f Stacktrace: at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:524) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ChunkManagerMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ChunkManagerUpdatePlayerPosMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ChunkManagerChunksAccessor,pl:mixin:A,pl:runtimedistcleaner:A} at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[?:?] {re:classloading} at net.minecraft.world.server.ChunkManager.lambda$scheduleChunkGeneration$20(ChunkManager.java:522) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ChunkManagerMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ChunkManagerUpdatePlayerPosMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ChunkManagerChunksAccessor,pl:mixin:A,pl:runtimedistcleaner:A} at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_312] {} at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_312] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_312] {} at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}

-- Entity being ticked -- Details: Entity Type: minecraft:arrow (net.minecraft.entity.projectile.ArrowEntity) Entity ID: 847 Entity Name: Arrow Entity's Exact location: 3905.05, 169.44, 12782.63 Entity's Block location: World: (3905,169,12782), Chunk: (at 1,10,14 in 244,798; contains blocks 3904,0,12768 to 3919,255,12783), Region: (7,24; contains chunks 224,768 to 255,799, blocks 3584,0,12288 to 4095,255,12799) Entity's Momentum: 10850030707085.90, 3175291291624.52, -1339290921638.85 Entity's Passengers: [] Entity's Vehicle: ERROR NullPointerException: null Stacktrace: at net.minecraft.world.World.func_217390_a(World.java:557) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,pl:mixin:APP:spawnermod.mixins.json:UpdateNeighborMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinWorld,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:endergetic.mixins.json:ServerWorldMixin,pl:mixin:APP:library_of_exile-mixins.json:ServerWorldMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?] {re:classloading,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.func_240802v(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.func_240783a(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A} at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312] {}

-- Affected level -- Details: All players: 1 total; [ServerPlayerEntity['Yuimor'/131, l='ServerLevel[world]', x=3792.42, y=64.59, z=12808.50]] Chunk stats: ServerChunkCache: 7108 Level dimension: minecraft:overworld Level spawn location: World: (240,84,-240), Chunk: (at 0,5,0 in 15,-15; contains blocks 240,0,-240 to 255,255,-225), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1) Level time: 7282068 game time, 5680218 day time Level name: world Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Level weather: Rain time: 86113 (now: false), thunder time: 39805 (now: false) Known server brands: forge Level was modded: true Level storage version: 0x04ABD - Anvil

-- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Linux (amd64) version 5.4.0-89-generic Java Version: 1.8.0_312, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 339250440 bytes (323 MB) / 4267180032 bytes (4069 MB) up to 10498867200 bytes (10012 MB) CPUs: 3 JVM Flags: 2 total; -Xms128M -Xmx11264M ModLauncher: 8.0.9+86+master.3cf110c ModLauncher launch target: fmlserver ModLauncher naming: srg ModLauncher services: /mixin-0.8.4.jar mixin PLUGINSERVICE /eventbus-4.0.0.jar eventbus PLUGINSERVICE /minecraft_server.jar object_holder_definalize PLUGINSERVICE /minecraft_server.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE /minecraft_server.jar capability_inject_definalize PLUGINSERVICE /minecraft_server.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE /minecraft_server.jar fml TRANSFORMATIONSERVICE /_MixinBootstrap-1.1.0.jar mixinbootstrap TRANSFORMATIONSERVICE FML: 36.2 Forge: net.minecraftforge:36.2.20 FML Language Providers: javafml@36.2 minecraft@1 Mod List: CyclopsCore-1.16.5-1.12.1.jar |Cyclops Core |cyclopscore |1.12.1 |DONE |Manifest: NOSIGNATURE mowziesmobs-1.5.19.jar |Mowzie's Mobs |mowziesmobs |1.5.19 |DONE |Manifest: NOSIGNATURE astralsorcery-1.16-1.16.5-1.13.12.jar |Astral Sorcery |astralsorcery |1.16.5-1.13.12 |DONE |Manifest: 45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7 Ma-Enchants-1.16.5-3.6.1.jar |Ma Enchants |ma-enchants |1.16.5-3.6.1 |DONE |Manifest: NOSIGNATURE supermartijn642configlib-1.0.9-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |DONE |Manifest: NOSIGNATURE Cucumber-1.16.5-4.1.12.jar |Cucumber Library |cucumber |4.1.12 |DONE |Manifest: NOSIGNATURE jei-1.16.5-7.7.1.138.jar |Just Enough Items |jei |7.7.1.138 |DONE |Manifest: NOSIGNATURE AttributeFix-1.16.5-10.1.3.jar |AttributeFix |attributefix |10.1.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 incontrol-1.16-5.2.2.jar |InControl |incontrol |1.16-5.2.2 |DONE |Manifest: NOSIGNATURE abnormals_core-1.16.5-3.3.0.jar |Abnormals Core |abnormals_core |3.3.0 |DONE |Manifest: NOSIGNATURE caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |DONE |Manifest: NOSIGNATURE reap-1.16.5-1.0.0.jar |Reap Mod |reap |1.16.5-1.0.0 |DONE |Manifest: NOSIGNATURE invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE InsaneLib-1.4.1-mc1.16.5.jar |InsaneLib |insanelib |1.4.1 |DONE |Manifest: NOSIGNATURE Guide-API-VP-1.16.5-2.2.2.jar |Guide-API VP |guideapi-vp |2.2.2 |DONE |Manifest: NOSIGNATURE Neat 1.7-27.jar |Neat |neat |1.7-27 |DONE |Manifest: NOSIGNATURE Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |DONE |Manifest: NOSIGNATURE Clumps-6.0.0.27.jar |Clumps |clumps |6.0.0.27 |DONE |Manifest: NOSIGNATURE Controlling-7.0.0.28.jar |Controlling |controlling |7.0.0.28 |DONE |Manifest: NOSIGNATURE Placebo-1.16.5-4.6.1.jar |Placebo |placebo |4.6.1 |DONE |Manifest: NOSIGNATURE citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE Artifacts-1.16.5-2.10.4.jar |Artifacts |artifacts |1.16.5-2.10.4 |DONE |Manifest: NOSIGNATURE LibX-1.16.3-1.0.76.jar |LibX |libx |1.16.3-1.0.76 |DONE |Manifest: NOSIGNATURE OuterEnd-0.2.14.jar |The Outer End |outer_end |0.2.9 |DONE |Manifest: NOSIGNATURE champions-forge-1.16.5-2.0.1.8.jar |Champions |champions |1.16.5-2.0.1.8 |DONE |Manifest: NOSIGNATURE DungeonCrawl-1.16.5-2.3.5.jar |Dungeon Crawl |dungeoncrawl |2.3.5 |DONE |Manifest: NOSIGNATURE forge-branders-spawnermod-1.16.5-1.8.14.jar |Enhanced Mob Spawners |spawnermod |1.8.14 |DONE |Manifest: NOSIGNATURE reliquary-1.16.5-1.3.5.1100.jar |Reliquary |xreliquary |1.16.5-1.3.5.1100 |DONE |Manifest: NOSIGNATURE u_team_core-1.16.5-3.2.1.196.jar |U Team Core |uteamcore |3.2.1.196 |DONE |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0 magnesium-1.5.jar |Magnesium |magnesium |1.5 |DONE |Manifest: NOSIGNATURE Apotheosis-1.16.5-4.8.4.jar |Apotheosis |apotheosis |4.8.4 |DONE |Manifest: NOSIGNATURE magicaljewelry-1.16.5_1.2.9.jar |Magical Jewelry |magicaljewelry |1.16.5_1.2.9 |DONE |Manifest: NOSIGNATURE charms-1.0.jar |Charms |charms |1.0 |DONE |Manifest: NOSIGNATURE Morpheus-1.16.5-4.2.70.jar |Morpheus |morpheus |4.2.70 |DONE |Manifest: NOSIGNATURE iceandfire-2.1.9-1.16.5.jar |Ice and Fire |iceandfire |2.1.9-1.16.5 |DONE |Manifest: NOSIGNATURE iChunUtil-1.16.5-10.5.1.jar |iChunUtil |ichunutil |10.5.1 |DONE |Manifest: NOSIGNATURE forge-1.16.5-36.2.20-universal.jar |Forge |forge |36.2.20 |DONE |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90 BloodMagic-1.16.4-3.1.7-27.jar |Blood Magic |bloodmagic |1.16.4-3.1.7-27 |DONE |Manifest: NOSIGNATURE structure_gel-1.16.5-1.7.8.jar |Structure Gel API |structure_gel |1.7.8 |DONE |Manifest: NOSIGNATURE ironchest-1.16.5-11.2.21.jar |Iron Chests |ironchest |1.16.5-11.2.21 |DONE |Manifest: NOSIGNATURE infernalmobs-1.16.2.1.jar |Infernal Mobs |infernalmobs |1.16.2.1 |DONE |Manifest: NOSIGNATURE corpse-1.16.5-1.0.6.jar |Corpse |corpse |1.16.5-1.0.6 |DONE |Manifest: NOSIGNATURE antiqueatlas-6.0.1-forge-mc1.16.5.jar |Antique Atlas |antiqueatlas |6.0.1-forge-mc1.16.5|DONE |Manifest: NOSIGNATURE MythicBotany-1.16.5-1.4.19.jar |MythicBotany |mythicbotany |1.16.5-1.4.19 |DONE |Manifest: NOSIGNATURE DungeonsArise-1.16.5-2.1.47-release.jar |When Dungeons Arise |dungeons_arise |2.1.47 |DONE |Manifest: NOSIGNATURE forge-1.16.5-36.2.20-server.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE cofh_core-1.16.5-1.4.0.6.jar |CoFH Core |cofh_core |1.4.0.6 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 ensorcellation-1.16.5-1.4.0.1.jar |Ensorcellation |ensorcellation |1.4.0.1 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |DONE |Manifest: NOSIGNATURE useful_backpacks-1.16.5-1.12.1.90.jar |Useful Backpacks |usefulbackpacks |1.12.1.90 |DONE |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0 swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |Manifest: NOSIGNATURE MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE silent-lib-1.16.3-4.9.6.jar |Silent Lib |silentlib |4.9.6 |DONE |Manifest: NOSIGNATURE Jade-1.16.4-2.8.0.jar |Jade |jade |2.8.0 |DONE |Manifest: NOSIGNATURE endremastered-forge-R4.1.1.jar |End Remastered |endrem |4.1 |DONE |Manifest: NOSIGNATURE toughnessbar-6.1.jar |Toughness Bar |toughnessbar |6.1 |DONE |Manifest: NOSIGNATURE scarecrowsterritory-1.1.3b-mc1.16.jar |Scarecrow's Territory |scarecrowsterritory |1.1.3b |DONE |Manifest: NOSIGNATURE dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |DONE |Manifest: NOSIGNATURE supermartijn642corelib-1.0.15-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.15 |DONE |Manifest: NOSIGNATURE Botania-1.16.5-420.1.jar |Botania |botania |1.16.5-420.1 |DONE |Manifest: NOSIGNATURE Divine_Missions-1.16.5-1.0.1.jar |Divine Missions |divine_missions |NONE |DONE |Manifest: NOSIGNATURE playerex-1.1.8-1.16.5.jar |Player Ex |playerex |1.1.8 |DONE |Manifest: NOSIGNATURE curios-forge-1.16.5-4.0.5.3.jar |Curios API |curios |1.16.5-4.0.5.3 |DONE |Manifest: NOSIGNATURE BotaniaAdditionsMC1.16.4-1.0.4(1).jar |Botania Additions |botaniaadditions |1.0.4 |DONE |Manifest: NOSIGNATURE Patchouli-1.16.4-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |DONE |Manifest: NOSIGNATURE Mantle-1.16.5-1.6.152.jar |Mantle |mantle |1.6.152 |DONE |Manifest: NOSIGNATURE baubleyheartcanisters-1.16.5-1.1.11.jar |Baubley Heart Canisters |bhc |1.16.5-1.1.11 |DONE |Manifest: NOSIGNATURE malum-1.16.5-0.3.0.jar |Malum |malum |1.16.5-0.3.0 |DONE |Manifest: NOSIGNATURE AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE StorageDrawers-1.16.3-8.5.0.jar |Storage Drawers |storagedrawers |8.5.0 |DONE |Manifest: NOSIGNATURE performant-1.16.2-5-3.81m.jar |Performant |performant |3.73m |DONE |Manifest: NOSIGNATURE angelring-1.16.5-1.3.4.1.jar |Angel Ring |angelring |1.3.4.1 |DONE |Manifest: NOSIGNATURE Library_of_Exile-1.16.5-1.2.3.jar |Library Of Exile |library_of_exile |NONE |DONE |Manifest: NOSIGNATURE Vampirism-1.16.5-1.8.6.jar |Vampirism |vampirism |1.8.6 |DONE |Manifest: NOSIGNATURE VampirismIntegrations-1.16.5-1.6.1.jar |Vampirism Integrations |vampirism_integrations |1.6.1 |DONE |Manifest: NOSIGNATURE Infinitylib-2.0.7.jar |InfinityLib |infinitylib |1.16.5-2.0.7 |DONE |Manifest: NOSIGNATURE ferritecore-2.1.0-forge.jar |Ferrite Core |ferritecore |2.1.0 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a ExtraBotany-r1.2-68.jar |ExtraBotany |extrabotany |1.0 |DONE |Manifest: NOSIGNATURE AI-Improvements-1.16.5-0.4.0.jar |AI-Improvements |aiimprovements |0.4.0 |DONE |Manifest: NOSIGNATURE observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |DONE |Manifest: NOSIGNATURE cloth-config-4.13.49-forge.jar |Cloth Config v4 API |cloth-config |4.13.49 |DONE |Manifest: NOSIGNATURE PuzzlesLib-v1.0.15-1.16.5-Forge.jar |Puzzles Lib |puzzleslib |1.0.15 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a enhancedcelestials-2.0.9-1.16.5.jar |Enhanced Celestials |enhancedcelestials |2.0.9-1.16.5 |DONE |Manifest: NOSIGNATURE chunkloaders-1.1.7-mc1.16.5.jar |Chunk Loaders |chunkloaders |1.1.7 |DONE |Manifest: NOSIGNATURE expandability-2.0.1-forge.jar |ExpandAbility |expandability |2.0.1 |DONE |Manifest: NOSIGNATURE CosmeticArmorReworked-1.16.5-v4a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v4a |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53 CodeChickenLib-1.16.5-4.0.5.438-universal.jar |CodeChicken Lib |codechickenlib |4.0.5.438 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71 valhelsia_core-16.0.14.jar |Valhelsia Core |valhelsia_core |16.0.14 |DONE |Manifest: NOSIGNATURE forbidden_arcanus-16.2.2.jar |Forbidden & Arcanus |forbidden_arcanus |16.2.2 |DONE |Manifest: NOSIGNATURE EnchantingInfuser-v1.0.1-1.16.5-Forge.jar |Enchanting Infuser |enchantinginfuser |1.0.1 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a Crash Report UUID: 1fe0595c-44d3-4c34-a7e2-df08a1f2cacc Player Count: 1 / 4; [ServerPlayerEntity['Yuimor'/131, l='ServerLevel[world]', x=3792.42, y=64.59, z=12808.50]] Data Packs: vanilla, mod:cyclopscore, mod:mowziesmobs (incompatible), mod:astralsorcery, mod:ma-enchants (incompatible), mod:supermartijn642configlib, mod:cucumber, mod:jei, mod:attributefix, mod:incontrol (incompatible), mod:abnormals_core, mod:caelus, mod:reap, mod:invtweaks (incompatible), mod:insanelib, mod:guideapi-vp, mod:neat (incompatible), mod:waystones (incompatible), mod:clumps, mod:controlling, mod:placebo (incompatible), mod:citadel (incompatible), mod:artifacts, mod:libx, mod:champions (incompatible), mod:dungeoncrawl, mod:spawnermod (incompatible), mod:xreliquary, mod:uteamcore, mod:apotheosis (incompatible), mod:magicaljewelry, mod:charms (incompatible), mod:morpheus (incompatible), mod:iceandfire (incompatible), mod:ichunutil, mod:forge, mod:bloodmagic, mod:structure_gel, mod:ironchest, mod:corpse, mod:antiqueatlas, mod:mythicbotany, mod:dungeons_arise, mod:cofh_core (incompatible), mod:ensorcellation (incompatible), mod:usefulbackpacks, mod:swingthroughgrass (incompatible), mod:mousetweaks, mod:silentlib (incompatible), mod:jade, mod:endrem, mod:toughnessbar (incompatible), mod:scarecrowsterritory, mod:dungeons_plus, mod:supermartijn642corelib, mod:botania, mod:divine_missions (incompatible), mod:curios, mod:botaniaadditions, mod:patchouli (incompatible), mod:mantle (incompatible), mod:bhc (incompatible), mod:malum (incompatible), mod:autoreglib (incompatible), mod:storagedrawers (incompatible), mod:performant (incompatible), mod:angelring (incompatible), mod:library_of_exile (incompatible), mod:vampirism, mod:vampirism_integrations (incompatible), mod:infinitylib, mod:ferritecore (incompatible), mod:extrabotany (incompatible), mod:aiimprovements, mod:observerlib, mod:cloth-config (incompatible), mod:puzzleslib, mod:enhancedcelestials, mod:chunkloaders, mod:expandability, mod:cosmeticarmorreworked (incompatible), mod:codechickenlib (incompatible), mod:valhelsia_core, mod:forbidden_arcanus (incompatible), mod:enchantinginfuser, mod:outer_end, mod:magnesium, mod:infernalmobs (incompatible), mod:endergetic, mod:playerex Is Modded: Definitely; Server brand changed to 'forge' Type: Dedicated Server (map_server.txt)

DigitalWendigo commented 2 years ago

Please update your forge mod loader as the latest update is at 29. Also try to reproduce this issue without Performant and next time place the crash log as a file.