comp500 / Indium

Sodium addon providing support for the Fabric Rendering API, based on Indigo
https://modrinth.com/mod/indium
Apache License 2.0
389 stars 87 forks source link

Indium trouble with Iris #215

Closed Jafoolery closed 1 year ago

Jafoolery commented 1 year ago

Once I load up a world and there are block updates or new chunk renders it crashes the game, here is the crash log

Description: Unexpected error

java.util.concurrent.CompletionException: net.minecraft.class_148: Tessellating block in world - Indium Renderer at java.base/java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:413) at java.base/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2118) at me.jellysquid.mods.sodium.common.util.collections.WorkStealingFutureDrain.findNext(WorkStealingFutureDrain.java:47) at me.jellysquid.mods.sodium.common.util.collections.WorkStealingFutureDrain.hasNext(WorkStealingFutureDrain.java:28) at me.jellysquid.mods.sodium.client.render.chunk.region.RenderRegionManager.setupUploadBatches(RenderRegionManager.java:123) at me.jellysquid.mods.sodium.client.render.chunk.region.RenderRegionManager.upload(RenderRegionManager.java:59) at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.updateChunks(RenderSectionManager.java:334) at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.updateChunks(RenderSectionManager.java:312) at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.updateChunks(SodiumWorldRenderer.java:191) at net.minecraft.class_761.method_3273(class_761.java:19530) at net.minecraft.class_761.invokeSetupRender(class_761.java) at net.coderbot.iris.pipeline.ShadowRenderer.renderShadows(ShadowRenderer.java:404) at net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline.renderShadows(NewWorldRenderingPipeline.java:1033) at net.minecraft.class_761.handler$ekb000$iris$renderTerrainShadows(class_761.java:11037) at net.minecraft.class_761.method_22710(class_761.java:1241) at net.minecraft.class_757.method_3188(class_757.java:1110) at net.minecraft.class_757.method_3192(class_757.java:880) at net.minecraft.class_310.method_1523(class_310.java:1219) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) Caused by: net.minecraft.class_148: Tessellating block in world - Indium Renderer at link.infra.indium.renderer.render.TerrainRenderContext.tessellateBlock(TerrainRenderContext.java:136) at me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.redirect$eid000$indium$onRenderBlock(ChunkRenderRebuildTask.java:541) at me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.performBuild(ChunkRenderRebuildTask.java:104) at me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuilder.processJob(ChunkBuilder.java:286) at me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:328) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.ArrayIndexOutOfBoundsException

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

-- Head -- Thread: Render thread Stacktrace: at java.base/java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:413) at java.base/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2118) at me.jellysquid.mods.sodium.common.util.collections.WorkStealingFutureDrain.findNext(WorkStealingFutureDrain.java:47) at me.jellysquid.mods.sodium.common.util.collections.WorkStealingFutureDrain.hasNext(WorkStealingFutureDrain.java:28) at me.jellysquid.mods.sodium.client.render.chunk.region.RenderRegionManager.setupUploadBatches(RenderRegionManager.java:123) at me.jellysquid.mods.sodium.client.render.chunk.region.RenderRegionManager.upload(RenderRegionManager.java:59) at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.updateChunks(RenderSectionManager.java:334) at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.updateChunks(RenderSectionManager.java:312) at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.updateChunks(SodiumWorldRenderer.java:191) at net.minecraft.class_761.method_3273(class_761.java:19530) at net.minecraft.class_761.invokeSetupRender(class_761.java) at net.coderbot.iris.pipeline.ShadowRenderer.renderShadows(ShadowRenderer.java:404) at net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline.renderShadows(NewWorldRenderingPipeline.java:1033) at net.minecraft.class_761.handler$ekb000$iris$renderTerrainShadows(class_761.java:11037) at net.minecraft.class_761.method_22710(class_761.java:1241) at net.minecraft.class_757.method_3188(class_757.java:1110)

-- Affected level -- Details: All players: 1 total; [class_746['Jafoolery'/487, l='ClientLevel', x=598.29, y=68.00, z=-71.76]] Chunk stats: 1024, 441 Level dimension: minecraft:overworld Level spawn location: World: (0,75,0), Section: (at 0,11,0 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 10636 game time, 34636 day time Server brand: fabric Server type: Integrated singleplayer server Stacktrace: at net.minecraft.class_638.method_8538(class_638.java:458) at net.minecraft.class_310.method_1587(class_310.java:2406) at net.minecraft.class_310.method_1514(class_310.java:826) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload -- Details: Reload number: 3 Reload reason: manual Finished: Yes Packs: fabric, vanilla, continuity:glass_pane_culling_fix, continuity:default, soulsweapons:2d_weapons, file/Stay_True_1.20.zip, file/NoBushyLeaves.zip, file/Transparent.zip, file/cubic-sun-moon-v1-6-1.zip, Supplementaries Generated Pack, Suppsquared Generated Pack, replaymod_lang, essential

-- 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: 2539034360 bytes (2421 MiB) / 6442450944 bytes (6144 MiB) up to 6442450944 bytes (6144 MiB) CPUs: 16 Processor Vendor: GenuineIntel Processor Name: 12th Gen Intel(R) Core(TM) i5-12600K Identifier: Intel64 Family 6 Model 151 Stepping 2 Microarchitecture: Alder Lake Frequency (GHz): 3.69 Number of physical packages: 1 Number of physical CPUs: 10 Number of logical CPUs: 16 Graphics card #0 name: Parsec Virtual Display Adapter Graphics card #0 vendor: Parsec Cloud, Inc. Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: DriverVersion=0.41.0.0 Graphics card #1 name: NVIDIA GeForce RTX 3050 Graphics card #1 vendor: NVIDIA (0x10de) Graphics card #1 VRAM (MB): 4095.00 Graphics card #1 deviceId: 0x2507 Graphics card #1 versionInfo: DriverVersion=31.0.15.3640 Graphics card #2 name: Intel(R) UHD Graphics 770 Graphics card #2 vendor: Intel Corporation (0x8086) Graphics card #2 VRAM (MB): 1024.00 Graphics card #2 deviceId: 0x4680 Graphics card #2 versionInfo: DriverVersion=31.0.101.3616 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 3.20 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 3.20 Memory slot #1 type: DDR4 Virtual memory max (MB): 34603.87 Virtual memory used (MB): 24787.13 Swap memory total (MB): 2048.00 Swap memory used (MB): 83.95 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Fabric Mods: ad_astra: Ad Astra 1.15.1 com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.8 additionz: AdditionZ 1.1.10 advancementplaques: Advancement Plaques 1.4.9 adventurez: AdventureZ 1.4.18 alternate-current: Alternate Current 1.7.0 ambientsounds: AmbientSounds 5.2.20 antighost: AntiGhost 1.20-fabric0.83.0-1.1.5 crowdin-translate: CrowdinTranslate 1.4+1.19.3 appleskin: AppleSkin 2.5.0+mc1.20 cloth-config: Cloth Config v11 11.0.99 cloth-basic-math: cloth-basic-math 0.6.1 aquamirae: Aquamirae 6 aqupdgrizzly: Grizzly Bear mob 1.20-1.6.1 architectury: Architectury 9.1.10 areas: Areas 5.0 automobility: Automobility 0.4.2+1.20.1-fabric jsonem: JsonEM 0.2.1+1.20 azurelib: AzureLib 1.0.18 com_eliotlash_mclib_mclib: mclib 20 bakery: Bakery 1.1.0 balm-fabric: Balm 7.0.4 bclib: BCLib 3.0.10 wunderlib: WunderLib 1.1.3 beachparty: Beachparty 1.1.0 beautify: Beautify 1.0.0+1.20 betteradvancements: Better Advancements 0.3.2.161 bettercombat: Better Combat 1.7.2+1.20.1 betterend: Better End 4.0.7 betterf3: BetterF3 7.0.0 bettermcdonaldsmod: Better McDonald's Mod 1.20.1-3.0.2 betternether: Better Nether 9.0.7 betterpingdisplay: Better Ping Display 1.1.1 betterstats: Better Statistics Screen 2.10.3+1.20.1 tcdcommons: TCD Commons API 2.10.2+1.20.1 betterthirdperson: Better Third Person 1.9.0 bettervillage: Better village 3.1.0 biomemakeover: Biome Makeover 1.20.0-1.10.1 taniwha: Taniwha 1.20.0-5.1.1 blockus: Blockus 2.7.2+1.20.1 terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1 blur: Blur (Fabric) 3.1.0 midnightlib: MidnightLib 1.4.1 satin: Satin 1.13.0 bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.1-1.20 maelstrom_library: Maelstrom Library 1.6-1.20 multipart_entities: MultipartEntities 1.5-1.20 botarium: Botarium 2.1.0 team_reborn_energy: Energy 2.2.0 bountiful: Bountiful 6.0.2+1.20.1 brewinandchewin: Brewin And Chewin fabric-2.1.0+1.20.1 mm: Manningham Mills 2.3 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.10.91 c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.10.91 c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.10.91 c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.10.91 c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.10.91 c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.10.91 c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.10.91 c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.10.91 c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.10.91 c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.10.91 c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.10.91 c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.10.91 c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.10.91 c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.10.91 c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.10.91 c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.10.91 c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.10.91 c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.10.91 c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.10.91 c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.10.91 c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.10.91 com_ibm_async_asyncutil: asyncutil 0.1.0 net_objecthunter_exp4j: exp4j 0.4.8 org_threadly_threadly: threadly 7.0 cameraoverhaul: Camera Overhaul 1.4.0-fabric-universal camerautils: Camera Utils 1.20.1-1.0.4 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da82 candlelight: Candlelight 1.2.1.1 cardinal-components: Cardinal Components API 5.2.1 cardinal-components-base: Cardinal Components API (base) 5.2.1 cardinal-components-block: Cardinal Components API (blocks) 5.2.1 cardinal-components-chunk: Cardinal Components API (chunks) 5.2.1 cardinal-components-entity: Cardinal Components API (entities) 5.2.1 cardinal-components-item: Cardinal Components API (items) 5.2.1 cardinal-components-level: Cardinal Components API (world saves) 5.2.1 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.1 cardinal-components-world: Cardinal Components API (worlds) 5.2.1 carryon: Carry On 2.1.1.3 chat_heads: Chat Heads 0.10.16 chatanimation: ChatAnimation 1.0.2 chococraft: Chococraft 4 0.9.0 chunky: Chunky 1.3.92 citresewn: CIT Resewn 1.1.3+1.20 citresewn-defaults: CIT Resewn: Defaults 1.1.3+1.20 clumps: Clumps 12.0.0.2 clutter: Clutter 1.20.1-0.3.8 collective: Collective 6.62 combatroll: Combat Roll 1.2.1+1.20.1 comforts: Comforts 6.3.3+1.20.1 spectrelib: SpectreLib 0.13.12+1.20.1 connectiblechains: Connectible Chains 2.2.1+1.20.1 continuity: Continuity 3.0.0-beta.3+1.20.1 cosmetica: Cosmetica 1.2.5+hotfix com_github_cosmetica-cc_cosmeticadotjava: CosmeticaDotJava 1.11.2 sulphate: Sulfate 1.1.1 cozy: Cozy 1.1.0 craftify: Craftify 1.11.0 elementa: Elementa 590 universalcraft: UniversalCraft 277 vigilance: Vigilance 284 crawl: Crawl 0.12.0 creativecore: CreativeCore 2.10.24 net_minecraftforge_eventbus: eventbus 6.0.3 creaturesfromthesnow: Creatures from The Snow [1.20] 6.0.0 creeperoverhaul: Creeper Overhaul 3.0.0 cristellib: Cristel Lib 1.1.0 ctov: ChoiceTheorem's Overhauled Villages 3.3.0 cullleaves: Cull Leaves 3.1.0 culturaldelights: Cultural Delights Fabric 0.14.9+1.20.1 doapi: Lets Do Api 1.2.3 doom: Doom Fabric 6.0.2 doubledoors: Double Doors 5.0 duckling: Duckling 3.0.0 dungeons_arise: When Dungeons Arise 2.1.56 easyanvils: Easy Anvils 8.0.0 easymagic: Easy Magic 8.0.0 emi: EMI 1.0.5+1.20.1+fabric enhancedblockentities: Enhanced Block Entities 0.9+1.20 advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7 spruceui: SpruceUI 5.0.0+1.20 entity_model_features: Entity Model Features 0.2.12 entity_texture_features: Entity Texture Features 4.4.4 org_apache_httpcomponents_httpmime: httpmime 4.5.10 essential: Essential 12933+deploy-staging+gf941de5ac essential-container: essential-container 1.0.0 essential-loader: essential-loader 1.2.0 fabric-api: Fabric API 0.86.0+1.20.1 fabric-api-base: Fabric API Base 0.4.30+7abfd51577 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10+b3afc78b77 fabric-block-api-v1: Fabric Block API (v1) 1.0.9+e022e5d177 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.40+b3afc78b77 fabric-client-tags-api-v1: Fabric Client Tags 1.1.1+97bb207577 fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77 fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77 fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377 fabric-containers-v0: Fabric Containers (v0) 0.1.62+df3654b377 fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.9+b3afc78b77 fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.2.0+6c31357e77 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.52+b3afc78b77 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.38+b04edc7a77 fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.9+132c48c177 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.39+b3afc78b77 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.43+9e7660c677 fabric-message-api-v1: Fabric Message API (v1) 5.1.7+3265161977 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.1+9386d8a777 fabric-models-v0: Fabric Models (v0) 0.4.0+9386d8a777 fabric-networking-api-v1: Fabric Networking API (v1) 1.3.9+b3afc78b77 fabric-networking-v0: Fabric Networking (v0) 0.3.49+df3654b377 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.1+6beca84877 fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.19+b3afc78b77 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.0+2e061fd477 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.1.1+9386d8a777 fabric-renderer-indigo: Fabric Renderer - Indigo 1.4.1+9172968c77 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.34+b3afc78b77 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77 fabric-rendering-v0: Fabric Rendering (v0) 1.1.48+df3654b377 fabric-rendering-v1: Fabric Rendering (v1) 3.0.7+b3afc78b77 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.5+ea08f9d877 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.7+b3afc78b77 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.28+b3afc78b77 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77 fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.0+cdf060b277 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77 fabric-language-kotlin: Fabric Language Kotlin 1.9.6+kotlin.1.8.22 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.22 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.22 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.22 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.22 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.21.0 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.1 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.1 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.5.1 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.5.1 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.5.1 fabricloader: Fabric Loader 0.14.21 fallingleaves: Falling Leaves 1.15.1+1.20.1 fallingtree: FallingTree 4.1.1 farmersdelight: Farmer's Delight 1.20.1-1.4.1 faster_entity_animations: FastAnim 1.6 ferritecore: FerriteCore 6.0.0 fishofthieves: Fish of Thieves 3.0.2 forgeconfigapiport: Forge Config API Port 8.0.0 forgivingvoid: Forgiving Void 10.0.0 fpsdisplay: FPS-Display 1.5.0+1.20 friendsandfoes: Friends&Foes 1.9.1 fwaystones: Fabric Waystones 3.1.2+mc1.20 geckolib: Geckolib 4.2.1 genshinstrument: Genshin Instruments 2.8 gigeresque: Gigeresque 0.5.37 graveyard: The Graveyard 2.9.1 omega-config: OmegaConfig 1.2.2-1.18.1 handcrafted: Handcrafted 2.3.2 hwg: Happiness is a Warm Gun 1.4.14 icarus: Icarus 1.16 iceberg: Iceberg 1.1.10 immersive_paintings: Immersive Paintings 0.6.1+1.20.1 imst: Immersive structures 2.1.0 incendium: Incendium 5.3.0 indium: Indium 1.0.21+mc1.20.1 interactic: Interactic 0.2.0+1.20 invmove: InvMove 0.8.4 iris: Iris 1.6.4 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 itemborders: Item Borders 1.2.0 jade: Jade 11.1.3 jamlib: JamLib 0.6.0+1.20 java: OpenJDK 64-Bit Server VM 17 jei: Just Enough Items 15.2.0.22 kambrik: Kambrik 6.0.1+1.20.1 kiwi: Kiwi Library 11.0.0 knavesneeds: Knaves' Needs 1.1.4HOTFIX+1.20.1 krypton: Krypton 0.2.3 com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT lambdynlights: LambDynamicLights 2.3.1+1.20.1 pride: Pride Lib 1.2.0+1.19.4 lazydfu: LazyDFU 0.1.3 leavemybarsalone: Leave My Bars Alone 8.0.0 legendarytooltips: Legendary Tooltips 1.4.3 libraryferret: Library ferret 4.0.0 lithium: Lithium 0.11.2 lootr: Lootr 0.7.29.75 lovely_snails: Lovely Snails 1.1.2+1.20.1 mca: Minecraft Comes Alive 7.5.3+1.20.1 mcda: MC Dungeons Armors 5.0.0 mcdw: MC Dungeons Weapons 8.0.3 mchalo: MCHalo 1.1.19 memoryleakfix: Memory Leak Fix 1.1.1 minecraft: Minecraft 1.20.1 minecraftcapes: MinecraftCapes Mod 12.3.6 modmenu: Mod Menu 7.1.0 moonlight: Moonlight 1.20-2.6.2 moreculling: More Culling 1.20-0.18.1 conditional-mixin: conditional mixin 0.3.2 mousetweaks: Mouse Tweaks 2.25 mousewheelie: Mouse Wheelie 1.11.1+mc1.20-pre2 amecsapi: Amecs API 1.4.0+mc1.20-pre1 coat: Coat 1.0.0-beta.20+mc1.20-pre1 tweed4_annotated: tweed4_annotated 1.3.1+mc1.20-pre1 tweed4_base: tweed4_base 1.7.1+mc1.20-pre1 tweed4_data: tweed4_data 1.2.1+mc1.20-pre1 tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc1.20-pre1 tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.20-pre1 tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.20-pre1 tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.20-pre1 mr_ctov_beautifycompat: CTOV - Beautify Compat 2.0 mr_ctov_farmersdelightcompat: CTOV - Farmer Delight Compat 2.0 mr_dungeons_andtaverns: Dungeons and Taverns 1-v2.1.4 mr_vanilla_refresh: Vanilla Refresh 1-v1.4.16c nightlights: Night Lights 1.1 notenoughanimations: NotEnoughAnimations 1.6.4 nullscape: Nullscape 1.2.1 obscure_api: Obscure API 16 ocrenderfix_sodium: Sodium Occlusion Culling Fix 1.2.0 openpartiesandclaims: Open Parties and Claims 0.19.0 optigui: OptiGUI 2.1.2 optiglue: OptiGlue 2.1.2-mc.1.19.3 org_apache_commons_commons-text: commons-text 1.10.0 org_ini4j_ini4j: ini4j 0.5.4 org_jetbrains_annotations: annotations 13.0 owo: oωo 0.11.0+1.20 blue_endless_jankson: jankson 1.2.2 pehkui: Pehkui 3.7.6+1.14.4-1.20.1 kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4 perfectplushies: Perfect Plushies 1.0.2 ping-wheel: Ping Wheel 1.3.1 player-animator: Player Animator 1.0.2-rc1+1.20 presencefootsteps: Presence Footsteps 1.9.0 kirin: Kirin UI 1.15.0 prism: Prism 1.0.4 puzzleslib: Puzzles Lib 8.0.0 reacharound: Reacharound 1.1.2 reeses-sodium-options: Reese's Sodium Options 1.5.1+mc1.20-build.74 replaymod: Replay Mod 1.20.1-2.6.13 resourcefulconfig: Resourcefulconfig 2.0.0 resourcefullib: Resourceful Lib 2.1.1 com_teamresourceful_yabn: yabn 1.0.3 rightclickharvest: Right Click Harvest 3.2.2+1.19.x-1.20.1-fabric rocks: This Rocks! 1.7.1 servercore: ServerCore 1.3.7+1.20.1 com_electronwill_night-config_core: core 3.6.6 com_electronwill_night-config_toml: toml 3.6.6 fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT placeholder-api: Placeholder API 2.1.1+1.20 shouldersurfing: Shoulder Surfing Reloaded 2.4 showmeyourskin: Show Me Your Skin! 1.6.6+1.20 cicada: CICADA 0.4.0 shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1 simply_houses: Simply Houses 1.1.4-1.20.1 simplyswords: Simply Swords 1.48.0-1.21 sit: Sit! 1.0.1+1.20-1.20.1 skinlayers: 3d Skin Layers 1.5.3-mc1.20 smartbrainlib: SmartBrainLib 1.11.1 smoothchunk: Smooth chunk save Mod 1.20.1-3.0 snowrealmagic: Snow! Real Magic! 9.0.0 sodium: Sodium 0.4.10+build.27 sodium-extra: Sodium Extra 0.4.20+mc1.20-build.103 caffeineconfig: CaffeineConfig 1.1.0+1.17 soulfired: Soul fire'd 3.2.0.0 soulsweapons: Marium's Soulslike Weaponry 0.9.9.6-1.20-fabric sound_physics_remastered: Sound Physics Remastered 1.20.1-1.1.1 spark: spark 1.10.42 starlight: Starlight 1.1.2+fabric.dbc156f status-effect-bars: Status Effect Bars 1.0.3 structory: Structory 1.3.2 structory_towers: Structory: Towers 1.0.3 supplementaries: Supplementaries 1.20-2.5.13 suppsquared: Supplementaries Squared 1.20-1.1.6 t_and_t: Towns and Towers 1.10.2 terralith: Terralith 2.4.3 thiccpackets: Extra Thicc Packets 1.17-1.19+ things: Things 0.3.1+1.20 lavender: Lavender 0.1.0-pre.6+1.20 lavender-md: lavender-md 0.1.0-pre.3+1.20 lavender-md-owo-ui: lavender-md-owo-ui 0.1.0-pre.3+1.20 reach-entity-attributes: Reach Entity Attributes 2.3.3-pre.2 tooltiprareness: Tooltip Rareness 1.0.9 totw_additions: Towers of the Wild: Additions 1.3 tradingpost: Trading Post 8.0.0 trinkets: Trinkets 3.7.0 ubesdelight: Ube's Delight 0.1.1 vanillatweaks: VanillaTweaks 1.5.69 vinery: Vinery 1.4.0 visuality: Visuality 0.7.0+1.20 visualworkbench: Visual Workbench 8.0.0 vmp: Very Many Players 0.2.0+beta.7.96 voicechat: Simple Voice Chat 1.20.1-2.4.11 watching: From The Fog 1.9.2 wildfire_gender: Wildfire's Female Gender Mod 1.20-3.0.1 xaerominimap: Xaero's Minimap 23.5.0 Loaded Shaderpack: ComplementaryReimagined_r2.2.1.zip Profile: Custom (+19 options changed by user) NEC status: No NEC detected Launched Version: fabric-loader-0.14.21-1.20.1 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: NVIDIA GeForce RTX 3050/PCIe/SSE2 GL version 3.2.0 NVIDIA 536.40, NVIDIA Corporation Window size: 1920x1080 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric' Type: Integrated Server (map_client.txt) Graphics mode: fancy Resource Packs: fabric, vanilla, continuity:glass_pane_culling_fix, continuity:default, soulsweapons:2d_weapons, file/Stay_True_1.20.zip, file/NoBushyLeaves.zip, file/Transparent.zip, file/cubic-sun-moon-v1-6-1.zip, Supplementaries Generated Pack Current Language: en_us CPU: 16x 12th Gen Intel(R) Core(TM) i5-12600K Server Running: true Player Count: 1 / 8; [class_3222['Jafoolery'/487, l='ServerLevel[New World]', x=598.29, y=68.00, z=-71.76]] Data Packs: vanilla, fabric, Supplementaries Generated Pack, Suppsquared Generated Pack Enabled Feature Flags: minecraft:vanilla World Generation: Stable

comp500 commented 1 year ago

Please send the latest.log file from the logs folder, I'm not sure what caused the crash from just the crash report.

comp500 commented 1 year ago

Closing: unable to replicate the issue, insufficient information