gl4es: vnc crashed due to undefined symbol "glGetMinmaxParameteriv"
Can someone help me out with this error
- glGetMinmaxParameteriv
=================== tail /root/.vnc/localhost.localdomain:5902.log ===================
/usr/bin/Xtigervnc: symbol lookup error: /usr/bin/Xtigervnc: undefined symbol: glGetMinmaxParameteriv
======================================================================================
vncserver: /usr/bin/Xtigervnc exited with status 127, please look into '/root/.vnc/localhost.localdomain:5902.log' to determine the reason! -2
Happened inside android-> termux -> proot environment
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 17 (5 by maintainers)
The functions signature are suspicious for some of them. Are they correct? I problablyprefer a new file, name “stubs.c” or something like that, with all the symbols because there are quite a few. Glad it works 😃
(and now you can try some stuff with box86 on your termux 😃 )
when i added those two another Xvnc error occurred (missing symbol
glGetColorTableParameterfv)so i made a basic string diff between /bin/Xvnc and gl4es libGL.so.1 files for lines starting with gl
then i got this Pardon me if i made you confuse
Tap to expand actual diff
This function is not really supported in gl4es. But one that respond always “error” can be writen.
In
src/gl/blend.cfor example, at the end of the file, addShould do the trick.