
Crash on exception from zigythebird animation library
Closed this issue · 6 comments
On play animation by emotecraft with issues crash all players around emote
Expected behavior
Cancel animation or prevent crashing or validate animation before play
Minecraft version+mod loader
- Version: 1.21.8
- Modded: Fabric 0.17.2
- Client
Mod version: 3.0.0-a.build.110 and 3.0.0-b.build.119 on player had emote
Minecraft log and crash report:
---- Minecraft Crash Report ----
// You're mean.
Time: 2025-08-31 20:12:20
Description: Rendering entity in world
java.lang.NullPointerException: Cannot invoke "com.zigythebird.playeranimcore.animation.keyframe.BoneAnimation.positionKeyFrames()" because "boneAnimation" is null
at knot//com.zigythebird.playeranimcore.bones.PlayerAnimBone.beginOrEndTickLerp(PlayerAnimBone.java:421)
at knot//com.zigythebird.playeranimcore.bones.PlayerAnimBone.beginOrEndTickLerp(PlayerAnimBone.java:382)
at knot//com.zigythebird.playeranimcore.animation.AnimationController.get3DTransformRaw(AnimationController.java:785)
at knot//com.zigythebird.playeranimcore.animation.AnimationController.get3DTransform(AnimationController.java:799)
at knot//com.zigythebird.playeranimcore.animation.layered.AnimationStack.get3DTransform(AnimationStack.java:43)
at knot//com.zigythebird.playeranim.animation.PlayerAnimManager.updatePart(PlayerAnimManager.java:61)
at knot//net.minecraft.class_591.handler$dbb001$player_animation_library$setupPlayerAnimation(class_591.java:1100)
at knot//net.minecraft.class_591.method_62110(class_591.java:134)
at knot//net.minecraft.class_591.method_2819(class_591.java:19)
at knot//net.minecraft.class_922.method_4054(class_922.java:101)
at knot//net.minecraft.class_922.method_3936(class_922.java:42)
at knot//net.minecraft.class_898.method_68834(class_898.java:203)
at knot//net.minecraft.class_898.method_3954(class_898.java:178)
at knot//net.minecraft.class_898.method_62424(class_898.java:160)
at knot//net.minecraft.class_761.method_22977(class_761.java:949)
at knot//net.minecraft.class_761.method_62207(class_761.java:823)
at knot//net.minecraft.class_761.method_62214(class_761.java:614)
at knot//net.minecraft.class_9909.method_61910(class_9909.java:67)
at knot//net.minecraft.class_761.method_22710(class_761.java:544)
at knot//net.minecraft.class_757.method_3188(class_757.java:738)
at knot//net.minecraft.class_757.method_3192(class_757.java:506)
at knot//net.minecraft.class_310.method_1523(class_310.java:1361)
at knot//net.minecraft.class_310.method_1514(class_310.java:947)
at knot//net.minecraft.client.main.Main.main(Main.java:265)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
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//com.zigythebird.playeranimcore.bones.PlayerAnimBone.beginOrEndTickLerp(PlayerAnimBone.java:421)
at knot//com.zigythebird.playeranimcore.bones.PlayerAnimBone.beginOrEndTickLerp(PlayerAnimBone.java:382)
at knot//com.zigythebird.playeranimcore.animation.AnimationController.get3DTransformRaw(AnimationController.java:785)
at knot//com.zigythebird.playeranimcore.animation.AnimationController.get3DTransform(AnimationController.java:799)
at knot//com.zigythebird.playeranimcore.animation.layered.AnimationStack.get3DTransform(AnimationStack.java:43)
at knot//com.zigythebird.playeranim.animation.PlayerAnimManager.updatePart(PlayerAnimManager.java:61)
at knot//net.minecraft.class_591.handler$dbb001$player_animation_library$setupPlayerAnimation(class_591.java:1100)
at knot//net.minecraft.class_591.method_62110(class_591.java:134)
at knot//net.minecraft.class_591.method_2819(class_591.java:19)
at knot//net.minecraft.class_922.method_4054(class_922.java:101)
-- EntityRenderState being rendered --
Details:
EntityRenderState: net.minecraft.class_10055
Entity's Exact location: 1569.60, 64.00, -495.56
Stacktrace:
at knot//net.minecraft.class_898.method_68834(class_898.java:203)
at knot//net.minecraft.class_898.method_3954(class_898.java:178)
at knot//net.minecraft.class_898.method_62424(class_898.java:160)
at knot//net.minecraft.class_761.method_22977(class_761.java:949)
at knot//net.minecraft.class_761.method_62207(class_761.java:823)
at knot//net.minecraft.class_761.method_62214(class_761.java:614)
at knot//net.minecraft.class_9909.method_61910(class_9909.java:67)
at knot//net.minecraft.class_761.method_22710(class_761.java:544)
at knot//net.minecraft.class_757.method_3188(class_757.java:738)
at knot//net.minecraft.class_757.method_3192(class_757.java:506)
at knot//net.minecraft.class_310.method_1523(class_310.java:1361)
at knot//net.minecraft.class_310.method_1514(class_310.java:947)
at knot//net.minecraft.client.main.Main.main(Main.java:265)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
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)
-- Renderer details --
Details:
Assigned renderer: net.minecraft.class_1007@a89adb5
Location: 3.67,-1.62,-1.64 - World: (3,-2,-2), Section: (at 3,14,14 in 0,-1,-1; chunk contains blocks 0,-64,-16 to 15,319,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
Stacktrace:
at knot//net.minecraft.class_898.method_68829(class_898.java:245)
at knot//net.minecraft.class_898.method_68834(class_898.java:238)
at knot//net.minecraft.class_898.method_3954(class_898.java:178)
at knot//net.minecraft.class_898.method_62424(class_898.java:160)
at knot//net.minecraft.class_761.method_22977(class_761.java:949)
at knot//net.minecraft.class_761.method_62207(class_761.java:823)
at knot//net.minecraft.class_761.method_62214(class_761.java:614)
at knot//net.minecraft.class_9909.method_61910(class_9909.java:67)
at knot//net.minecraft.class_761.method_22710(class_761.java:544)
at knot//net.minecraft.class_757.method_3188(class_757.java:738)
at knot//net.minecraft.class_757.method_3192(class_757.java:506)
at knot//net.minecraft.class_310.method_1523(class_310.java:1361)
at knot//net.minecraft.class_310.method_1514(class_310.java:947)
at knot//net.minecraft.client.main.Main.main(Main.java:265)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
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)
-- Entity being rendered --
Details:
Entity Type: minecraft:player (net.minecraft.class_745)
Entity ID: 236502
Entity Name: NuNi257
Entity's Exact location: 1569.60, 64.00, -495.56
Entity's Block location: World: (1569,64,-496), Section: (at 1,0,0 in 98,4,-31; chunk contains blocks 1568,-64,-496 to 1583,319,-481), Region: (3,-1; contains chunks 96,-32 to 127,-1, blocks 1536,-64,-512 to 2047,319,-1)
Entity's Momentum: 0.00, 0.42, 0.00
Entity's Passengers: []
Entity's Vehicle: null
-- Uptime --
Details:
JVM uptime: 1269.171s
Wall uptime: 1245.068s
High-res time: 1227.841s
Client ticks: 24418 ticks / 1220.900s
-- Affected level --
Details:
All players: 2 total; class_746{name=BruhaBruh, id=229408, pos=(1565.9329259280578, 64.0, -493.9236933634751), mode=CREATIVE, permission=0}, class_745{name=NuNi257, id=236502, pos=(1569.602294921875, 64.0, -495.564697265625), mode=SURVIVAL, permission=0}
Chunk stats: 361, 224 F: 544 L: 0 U: 466 C: 0
Level dimension: minecraft:overworld
Level spawn location: World: (0,74,0), Section: (at 0,10,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: 119754659 game time, 154406325 day time
Server brand: Folia (Velocity)
Server type: Non-integrated multiplayer server
Tracked entity count: 14
-- Last reload --
Details:
Reload number: 2
Reload reason: manual
Finished: Yes
Packs: vanilla, fabric, almanac, appleskin, bettersavedhotbars, bind_cmd, blur, bobby, centered-crosshair, clickthrough, cloth-config, componentviewer, conditional-mixin, detailabreconst, dynamic_fps, emotecraft, entity_model_features, entity_texture_features, entityculling, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-command-api-v2, 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-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-rendering-fluids-v1, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-serialization-api-v1, fabric-sound-api-v1, fabric-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fastipping, fastquit, gammautils, immediatelyfast, iris, jade, languagereload, letmedespawn, lithium, malilib, midnightlib, minihud, mining_quakes, modmenu, nochatreports, particle-effects, pingview, placeholder-api, presencefootsteps, reeses-sodium-options, rpc, shadowtrace, smoothgui, smoothscroll, sodium, spark, trender, voicechat, yet_another_config_lib_v3, zoomify, file/§lcolourful containers§8.zip, file/Ore_UI-ify_v1.0.zip, file/bls-pack, server/00000000/a3a560ae-f280-3ade-9e9b-4be91e0f77e2
-- System Details --
Details:
Minecraft Version: 1.21.8
Minecraft Version ID: 1.21.8
Operating System: Windows 11 (amd64) version 10.0
Java Version: 21.0.7, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 1497874208 bytes (1428 MiB) / 3883925504 bytes (3704 MiB) up to 16978542592 bytes (16192 MiB)
CPUs: 12
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 5600 6-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
Microarchitecture: Zen 3
Frequency (GHz): 3.49
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce RTX 2060
Graphics card #0 vendor: NVIDIA
Graphics card #0 VRAM (MiB): 6144.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 32.0.15.8088
Memory slot #0 capacity (MiB): 8192.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
Memory slot #2 capacity (MiB): 8192.00
Memory slot #2 clockSpeed (GHz): 2.67
Memory slot #2 type: DDR4
Memory slot #3 capacity (MiB): 16384.00
Memory slot #3 clockSpeed (GHz): 2.67
Memory slot #3 type: DDR4
Virtual memory max (MiB): 49075.59
Virtual memory used (MiB): 17317.04
Swap memory total (MiB): 0.00
Swap memory used (MiB): 0.00
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: 39429.25, total: 121432.00
Space in storage for workdir (MiB): available: 37507.58, total: 953354.00
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx16192m
Fabric Mods:
almanac: Almanac 1.4.5
appleskin: AppleSkin 3.0.6+mc1.21.6
bendable_cuboids: Bendable Cuboids Library 1.0.4+mc1.21.7
bettersavedhotbars: Better Saved Hotbars 1.3.8
bind_cmd: BindCommands 1.7.2
blur: Blur+ 5.2.2
midnightlib: MidnightLib 1.7.4
bobby: Bobby 5.2.8+mc1.21.6
com_typesafe_config: config 1.4.2
io_leangen_geantyref_geantyref: geantyref 1.3.13
org_spongepowered_configurate-core: configurate-core 4.1.2
org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
centered-crosshair: Centered Crosshair 1.2.0
clickthrough: ClickThrough Plus 3.5.1+1.21.4
cloth-config: Cloth Config v19 19.0.147
cloth-basic-math: cloth-basic-math 0.6.1
componentviewer: Component Viewer 1.2.1+1.21.8
detailabreconst: Detail Armor Bar Reconstructed 4.2.5+1.21.8-fabric
dynamic_fps: Dynamic FPS 3.9.6
net_lostluma_battery: battery 1.3.0
emotecraft: Emotecraft 3.0.0-a.build.110
net_raphimc_noteblocklib: NoteBlockLib 3.1.0
entity_model_features: Entity Model Features 2.4.4
entity_texture_features: Entity Texture Features 6.2.14
org_apache_httpcomponents_httpmime: httpmime 4.5.10
entityculling: EntityCulling 1.8.2
transition: TRansition 1.0.3
trender: TRender 1.0.5
fabric-api: Fabric API 0.133.0+1.21.8
fabric-api-base: Fabric API Base 0.5.0+cd8c0daa2c
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.101+946bf4c32c
fabric-biome-api-v1: Fabric Biome API (v1) 16.0.11+946bf4c32c
fabric-block-api-v1: Fabric Block API (v1) 1.1.3+946bf4c32c
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.31+946bf4c32c
fabric-command-api-v2: Fabric Command API (v2) 2.3.1+52fff9ec2c
fabric-content-registries-v0: Fabric Content Registries (v0) 10.1.0+c75de69d2c
fabric-convention-tags-v1: Fabric Convention Tags 2.1.41+7f945d5b2c
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.15.6+eb5df52f2c
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.3.15+946bf4c32c
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.8.12+38b5f74e2c
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 23.2.6+0b1ef9762c
fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.20+948fc79a2c
fabric-entity-events-v1: Fabric Entity Events (v1) 2.1.2+c9e472732c
fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.0.24+946bf4c32c
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.73+c64c9c5b2c
fabric-item-api-v1: Fabric Item API (v1) 11.5.0+02ce13f42c
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.2.14+c5f9bbc12c
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.65+946bf4c32c
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.4+db4dfd852c
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.56+3f89f5a52c
fabric-loot-api-v3: Fabric Loot API (v3) 2.0.3+946bf4c32c
fabric-message-api-v1: Fabric Message API (v1) 6.1.2+946bf4c32c
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 5.2.7+946bf4c32c
fabric-networking-api-v1: Fabric Networking API (v1) 5.0.2+946bf4c32c
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 21.1.8+946bf4c32c
fabric-particles-v1: Fabric Particles (v1) 4.1.8+946bf4c32c
fabric-recipe-api-v1: Fabric Recipe API (v1) 8.1.15+946bf4c32c
fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.1.28+946bf4c32c
fabric-renderer-api-v1: Fabric Renderer API (v1) 7.0.4+208eed172c
fabric-renderer-indigo: Fabric Renderer - Indigo 4.0.4+946bf4c32c
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.31+fa6cb72b2c
fabric-rendering-v1: Fabric Rendering (v1) 12.5.1+fbe231d52c
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.25+98e6d6db2c
fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.1.12+020423442c
fabric-screen-api-v1: Fabric Screen API (v1) 2.1.1+277ecf7d2c
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.137+946bf4c32c
fabric-serialization-api-v1: Fabric Serialization API (v1) 1.0.0+fc0e5aba2c
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.42+946bf4c32c
fabric-tag-api-v1: Fabric Tag API (v1) 1.2.2+946bf4c32c
fabric-transfer-api-v1: Fabric Transfer API (v1) 6.0.6+946bf4c32c
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.5.0+c847ce762c
fabric-language-kotlin: Fabric Language Kotlin 1.13.5+kotlin.2.2.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.2.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.2.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.2.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.2.10
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.29.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.7.1
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.8.0
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.8.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.9.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.9.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.9.0
fabricloader: Fabric Loader 0.17.2
mixinextras: MixinExtras 0.5.0
fastipping: Fast IP Ping 1.0.7
fastquit: FastQuit 3.1.1+mc1.21.6
ferritecore: FerriteCore 8.0.0
gammautils: Gamma Utils 2.3.5
immediatelyfast: ImmediatelyFast 1.12.1+1.21.8
net_lenni0451_reflect: Reflect 1.3.4
iris: Iris 1.9.1+mc1.21.7
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
jade: Jade 19.3.0+fabric
java: OpenJDK 64-Bit Server VM 21
languagereload: Language Reload 1.7.4+1.21.6
letmedespawn: Let Me Despawn 1.5.1
lithium: Lithium 0.18.0+mc1.21.8
malilib: MaLiLib 0.25.4
minecraft: Minecraft 1.21.8
minihud: MiniHUD 0.36.3
mining_quakes: Mining Quakes 1.1.1
conditional-mixin: conditional mixin 0.6.4
modmenu: Mod Menu 15.0.0-beta.3
nochatreports: No Chat Reports 1.21.7-v2.14.0
particle-effects: Particle Effects 1.0.5+1.21.7
pingview: Ping View 1.0
placeholder-api: Placeholder API 2.7.1+1.21.6
player_animation_library: Player Animation Library 1.0.7+mc1.21.7
org_javassist_javassist: javassist 3.30.2-GA
presencefootsteps: Presence Footsteps 1.11.1+1.21.7
kirin: Kirin UI 1.21.1+1.21.7
reeses-sodium-options: Reese's Sodium Options 1.8.4+mc1.21.6
rpc: ResourcePackCached 1.1.5
shadowtrace: ShadowTrace 1.0.8
smoothgui: SmoothGui 0.1.2
smoothscroll: Smooth Scroll 2.2.4
sodium: Sodium 0.6.13+mc1.21.6
spark: spark 1.10.142
fabric-permissions-api-v0: fabric-permissions-api 0.4.1
voicechat: Simple Voice Chat 1.21.8-2.5.36
yet_another_config_lib_v3: YetAnotherConfigLib 3.7.1+1.21.6-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
zoomify: Zoomify 2.14.4+1.21.6
com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.2
Loaded Shaderpack: (off)
Launched Version: 1.21.8
Launcher name: PrismLauncher
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 3.2.0 NVIDIA 580.88, NVIDIA Corporation
Window size: 1920x1009
GFLW Platform: win32
Render Extensions: GL_ARB_buffer_storage, GL_KHR_debug, GL_ARB_vertex_attrib_binding, GL_ARB_direct_state_access
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 400921fb54442d18
Type: Client (map_client.txt)
Graphics mode: fabulous
Render Distance: 16/16 chunks
Resource Packs: vanilla, fabric, almanac, appleskin (incompatible), bettersavedhotbars, bind_cmd, blur, bobby, centered-crosshair, clickthrough, cloth-config, componentviewer, conditional-mixin, detailabreconst, dynamic_fps, emotecraft, entity_model_features, entity_texture_features, entityculling (incompatible), fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-command-api-v2, 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-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-rendering-fluids-v1, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-serialization-api-v1, fabric-sound-api-v1, fabric-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fastipping, fastquit, gammautils, immediatelyfast, iris, jade (incompatible), languagereload, letmedespawn, lithium, malilib, midnightlib, minihud, mining_quakes, modmenu, nochatreports, particle-effects, pingview, placeholder-api, presencefootsteps, reeses-sodium-options, rpc, shadowtrace, smoothgui, smoothscroll, sodium, spark (incompatible), trender (incompatible), voicechat, yet_another_config_lib_v3 (incompatible), zoomify, file/§lcolourful containers§8.zip, file/Ore_UI-ify_v1.0.zip (incompatible), file/bls-pack (incompatible), server/00000000/a3a560ae-f280-3ade-9e9b-4be91e0f77e2 (incompatible)
Current Language: ru_ru
Locale: en_RU
System encoding: Cp1251
File encoding: UTF-8
CPU: 12x AMD Ryzen 5 5600 6-Core Processor
Does it happen with all emotes or just some?
Having a hard time recreating this