PojavLauncher
PojavLauncher copied to clipboard
[BUG] (HolyGL4ES) GLStateManager.MAX_ATTRIB_STACK_DEPTH returns the wrong value and causes a crash with some mods
Describe the bug
GLStateManager.MAX_ATTRIB_STACK_DEPTH returns a bad value and breaks mods that use it, like Angelica in 1.7.10. This leads to an early crash in Angelica's case.
The log file and images/videos
Steps To Reproduce
1. Start PojavLauncher
2. Create a new Forge 1.7.10 instance and add Angelica, Unimixins and GTNHLib to it.
3. Launch with HolyGL4ES selected, crash immediately as the GLStateManager.MAX_ATTRIB_STACK_DEPTH seems to be errored
Expected Behavior
Expected behavior is to not make the mods crash and return a good MAX_ATTRIB_STACK_DEPTH (i've heard it is supposed to be 32)
Platform
- Device model: Sony Xperia 1 III
- CPU architecture: arm64
- Android version: 11
- PojavLauncher version: edelweiss-20230928-9484d0c-v3_openjdk
Anything else?
No response