Crashes with SPWorlds Nav mod installed
Closed this issue · 2 comments
Minecraft crashes when the SPWorlds Nav overlay should appear (by default - when entering Nether).
Turning off “hud_batching” solves the problem.
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 2025-04-19 13:27:40
Description: Unexpected error
java.lang.NullPointerException: Cannot invoke "net.minecraft.class_287.method_60800()" because "buffer" is null
at knot//io.wispforest.owo.ui.core.OwoUIDrawContext.submitQuads(OwoUIDrawContext.java:75)
at knot//io.wispforest.owo.ui.util.NinePatchTexture.draw(NinePatchTexture.java:70)
at knot//io.wispforest.owo.ui.util.NinePatchTexture.draw(NinePatchTexture.java:51)
at knot//io.wispforest.owo.ui.util.NinePatchTexture.lambda$draw$1(NinePatchTexture.java:147)
at knot//io.wispforest.owo.ui.util.NinePatchTexture.ifPresent(NinePatchTexture.java:152)
at knot//io.wispforest.owo.ui.util.NinePatchTexture.draw(NinePatchTexture.java:147)
at knot//ru.furrc.spwn.client.ui.SPWorldsNavComponents.lambda$static$0(SPWorldsNavComponents.java:15)
at knot//io.wispforest.owo.ui.base.BaseParentComponent.draw(BaseParentComponent.java:68)
at knot//io.wispforest.owo.ui.container.FlowLayout.draw(FlowLayout.java:144)
at knot//ru.furrc.spwn.client.ui.NavigationHud.draw(NavigationHud.java:27)
at knot//io.wispforest.owo.ui.base.BaseParentComponent.drawChildren(BaseParentComponent.java:354)
at knot//io.wispforest.owo.ui.container.FlowLayout.draw(FlowLayout.java:145)
at knot//io.wispforest.owo.ui.core.OwoUIAdapter.method_25394(OwoUIAdapter.java:178)
at knot//io.wispforest.owo.ui.hud.Hud.lambda$static$5(Hud.java:111)
at knot//net.fabricmc.fabric.api.client.rendering.v1.HudRenderCallback.lambda$static$0(HudRenderCallback.java:28)
at knot//net.minecraft.class_329.handler$ccj001$fabric-rendering-v1$render(class_329.java:8038)
at knot//net.minecraft.class_329.method_1753$mixinextras$wrapped$158(class_329.java:220)
at knot//net.minecraft.class_329.mixinextras$bridge$method_1753$mixinextras$wrapped$158$159(class_329.java)
at knot//net.minecraft.class_329.wrapMethod$coj000$iris$handleHudHidingScreens(class_329.java:9548)
at knot//net.minecraft.class_329.method_1753(class_329.java)
at knot//net.minecraft.class_757.mixinextras$bridge$method_1753$335(class_757.java)
at knot//net.minecraft.class_757.md9b5ee0$immediatelyfast$lambda$hudBatching$0$3(class_757.java:7325)
at knot//net.raphimc.immediatelyfast.feature.batching.BatchingBuffers.runBatched(BatchingBuffers.java:59)
at knot//net.minecraft.class_757.wrapOperation$ckg000$immediatelyfast$hudBatching(class_757.java:7325)
at knot//net.minecraft.class_757.method_3192(class_757.java:896)
at knot//net.minecraft.class_310.method_1523(class_310.java:1285)
at knot//net.minecraft.class_310.method_1514(class_310.java:882)
at knot//net.minecraft.client.main.Main.main(Main.java:256)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at knot//io.wispforest.owo.ui.core.OwoUIDrawContext.submitQuads(OwoUIDrawContext.java:75)
at knot//io.wispforest.owo.ui.util.NinePatchTexture.draw(NinePatchTexture.java:70)
at knot//io.wispforest.owo.ui.util.NinePatchTexture.draw(NinePatchTexture.java:51)
at knot//io.wispforest.owo.ui.util.NinePatchTexture.lambda$draw$1(NinePatchTexture.java:147)
at knot//io.wispforest.owo.ui.util.NinePatchTexture.ifPresent(NinePatchTexture.java:152)
at knot//io.wispforest.owo.ui.util.NinePatchTexture.draw(NinePatchTexture.java:147)
at knot//ru.furrc.spwn.client.ui.SPWorldsNavComponents.lambda$static$0(SPWorldsNavComponents.java:15)
at knot//io.wispforest.owo.ui.base.BaseParentComponent.draw(BaseParentComponent.java:68)
at knot//io.wispforest.owo.ui.container.FlowLayout.draw(FlowLayout.java:144)
at knot//ru.furrc.spwn.client.ui.NavigationHud.draw(NavigationHud.java:27)
at knot//io.wispforest.owo.ui.base.BaseParentComponent.drawChildren(BaseParentComponent.java:354)
at knot//io.wispforest.owo.ui.container.FlowLayout.draw(FlowLayout.java:145)
at knot//io.wispforest.owo.ui.core.OwoUIAdapter.method_25394(OwoUIAdapter.java:178)
at knot//io.wispforest.owo.ui.hud.Hud.lambda$static$5(Hud.java:111)
at knot//net.fabricmc.fabric.api.client.rendering.v1.HudRenderCallback.lambda$static$0(HudRenderCallback.java:28)
at knot//net.minecraft.class_329.handler$ccj001$fabric-rendering-v1$render(class_329.java:8038)
at knot//net.minecraft.class_329.method_1753$mixinextras$wrapped$158(class_329.java:220)
at knot//net.minecraft.class_329.mixinextras$bridge$method_1753$mixinextras$wrapped$158$159(class_329.java)
at knot//net.minecraft.class_329.wrapMethod$coj000$iris$handleHudHidingScreens(class_329.java:9548)
at knot//net.minecraft.class_329.method_1753(class_329.java)
at knot//net.minecraft.class_757.mixinextras$bridge$method_1753$335(class_757.java)
at knot//net.minecraft.class_757.md9b5ee0$immediatelyfast$lambda$hudBatching$0$3(class_757.java:7325)
at knot//net.raphimc.immediatelyfast.feature.batching.BatchingBuffers.runBatched(BatchingBuffers.java:59)
at knot//net.minecraft.class_757.wrapOperation$ckg000$immediatelyfast$hudBatching(class_757.java:7325)
-- Uptime --
Details:
JVM uptime: 86.328s
Wall uptime: 68.408s
High-res time: 1297622.500s
Client ticks: 866 ticks / 43.300s
Stacktrace:
at knot//net.minecraft.class_310.method_1587(class_310.java:2501)
at knot//net.minecraft.class_310.method_54580(class_310.java:949)
at knot//net.minecraft.class_310.method_1514(class_310.java:905)
at knot//net.minecraft.client.main.Main.main(Main.java:256)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
-- Affected level --
Details:
All players: 3 total; [class_746['1NFERR'/330132, l='ClientLevel', x=-8.49, y=30.00, z=1.94], class_745['Xeguf'/13521, l='ClientLevel', x=1.25, y=30.75, z=12.54], class_745['MishaOv'/298270, l='ClientLevel', x=-8.27, y=40.79, z=41.13]]
Chunk stats: 529, 145
Level dimension: minecraft:the_nether
Level spawn location: World: (0,50,0), Section: (at 0,2,0 in 0,3,0; chunk contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 875720764 game time, 875720764 day time
Server brand: Folia
Server type: Non-integrated multiplayer server
Tracked entity count: 78
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, fabric, adventure-platform-fabric, async, audition, bedrerodium, c2me, chat_heads, chatpatches, citresewn, citresewn-defaults, clean-debug, clickthrough, clientsidenoteblocks, cloth-config, concentration, conditional-mixin, continuity, deathlog, debugify, dynamic_fps, dynamicpack, ears, enhancedblockentities, entity_model_features, entity_texture_features, entityculling, exordium, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, faster-random, fastipping, figextra, figura, fzzy_config, gpu_tape, immediatelyfast, iris, jankson, krypton, lambdynlights, lambdynlights_api, libgui, litematica, lithium, malilib, midnightlib, modernfix, modmenu, moreculling, noemotecraft, noisium, notenoughanimations, obsidianui, owo, particle_core, perspektive, plasmovoice, playeranimator, presencium, pride, pv-addon-replaymod, replaymod, rprenames, scalablelux, serverpingerfixer, shulkerboxtooltip, sodium, spruceui, spwallet, spwn, stendhal, stfu, vivecraft, vmp, wi_zoom, xaeroworldmap, yet_another_config_lib_v3, continuity:glass_pane_culling_fix, continuity:default, file/My Minimal Armor 1.21 - 1.21.1 v1.4.zip, file/SP.zip, file/PawTotems.zip, replaymod_lang
-- System Details --
Details:
Minecraft Version: 1.21.1
Minecraft Version ID: 1.21.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 22.0.1, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 15191769088 bytes (14488 MiB) / 17179869184 bytes (16384 MiB) up to 17179869184 bytes (16384 MiB)
CPUs: 6
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
Identifier: Intel64 Family 6 Model 158 Stepping 10
Microarchitecture: Coffee Lake
Frequency (GHz): 2.81
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 6
Graphics card #0 name: NVIDIA GeForce RTX 2070
Graphics card #0 vendor: NVIDIA
Graphics card #0 VRAM (MiB): 8192.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 32.0.15.7270
Memory slot #0 capacity (MiB): 16384.00
Memory slot #0 clockSpeed (GHz): 2.67
Memory slot #0 type: DDR4
Memory slot #1 capacity (MiB): 16384.00
Memory slot #1 clockSpeed (GHz): 2.67
Memory slot #1 type: DDR4
Virtual memory max (MiB): 43951.88
Virtual memory used (MiB): 38639.95
Swap memory total (MiB): 11270.16
Swap memory used (MiB): 506.80
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 71795.50, total: 474313.97
Space in storage for workdir (MiB): available: 71795.50, total: 474313.97
JVM Flags: 7 total; -XX:+UseZGC -XX:+ZGenerational -XX:+AlwaysPreTouch -XX:+UseStringDeduplication -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms16384m -Xmx16384m
Fabric Mods:
async: Async 0.1.7+alpha.3-1.21.1
com_electronwill_night-config_core: core 3.8.1
com_electronwill_night-config_toml: toml 3.8.1
audition: Audition 1.0.1-1.21.1
bedrerodium: Bedrerodium ${version}
c2me: Concurrent Chunk Management Engine 0.3.0+alpha.0.319+1.21.1
c2me-base: Concurrent Chunk Management Engine (Base) 0.3.0+alpha.0.319+1.21.1
c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.3.0+alpha.0.319+1.21.1
c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.0+alpha.0.319+1.21.1
c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.0+alpha.0.319+1.21.1
c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.0+alpha.0.319+1.21.1
c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.0+alpha.0.319+1.21.1
c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.3.0+alpha.0.319+1.21.1
c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.0+alpha.0.319+1.21.1
c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.3.0+alpha.0.319+1.21.1
c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.0+alpha.0.319+1.21.1
c2me-opts-dfc: Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) 0.3.0+alpha.0.319+1.21.1
c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.3.0+alpha.0.319+1.21.1
c2me-opts-natives-math: Concurrent Chunk Management Engine (Optimizations/Natives Math) 0.3.0+alpha.0.319+1.21.1
c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.0+alpha.0.319+1.21.1
c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.0+alpha.0.319+1.21.1
c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.0+alpha.0.319+1.21.1
c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.0+alpha.0.319+1.21.1
c2me-rewrites-chunk-system: Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.0+alpha.0.319+1.21.1
c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.0+alpha.0.319+1.21.1
c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.3.0+alpha.0.319+1.21.1
c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.3.0+alpha.0.319+1.21.1
com_ibm_async_asyncutil: asyncutil 0.1.0
io_reactivex_rxjava3_rxjava: rxjava 3.1.8
net_objecthunter_exp4j: exp4j 0.4.8
org_jctools_jctools-core: jctools-core 4.0.5
org_reactivestreams_reactive-streams: reactive-streams 1.0.4
chat_heads: Chat Heads 0.13.13
chatpatches: Chat Patches 211.6.9
citresewn: CIT Resewn 1.2.2+1.21
citresewn-defaults: CIT Resewn: Defaults 1.2.2+1.21
clean-debug: Clean F3 0.4.9
clickthrough: Click Through Updated 0.1.0+1.21
clientsidenoteblocks: ClientSideNoteblocks 2.8
fabric-api-base: Fabric API Base 0.4.42+6573ed8c90
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a790
cloth-config: Cloth Config v15 15.0.140
cloth-basic-math: cloth-basic-math 0.6.1
concentration: Concentration 2.3.0
continuity: Continuity 3.0.0+1.21
deathlog: DeathLog 0.4.1+1.21
debugify: Debugify 1.21.1+1.0
dynamic_fps: Dynamic FPS 3.9.3
net_lostluma_battery: battery 1.3.0
dynamicpack: DynamicPack 1.1+1.21
ears: Ears 1.4.7
enhancedblockentities: Enhanced Block Entities 0.10.2+1.21
entity_model_features: Entity Model Features 2.4.1
entity_texture_features: Entity Texture Features 6.2.9
org_apache_httpcomponents_httpmime: httpmime 4.5.10
entityculling: EntityCulling 1.7.4
exordium: Exordium 1.4.1
fabric-api: Fabric API 0.115.4+1.21.1
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.70+b559734419
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a719
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.11+ebb2264e19
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.18+b559734419
fabric-convention-tags-v1: Fabric Convention Tags 2.1.4+7f945d5b19
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.11.0+a406e79519
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.1+9ed317f519
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.28+16c4ae2519
fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
fabric-entity-events-v1: Fabric Entity Events (v1) 1.7.0+2122d82819
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
fabric-item-api-v1: Fabric Item API (v1) 11.1.1+d5debaed19
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.7+def88e3a19
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.5.0+01d9a51c19
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8c19
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6b19
fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.14+248df81c19
fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.2.0+34f5d91419
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49c19
fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49c19
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b319
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.49+73761d2e19
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b319
fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd019
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.88+b559734419
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.2+c24bd99419
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
fabric-language-kotlin: Fabric Language Kotlin 1.13.2+kotlin.2.1.20
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.20
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.20
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.20
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.20
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.1
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.2
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.7.0
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.7.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.0
fabricloader: Fabric Loader 0.16.12
mixinextras: MixinExtras 0.4.1
faster-random: Faster Random 5.1.0
fastipping: Fast IP Ping 1.0.5
ferritecore: FerriteCore 7.0.2-hotfix
figextra: FigExtra 0.5.1+1.20.1
figura: Figura 0.1.5+1.21.1
com_github_figuramc_luaj_luaj-core: luaj-core 3.0.8-figura
com_github_figuramc_luaj_luaj-jse: luaj-jse 3.0.8-figura
com_neovisionaries_nv-websocket-client: nv-websocket-client 2.14
fzzy_config: Fzzy Config 0.6.9+1.21
blue_endless_jankson: jankson 1.2.3
fabric-permissions-api-v0: fabric-permissions-api 0.3.1
net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
gpu_tape: GPU Tape 1.0.5.1
immediatelyfast: ImmediatelyFast 1.6.5+1.21.1
net_lenni0451_reflect: Reflect 1.3.4
iris: Iris 1.8.8+mc1.21.1
io_github_douira_glsl-transformer: glsl-transformer 2.0.1
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
java: Java HotSpot(TM) 64-Bit Server VM 22
krypton: Krypton 0.2.8
com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT
lambdynlights: LambDynamicLights 4.1.0+1.21.1
lambdynlights_api: LambDynamicLights (API) 4.1.0+1.21.1
pride: Pride Lib 1.2.1+1.21
spruceui: SpruceUI 6.2.1+1.21
litematica: Litematica 0.19.57
lithium: Lithium 0.15.0+mc1.21.1
malilib: MaLiLib 0.21.7
midnightlib: MidnightLib 1.6.9
minecraft: Minecraft 1.21.1
modernfix: ModernFix 5.21.0+mc1.21.1
modmenu: Mod Menu 11.0.3
placeholder-api: Placeholder API 2.4.0-pre.2+1.21
moreculling: More Culling 1.0.6
conditional-mixin: conditional mixin 0.6.3
mixinsquared: MixinSquared 0.2.0
mousetweaks: Mouse Tweaks 2.26
noemotecraft: NoEmotecraft 2.5.2
bendy-lib: Bendy api 5.0-rc2
playeranimator: Player Animator 2.0.0-alpha1+1.21
noemotecraft-addon-replay: noemotecraft-addon-replay unspecified
noisium: Noisium 2.3.0+mc1.21-1.21.1
notenoughanimations: NotEnoughAnimations 1.9.3
obsidianui: ObsidianUI 0.2.9+mc1.21.1
particle_core: Particle Core 0.2.6+1.21
perspektive: perspektive 1.4.1
plasmovoice: Plasmo Voice 2.1.3
presencium: Presencium 7
me_splitque_common: common unspecified
pv-addon-replaymod: pv-addon-replaymod 2.1.2
replaymod: Replay Mod 1.21-2.6.20
rprenames: RP Renames 0.9.2
scalablelux: ScalableLux 0.1.0+fabric.26c6e72
serverpingerfixer: Server Pinger Fixer 1.0.5
shulkerboxtooltip: Shulker Box Tooltip 5.1.3+1.21.1
sodium: Sodium 0.6.13+mc1.21.1
spwallet: #SP wallet 1.21-2.1.5
libninepatch: LibNinePatch 1.2.0
spwn: SPWorlds Nav 0.2.1+1.21.1
adventure-platform-fabric: adventure-platform-fabric 5.14.1
net_kyori_adventure-api: adventure-api 4.17.0
net_kyori_adventure-key: adventure-key 4.17.0
net_kyori_adventure-platform-api: adventure-platform-api 4.3.3
net_kyori_adventure-text-logger-slf4j: adventure-text-logger-slf4j 4.17.0
net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.17.0
net_kyori_adventure-text-serializer-ansi: adventure-text-serializer-ansi 4.17.0
net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.17.0
net_kyori_adventure-text-serializer-json: adventure-text-serializer-json 4.17.0
net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.17.0
net_kyori_ansi: ansi 1.1.0
net_kyori_examination-api: examination-api 1.3.0
net_kyori_examination-string: examination-string 1.3.0
net_kyori_option: option 1.0.0
owo: o?o 0.12.14-pre.1+1.21
io_wispforest_endec: endec 0.1.5
io_wispforest_endec_gson: gson 0.1.3
io_wispforest_endec_jankson: jankson 0.1.3
io_wispforest_endec_netty: netty 0.1.2
stendhal: Stendhal 1.4.1-1.21
libgui: LibGui 11.0.0+1.21
jankson: Jankson 8.0.0+j1.2.3
stfu: Stfu 2.4.4-1.21.1
threatengl: ThreatenGL 1.3.3-release.1
vivecraft: Vivecraft 1.21.1-1.2.5
com_illposed_osc_javaosc-core: javaosc-core 0.9
org_lwjgl_lwjgl-openvr: lwjgl-openvr 3.3.3
org_lwjgl_lwjgl-openvr_natives-linux: lwjgl-openvr 3.3.3
org_lwjgl_lwjgl-openvr_natives-macos: lwjgl-openvr 3.3.3
org_lwjgl_lwjgl-openvr_natives-windows: lwjgl-openvr 3.3.3
vmp: Very Many Players 0.2.0+beta.7.172+1.21.1
wi_zoom: WI Zoom 1.6-MC1.21.1
xaeroworldmap: Xaero's World Map 1.39.4
yet_another_config_lib_v3: YetAnotherConfigLib 3.6.6+1.21.1-fabric
com_twelvemonkeys_common_common-image: common-image 3.12.0
com_twelvemonkeys_common_common-io: common-io 3.12.0
com_twelvemonkeys_common_common-lang: common-lang 3.12.0
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
org_quiltmc_parsers_gson: gson 0.2.1
org_quiltmc_parsers_json: json 0.2.1
Loaded Shaderpack: Solas Shader V2.7b.zip
Profile: HIGH (+5 options changed by user)
Launched Version: 1.21.1
Launcher name: PrismLauncher
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NVIDIA GeForce RTX 2070/PCIe/SSE2 GL version 4.6.0 NVIDIA 572.70, NVIDIA Corporation
Window size: 1920x1080
GFLW Platform: win32
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 400921fb54442d18
Type: Client (map_client.txt)
Graphics mode: fancy
Render Distance: 8/16 chunks
Resource Packs: vanilla, fabric, adventure-platform-fabric, async, audition, bedrerodium, c2me, chat_heads, chatpatches, citresewn, citresewn-defaults, clean-debug, clickthrough, clientsidenoteblocks, cloth-config, concentration (incompatible), conditional-mixin, continuity, deathlog, debugify, dynamic_fps, dynamicpack, ears, enhancedblockentities, entity_model_features, entity_texture_features, entityculling, exordium, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, faster-random, fastipping, figextra, figura, fzzy_config, gpu_tape, immediatelyfast, iris, jankson, krypton, lambdynlights, lambdynlights_api, libgui, litematica, lithium, malilib, midnightlib, modernfix (incompatible), modmenu, moreculling, noemotecraft, noisium, notenoughanimations, obsidianui, owo, particle_core, perspektive, plasmovoice, playeranimator, presencium, pride, pv-addon-replaymod, replaymod (incompatible), rprenames, scalablelux, serverpingerfixer, shulkerboxtooltip, sodium, spruceui, spwallet, spwn, stendhal, stfu, vivecraft, vmp, wi_zoom, xaeroworldmap (incompatible), yet_another_config_lib_v3 (incompatible), continuity:glass_pane_culling_fix, continuity:default, file/My Minimal Armor 1.21 - 1.21.1 v1.4.zip, file/SP.zip, file/PawTotems.zip
Current Language: ru_ru
Locale: en_RU
System encoding: Cp1251
File encoding: UTF-8
CPU: 6x Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
You have too many mods installed. Try reproducing the issue with only SPWorlds Nav (and its dependencies) and ImmediatelyFast installed