But I also have the 32-Bit libraries for wine installed.
I also tried this steps:
- running: sudo find /usr -iname "*libGL.so*" -exec ls -l {} \;
- running: export LIBGL_DEBUG=verbose aswell as: glxgears
(output of these two commands are in the second screenshot.)
My System: Linux version 3.16.0-4-amd64 ([email protected]) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09)
--
NVIDIA-SMI 4.304... Driver Version: 304.128
Service L"MountMgr" failed to start: 2
Re: Service L"MountMgr" failed to start: 2
According to your second screenshot, you are using pure 64 bit Wine. That is not a supported configuration. Where did you get Wine from?
Re: Service L"MountMgr" failed to start: 2
I installed it via "sudo apt-get install wine64".
I also have 32-Bit wine on the machine but the Installer requires 64-Bit so I thought lets try wine64 then.
I also have 32-Bit wine on the machine but the Installer requires 64-Bit so I thought lets try wine64 then.
Re: Service L"MountMgr" failed to start: 2
If you mean WoW64, afaik the debian packages don't do that. No idea if that's planned or what either.dimesio wrote:According to your second screenshot, you are using pure 64 bit Wine. That is not a supported configuration. Where did you get Wine from?
Re: Service L"MountMgr" failed to start: 2
And that's your problem. WoW64 is what's needed. If your distro packages don't provide that, they are considered broken and not supported here.Aebian wrote:No I mean wine64 as stated above...
Re: Service L"MountMgr" failed to start: 2
There are now official WineHQ packages for Debian. Try that. viewtopic.php?f=8&t=25767