Code: Select all
abhirup@debian:~/Downloads$ wine ./uTorrent.exe
000f:err:service:process_send_command receiving command result timed out
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"winebus" failed to start: 1053
0032:fixme:ver:GetCurrentPackageId (0xaeff0c (nil)): stub
0032:fixme:wbemprox:client_security_SetBlanket 6795E768, 0084AB78, 10, 0, (null), 3, 3, 00000000, 0x00000000
0032:fixme:wbemprox:client_security_Release 6795E768
0032:fixme:wbemprox:client_security_SetBlanket 6795E768, 0083A9E8, 10, 0, (null), 3, 3, 00000000, 0x00000000
0032:fixme:wbemprox:client_security_Release 6795E768
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 151 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 170
Current serial number in output stream: 174
I'm on debian 10, using a Nvidia 450.80.02 linux driver with a RTX 2060 gpu and the libGL files are located at:
Code: Select all
/usr/lib/x86_64-linux-gnu/libGL.so.1.7.0 (64 bit)
/usr/lib/i386-linux-gnu/libGL.so.1.7.0 (32 bit)
Code: Select all
/usr/lib/libGL.so.1->/usr/lib/x86_64-linux-gnu/libGL.so.1->/usr/lib/x86_64-linux-gnu/libGL.so.1.7.0
/usr/lib/i386-linux-gnu/libGL.so.1->/usr/lib/i386-linux-gnu/libGL.so.1.7.0
Can anyone know how to fix that, or advice me some other things to get wine to work for 32 bit?