No video rendering in Debian multiarch

Questions about Wine on Linux
Locked
Antonio López
Level 2
Level 2
Posts: 12
Joined: Tue Mar 18, 2008 7:11 am

No video rendering in Debian multiarch

Post by Antonio López »

Hi,

I used to have a fully running 32bit Wine from Git compiled inside Debian testing with ia32 libs. Since changing to multiarch support I'm unable to run graphical apps. Compiling does not complain too much aside of lacking OpenCL, GPhoto, CUPS and GStreamer support. All graphical apps spit a variety of errors and backtraces, the former going around "no 3D rendering" issues.

Any thoughts will be welcome!
Antonio
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: No video rendering in Debian multiarch

Post by dimesio »

Wine version? Terminal output?
Antonio López
Level 2
Level 2
Posts: 12
Joined: Tue Mar 18, 2008 7:11 am

[SOLVED]: No video rendering in Debian multiarch

Post by Antonio López »

Hi,

The console was showing:

err:wgl:has_opengl Failed to load libGL: libGL.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
err:wgl:has_opengl OpenGL support is disabled.

However I was pretty sure the configure stage did find the X11 libraries. I finally solved the issue with:

aptitude install libgl1-nvidia-glx:i386

which replaced/uninstalled libgl1-nvidia-ia32.

Regards,
Antonio
Locked