Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Got an issue with playonlinux, their forums are no help

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Liamza2314
Posts: 7
Joined: 2018-10-17 09:18

Got an issue with playonlinux, their forums are no help

#1 Post by Liamza2314 »

Hi everyone, my name is liam and I have an issue with playonlinux
I posted on their forums, my issue has gone unresolved for quite a few days so I'm hoping the debian forums can help
I'm running Debian 9, nvidia proprietary drivers installed with apt-get install nvidia-legacy-304xx-driver as my card is old
I've installed playonlinux, and since I'm running x64 I added the i386 architecture and installed wine-32
Anything that isn't a 3d/dx9 application runs fine, but when I try launch anything heavier, in this case CS:GO, it refuses to launch and spits out:

Code: Select all

err:wgl:has_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory
err:wgl:has_opengl OpenGL support is disabled.
I tried to locate the library with ldconfig -p | grep libGl.so.1 and it points me to /usr/lib86_64 or something like that
I've googled this but the only related guides are for Ubuntu and Arch Linux, which seem to have separate directories for x64 and x32 libs as opposed to debian which seems to toss them all in that lib86_64 directory and this is why wine wont detect it
Native openGL apps work just fine

I'd really appreciate any help, at my wits end lol

arzgi
Posts: 1193
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 31 times

Re: Got an issue with playonlinux, their forums are no help

#2 Post by arzgi »

Code: Select all

apt-file search libGL.so.1
libgl1-glvnd-nvidia-glx: /usr/lib/i386-linux-gnu/nvidia/current/libGL.so.1
libgl1-glvnd-nvidia-glx: /usr/lib/i386-linux-gnu/nvidia/current/libGL.so.1.7.0
libgl1-mesa-glx: /usr/lib/i386-linux-gnu/libGL.so.1
libgl1-mesa-glx: /usr/lib/i386-linux-gnu/libGL.so.1.2.0
libgl1-nvidia-glx: /usr/lib/i386-linux-gnu/nvidia/current/libGL.so.1
libgl1-nvidia-legacy-304xx-glx: /usr/lib/i386-linux-gnu/nvidia/legacy-304xx/libGL.so.1
libgl1-nvidia-legacy-340xx-glx: /usr/lib/i386-linux-gnu/nvidia/legacy-340xx/libGL.so.1
primus-libs: /usr/lib/i386-linux-gnu/primus/libGL.so.1
Hi! I did above apt-file search for file, which caused your error.

Liamza2314
Posts: 7
Joined: 2018-10-17 09:18

Re: Got an issue with playonlinux, their forums are no help

#3 Post by Liamza2314 »

Will try installing some of these packages when I get the chance, sadly my pc is away from internet so it might be a bit

Post Reply