I'm trying to get some random software to work on my Debian headless server using Wine.
Context: I've been testing the software on a Debian VM hosted by my own PC, and it works fine. I then decided to deploy it to my headless server.
Obviously, since it's headless, I had to go through a software renderer, so I installed libgl1-mesa-swx11.
glxgears runs just fine through VNC, and glxinfo |grep direct returns:
Code: Select all
direct rendering: Yes
However, Wine cannot run my software. It keeps throwing errors:
Code: Select all
Xlib: missing GLX extension at display :1

Thank you very much.