As title says I have problems with a situation where when I try to run a program called C64 Forever from Cloanto on Debian 12 and I get an error message that Direct3d is not available. I wonder if this is due to Mesagl being too old ? What could I do ?
libgl1-mesa-dri:i386 er allerede den nyeste version (22.3.6-1+deb12u1).
libgl1-mesa-glx:i386 er allerede den nyeste version (22.3.6-1+deb12u1)
Cheers Dag !
PS: I know I'm sparse with info here but I just wondered about some hints..
Same excact computer it works on latest Manjaro (with 23.x glx/dri).
Direct3d not available on Debian12 Wine ? Mesa too old ?
Re: Direct3d not available on Debian12 Wine ? Mesa too old ?
Its something to do with missing libGL.so.1 
Only its not missing says Debian12 apt

Only its not missing says Debian12 apt

Re: Direct3d not available on Debian12 Wine ? Mesa too old ?
"libGL.so.1" is part of the libgl1 package. Make sure you also have the 32-bit version installed:
To check, you can run:
Code: Select all
sudo apt install libgl1:i386
Code: Select all
apt policy libgl1:{amd64,i386}