
Graphical Flickering with The Betweenlands & Ears mod
Lylythii opened this issue ยท 8 comments
Your GTNH Discord Username
No response
Mod Version
angelica-1.0.0-beta49
Bug Report
Installing Ears mod alongside Angelica & The Betweenlands results in rapid screen flickering graphical issues.
Issue only occurs when the players empty hand is rendered on screen. Likely an issue with the 1.8+ skin format.
Issue does not occur in third person. Nor if any of the three mods are removed.
Betweenlands does some weird shader stuff, notably with fireflies/wisps, so there's likely conflicts there.
Demonstration of bug (potential seizure warning):
Java Version
Java 8
Graphics Card Vendor
ASRock Challenger D Radeon RX 6600 8 GB
Shaders
No
MCPF or other features disabled by default
No.
Mod List or GTNH Pack Version
- +unimixins-all-1.7.10-0.1.20
- angelica-1.0.0-beta49
- ears-forge-1.7-1.4.7
- gtnhlib-0.6.34
- TheBetweenlands-1.0.6-alpha-universal
Final Checklist
- I have searched the issues and haven't found a similar issue.
- I have read the known incompatibilities and this is not related to one of those.
- I am running an officially released version. (Or, if I've compiled it myself I plan to fix the issue)
Have you tried disabling hudcaching? What about temporarily disabling the GL State Manager/Cache?
Setting enableHudCaching
to false
prevents the flickering. Though now the game screen appears entirely black (excluding the hotbar), unless holding an item.
Not sure where I should be changing GL State Manager/Cache.
There's an option to disable it under Advanced I believe. It doesn't persist across sessions, but it's useful for narrowing down issues.
That will help narrow it down. Not sure I have time to dig into it currently. One last question - is this with or without shaders? I'd suggest try disabling iris in the angelica-modules.cfg, and see if it still breaks.
Ah! Found it under the Performance category. Toggling it off does in fact prevent the flickering issue.
(As does changing graphics from Fancy
to Fast
. Though that's not ideal.)
Hope that'll help to narrow down the issue.
I did not have any shaderpacks enabled. Disabling Iris did not resolve the issue either.
Take your time! This isn't urgent. I'll disable Ears for the time being.
Have you checked what happens with HUDCaching enabled but the GL State Manager disabled?
If I'm not mistaken:
- Hud Caching enabled + GL State Cache enabled -> Flickering issues when empty hand is visible.
- Hud Caching disabled + GL State Cache disabled -> No flickering issues, nor black screen.
- Hud Caching enabled + GL State Cache disabled -> No flickering issues, nor black screen.
- Hud Caching disabled + GL State Cache enabled ->No flickering, black screen when empty hand is visible.