AstralOrdana / Spelunkery

The Spelunkery mod for Minecraft
GNU Lesser General Public License v3.0
42 stars 20 forks source link

spelunkery causing Code-1 error #139

Closed SwankierMoss closed 10 months ago

SwankierMoss commented 10 months ago

The latest version keeps causing a code-1 exit error when loading minecraft.

using mincraft 1.20.1 forge 47.1.0 and spelunkery 0.3.3

SuperMartijn642's Core Lib SuperMartijn642 supermartijn642corelib-1.1.12a-forge-mc1.20.jar

Terralith Starmute Terralith_1.20.1_v2.4.5.jar

Waystones BlayTheNinth waystones-forge-1.20-14.0.1.jar

WTHIT Forge Edition badasintended wthit-forge-8.4.0.jar

Xaero's Minimap xaero96 Xaeros_Minimap_23.7.0_Forge_1.20.jar

Xaero's Minimap & World Map - Waystones Compatibility [Forge] precisemodpacker xaeros_waystones_compability-1.0.jar

Xaero's World Map xaero96 XaerosWorldMap_1.34.0_Forge_1.20.jar

XP From Harvest (Stoutscientist's Fork) Stoutscientist XPFromHarvest-1.20.1-1.2.3.jar

---- Minecraft Crash Report ---- // Who set us up the TNT?

Time: 2023-08-26 16:34:55 Description: Exception generating new chunk

java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:sparse_jungle]=net.minecraft.world.level.biome.Biome@634609cb}, Reference{ResourceKey[minecraft:worldgen/biome / regions_unexplored:rainforest]=net.minecraft.world.level.biome.Biome@66c02861}] at net.minecraft.world.level.biome.FeatureSorter.m220603(FeatureSorter.java:100) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.world.level.chunk.ChunkGenerator.m223094(ChunkGenerator.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading,re:mixin} at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.1-jre.jar%23109!/:?] {} at net.minecraft.world.level.chunk.ChunkGenerator.m213609(ChunkGenerator.java:288) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading,re:mixin} at net.minecraft.world.level.chunk.ChunkStatus.m279978(ChunkStatus.java:108) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m214024(ChunkStatus.java:309) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.world.level.chunk.ChunkStatus.m280308(ChunkStatus.java:252) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:643) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23114!/:?] {} at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} 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.m143188(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.util.thread.ProcessorMailbox.m18759(ProcessorMailbox.java:91) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.util.thread.ProcessorMailbox.m18747(ProcessorMailbox.java:146) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} 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) ~[?:?] {}

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.level.biome.FeatureSorter.m220603(FeatureSorter.java:100) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.world.level.chunk.ChunkGenerator.m223094(ChunkGenerator.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading,re:mixin} at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.1-jre.jar%23109!/:?] {} at net.minecraft.world.level.chunk.ChunkGenerator.m213609(ChunkGenerator.java:288) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading,re:mixin} at net.minecraft.world.level.chunk.ChunkStatus.m279978(ChunkStatus.java:108) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m214024(ChunkStatus.java:309) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.world.level.chunk.ChunkStatus.m280308(ChunkStatus.java:252) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:643) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23114!/:?] {} at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} 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.m143188(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.util.thread.ProcessorMailbox.m18759(ProcessorMailbox.java:91) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.util.thread.ProcessorMailbox.m18747(ProcessorMailbox.java:146) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} -- Chunk to be generated -- Details: Location: 17,-6 Position hash: -25769803759 Generator: net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator@7c17eb3c Stacktrace: at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:643) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23114!/:?] {} at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} 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.m143188(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.util.thread.ProcessorMailbox.m18759(ProcessorMailbox.java:91) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.util.thread.ProcessorMailbox.m18747(ProcessorMailbox.java:146) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading} 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) ~[?:?] {}

-- Affected level -- Details: All players: 0 total; [] Chunk stats: 625 Level dimension: minecraft:overworld Level spawn location: World: (296,64,-72), Section: (at 8,0,8 in 18,4,-5; chunk contains blocks 288,-64,-80 to 303,319,-65), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1) Level time: 0 game time, 0 day time Level name: T1 Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Known server brands: forge Removed feature flags: Level was modded: true Level storage version: 0x04ABD - Anvil Stacktrace: at net.minecraft.server.MinecraftServer.m129815(MinecraftServer.java:355) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A} at net.minecraft.server.MinecraftServer.m130006(MinecraftServer.java:308) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A} at net.minecraft.client.server.IntegratedServer.m7038(IntegratedServer.java:63) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:classloading,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.m130011(MinecraftServer.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A} at net.minecraft.server.MinecraftServer.m206580(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23292!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A} at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin}

-- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 11 (amd64) version 10.0 Java Version: 17.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 534069152 bytes (509 MiB) / 2657091584 bytes (2534 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 5500U with Radeon Graphics
Identifier: AuthenticAMD Family 23 Model 104 Stepping 1 Microarchitecture: unknown Frequency (GHz): 2.10 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: AMD Radeon(TM) Graphics Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002) Graphics card #0 VRAM (MB): 2048.00 Graphics card #0 deviceId: 0x164c Graphics card #0 versionInfo: DriverVersion=31.0.21029.1006 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 3.20 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 4096.00 Memory slot #1 clockSpeed (GHz): 3.20 Memory slot #1 type: DDR4 Virtual memory max (MB): 15477.74 Virtual memory used (MB): 12693.38 Swap memory total (MB): 5376.00 Swap memory used (MB): 407.48 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m Server Running: true Player Count: 0 / 8; [] Data Packs: vanilla, mod:saros_create_addon_forge, mod:supermartijn642configlib (incompatible), mod:xpfromharvest (incompatible), mod:openpartiesandclaims (incompatible), mod:rechiseled (incompatible), mod:moretrailsmoretales (incompatible), mod:nethers_exoticism, mod:jei, mod:paragon (incompatible), mod:connectivity (incompatible), mod:sophisticatedcore (incompatible), mod:rubidium, mod:kleeslabs, mod:waystones, mod:forgeendertech, mod:clumps (incompatible), mod:xaeroworldmap, mod:jrftl (incompatible), mod:comforts (incompatible), mod:naturescompass, mod:badpackets (incompatible), mod:dungeoncrawl, mod:sherdduplication, mod:blastingraw (incompatible), mod:rechiseledcreate, mod:sophisticatedbackpacks (incompatible), mod:mcwdoors, mod:ironshulkerbox, mod:balm, mod:terralith, mod:fusion (incompatible), mod:forge, mod:slabstoblocks (incompatible), mod:geophilic, mod:athena, mod:ironchest, mod:chipped (incompatible), mod:w2w2 (incompatible), mod:mcwbridges, mod:farmersdelight, mod:geode_plus (incompatible), mod:terrablender (incompatible), mod:mousetweaks, mod:regions_unexplored (incompatible), mod:biomesoplenty (incompatible), mod:many_more_ores, mod:mcwfences, mod:adlods, mod:spectrelib (incompatible), mod:supermartijn642corelib (incompatible), mod:createendertransmission, mod:wthit (incompatible), mod:flywheel, mod:create, mod:create_structures, mod:createcasing (incompatible), mod:createoreexcavation (incompatible), mod:xaerominimap, mod:gravestone, mod:collective, mod:nocubescreateexp, mod:resourcefullib (incompatible), mod:architectury (incompatible), mod:appleskin (incompatible), mod:lootr, mod:connectedglass (incompatible), mod:cupboard (incompatible), mod:flib, mod:cryingportals, mod:fallingtree (incompatible), mod:elementaryores (incompatible), mod:createaddition (incompatible) Enabled Feature Flags: minecraft:vanilla World Generation: Stable Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge' Launched Version: forge-47.1.0 ModLauncher: 10.0.9+10.0.9+main.dcd20f30 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.5.jar eventbus PLUGINSERVICE fmlloader-1.20.1-47.1.0.jar slf4jfixer PLUGINSERVICE fmlloader-1.20.1-47.1.0.jar object_holder_definalize PLUGINSERVICE fmlloader-1.20.1-47.1.0.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.20.1-47.1.0.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.20.1-47.1.0.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE FML Language Providers: minecraft@1.0 lowcodefml@null javafml@null Mod List: Saros-Create-Addon-1.20.1-1.7-[Forge].jar |saros_create_addon_forge |saros_create_addon_forge |1.0.0 |DONE |Manifest: NOSIGNATURE supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE XPFromHarvest-1.20.1-1.2.3.jar |XP From Harvest (Stoutscientis|xpfromharvest |1.2.3 |DONE |Manifest: NOSIGNATURE open-parties-and-claims-forge-1.20.1-0.19.3.jar |Open Parties and Claims |openpartiesandclaims |0.19.3 |DONE |Manifest: NOSIGNATURE rechiseled-1.1.2a-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.2a |DONE |Manifest: NOSIGNATURE moretrailsmoretales-1.1.0-1.20.1.jar |More Trails & More Tales |moretrailsmoretales |1.1.0 |DONE |Manifest: NOSIGNATURE nether-s-exoticism-1.20.1-1.2.6.jar |Nether's Exoticism |nethers_exoticism |1.2.6 |DONE |Manifest: NOSIGNATURE jei-1.20.1-forge-15.2.0.27.jar |Just Enough Items |jei |15.2.0.27 |DONE |Manifest: NOSIGNATURE paragon-forge-3.0.2-1.20x.jar |Paragon |paragon |3.0.2 |DONE |Manifest: NOSIGNATURE connectivity-1.20.1-4.5.jar |Connectivity Mod |connectivity |1.20.1-4.5 |DONE |Manifest: NOSIGNATURE sophisticatedcore-1.20.1-0.5.83.395.jar |Sophisticated Core |sophisticatedcore |1.20.1-0.5.83.395 |DONE |Manifest: NOSIGNATURE rubidium-mc1.20.1-0.7.0a.jar |Rubidium |rubidium |0.7.0a |DONE |Manifest: NOSIGNATURE kleeslabs-forge-1.20-15.0.0.jar |KleeSlabs |kleeslabs |15.0.0 |DONE |Manifest: NOSIGNATURE waystones-forge-1.20-14.0.1.jar |Waystones |waystones |14.0.1 |DONE |Manifest: NOSIGNATURE ForgeEndertech-1.20.1-11.1.0.0-build.0142.jar |ForgeEndertech |forgeendertech |11.1.0.0 |DONE |Manifest: NOSIGNATURE Clumps-forge-1.20.1-12.0.0.3.jar |Clumps |clumps |12.0.0.3 |DONE |Manifest: NOSIGNATURE XaerosWorldMap_1.33.1_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.33.1 |DONE |Manifest: NOSIGNATURE JRFTL-1.20.1-1.6.0.jar |JRFTL |jrftl |1.6.0 |DONE |Manifest: NOSIGNATURE comforts-forge-6.3.3+1.20.1.jar |Comforts |comforts |6.3.3+1.20.1 |DONE |Manifest: NOSIGNATURE NaturesCompass-1.20.1-1.11.2-forge.jar |Nature's Compass |naturescompass |1.20.1-1.11.2-forge |DONE |Manifest: NOSIGNATURE badpackets-forge-0.4.1.jar |Bad Packets |badpackets |0.4.1 |DONE |Manifest: NOSIGNATURE Dungeon Crawl-1.20.1-2.3.14.jar |Dungeon Crawl |dungeoncrawl |2.3.14 |DONE |Manifest: NOSIGNATURE SherdDuplication-Forge-1.20.1-2.0.2.jar |SherdDuplication |sherdduplication |2.0.2 |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 blastingraw-1.20.1-0-forge.jar |Blastin Raw Minerals |blastingraw |1.20.1-0-forge |DONE |Manifest: NOSIGNATURE rechiseledcreate-1.0.0a-forge-mc1.20.jar |Rechiseled: Create |rechiseledcreate |1.0.0a |DONE |Manifest: NOSIGNATURE sophisticatedbackpacks-1.20.1-3.18.56.890.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.20.1-3.18.56.890 |DONE |Manifest: NOSIGNATURE mcw-doors-1.1.0forge-mc1.20.1.jar |Macaw's Doors |mcwdoors |1.1.0 |DONE |Manifest: NOSIGNATURE ironshulkerbox-1.20.1-5.3.2.jar |Iron Shulker Boxes |ironshulkerbox |1.20.1-5.3.2 |DONE |Manifest: NOSIGNATURE balm-forge-1.20-7.0.7.jar |Balm |balm |7.0.7 |DONE |Manifest: NOSIGNATURE Terralith_1.20.1_v2.4.4.jar |Terralith |terralith |2.4.4 |DONE |Manifest: NOSIGNATURE fusion-1.0.5a-forge-mc1.20.jar |Fusion |fusion |1.0.5a |DONE |Manifest: NOSIGNATURE forge-1.20.1-47.1.0-universal.jar |Forge |forge |47.1.0 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90 slabstoblocks-1.20.1-1-forge.jar |SlabsToBlocks |slabstoblocks |1.20.1-1-forge |DONE |Manifest: NOSIGNATURE geophilic-v2.0.0-mc1.20u1.20.1.jar |Geophilic |geophilic |2.0.0-mc1.20u1.20.1 |DONE |Manifest: NOSIGNATURE athena-forge-1.20.1-3.1.0.jar |Athena |athena |3.1.0 |DONE |Manifest: NOSIGNATURE ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |DONE |Manifest: NOSIGNATURE chipped-forge-1.20.1-3.0.1.jar |Chipped |chipped |3.0.1 |DONE |Manifest: NOSIGNATURE client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f xaeros_waystones_compability-1.0.jar |Xaero's Map - Waystones Compab|w2w2 |1.0 |DONE |Manifest: NOSIGNATURE mcw-bridges-2.1.1-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |2.1.1 |DONE |Manifest: NOSIGNATURE FarmersDelight-1.20.1-1.2.3.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.3 |DONE |Manifest: NOSIGNATURE geodeplus-forge-1.2.0-1.20.jar |Geode+ |geode_plus |1.2.0 |DONE |Manifest: NOSIGNATURE TerraBlender-forge-1.20.1-3.0.0.169.jar |TerraBlender |terrablender |3.0.0.169 |DONE |Manifest: NOSIGNATURE MouseTweaks-forge-mc1.20-2.25.jar |Mouse Tweaks |mousetweaks |2.25 |DONE |Manifest: NOSIGNATURE RegionsUnexploredForge-0.5.0+1.20.1.jar |Regions Unexplored |regions_unexplored |0.5.0 |DONE |Manifest: NOSIGNATURE BiomesOPlenty-1.20.1-18.0.0.597.jar |Biomes O' Plenty |biomesoplenty |18.0.0.597 |DONE |Manifest: NOSIGNATURE [1.20.1 ONLY]_Many_More_Ores_2.0_Full_Release.jar.|Many More Ores |many_more_ores |2.01.20. |DONE |Manifest: NOSIGNATURE mcw-fences-1.0.7-mc1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |DONE |Manifest: NOSIGNATURE AdLods-1.20.1-8.1.0.0-build.0142.jar |Large Ore Deposits |adlods |8.1.0.0 |DONE |Manifest: NOSIGNATURE spectrelib-forge-0.13.12+1.20.1.jar |SpectreLib |spectrelib |0.13.12+1.20.1 |DONE |Manifest: NOSIGNATURE supermartijn642corelib-1.1.12a-forge-mc1.20.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.12a |DONE |Manifest: NOSIGNATURE createendertransmission-2.0.3-1.20.1.jar |Create Ender Transmission |createendertransmission |2.0.3-1.20.1 |DONE |Manifest: NOSIGNATURE wthit-forge-8.3.1.jar |wthit |wthit |8.3.1 |DONE |Manifest: NOSIGNATURE flywheel-forge-1.20-0.6.9-4.jar |Flywheel |flywheel |0.6.9-4 |DONE |Manifest: NOSIGNATURE create-1.20.1-0.5.1.d.jar |Create |create |0.5.1.d |DONE |Manifest: NOSIGNATURE create-structures-0.1.1-1.20.1-FORGE.jar |Create: Structures |create_structures |0.1.1 |DONE |Manifest: NOSIGNATURE CreateCasing-1.20.1-1.4.jar |Create : Encased |createcasing |1.20.1-1.4 |DONE |Manifest: NOSIGNATURE createoreexcavation-1.20-1.3.0.jar |Create Ore Excavation |createoreexcavation |1.3.0 |DONE |Manifest: NOSIGNATURE Xaeros_Minimap_23.6.3_Forge_1.20.jar |Xaero's Minimap |xaerominimap |23.6.3 |DONE |Manifest: NOSIGNATURE gravestone-1.20.1-1.0.5.jar |Gravestone Mod |gravestone |1.20.1-1.0.5 |DONE |Manifest: NOSIGNATURE collective-1.20.1-6.65.jar |Collective |collective |6.65 |DONE |Manifest: NOSIGNATURE nocube's_create_compact_exp_1.0.3_forge_1.20.1.jar|Create Compact Exp (by NoCube)|nocubescreateexp |1.0.3 |DONE |Manifest: NOSIGNATURE resourcefullib-forge-1.20.1-2.1.10.jar |Resourceful Lib |resourcefullib |2.1.10 |DONE |Manifest: NOSIGNATURE architectury-9.1.12-forge.jar |Architectury |architectury |9.1.12 |DONE |Manifest: NOSIGNATURE appleskin-forge-mc1.20.1-2.5.0.jar |AppleSkin |appleskin |2.5.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE lootr-1.20-0.7.30.73.jar |Lootr |lootr |0.7.29.68 |DONE |Manifest: NOSIGNATURE connectedglass-1.1.7-forge-mc1.20.jar |Connected Glass |connectedglass |1.1.7 |DONE |Manifest: NOSIGNATURE cupboard-1.20.1-1.8.jar |Cupboard utilities |cupboard |1.20.1-1.8 |DONE |Manifest: NOSIGNATURE flib-1.20.1-0.0.10.jar |flib |flib |0.0.10 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed cryingportals-1.20.1-2.3.jar |Crying Portals |cryingportals |2.3 |DONE |Manifest: NOSIGNATURE FallingTree-1.20.1-4.3.0.jar |FallingTree |fallingtree |4.3.0 |DONE |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29 elementaryores-1.20.1-1.1.0.jar |Elementary Ores |elementaryores |1.1.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed createaddition-1.20.1-1.0.0b.jar |Create Crafts & Additions |createaddition |1.20.1-1.0.0b |DONE |Manifest: NOSIGNATURE Crash Report UUID: a5971a55-a8ce-41bc-aedb-117e300e8dd2 FML: 47.1 Forge: net.minecraftforge:47.1.0 Flywheel Backend: GL33 Instanced Arrays To Reproduce: Steps to reproduce the behavior. Format it as a numbered list of steps.

1.activate spelunkery in forge profile 2.Start profile and load minecraft through forge 3.crash

Expected behavior: I expected the game to load

Additional info: All device and graphics drivers are up to date.