[Bug] Crash caused by ModernUI (?)
Describe the bug crash
To Reproduce Steps to reproduce the behavior: use the mod ig, and join the world Expected behavior no crashes Screenshots https://mclo.gs/y9Cr0P2
Environment
- Mod Version: 3.12.0.2
- NeoForge Version: .209
- Operating System: CachyOS (Arch Distro)
- Graphics Card: rx 6750xt XFX
- Other Mods: many lol
An array index out of bounds seems impossible here. But I found another issue: some mods perform text layout that contains emoji on a background thread, and there’s a bit of a thread safety problem with that. You can try disabling Color Emoji to see if it helps.
Where do I find that "Color Emoji"?
config/ModernUI/client.toml → useColorEmoji to false
Where do I find that "Color Emoji"?
Additionally, run the game with assertions enabled, by adding JVM argument -ea
What are assertions ?
What are assertions? https://docs.oracle.com/javase/8/docs/technotes/guides/language/assert.html
They capture assertion errors.
alright
Any news? Do you encounter the crash after disabling Color Emoji? Do you encounter assertions errors?
for now, it didnt crash, but it might be a rare crash, so i'll test further, about the assertions errors, idk, didn't test yet, i'm focused on working on the modpack 😅