Code: Select all
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
err:wgl:has_opengl Failed to load libGL: libGL.so.1: wrong ELF class: ELFCLASS64
err:wgl:has_opengl OpenGL support is disabled.
fixme:ddraw:ddraw7_Initialize Ignoring guid {00000000-0000-0000-0000-000000000000}.
fixme:ddraw:ddraw7_Initialize Ignoring guid {aeb2cdd4-6e41-43ea-941c-8361cc760781}.
fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (0x1b4800)
fixme:ieframe:ControlSite_OnFocus (0x1b48b4)->(0)
fixme:ieframe:InPlaceSite_OnInPlaceDeactivateEx fNoRedraw (1) ignored
fixme:mshtml:HlinkTarget_SetBrowseContext (0x1cef48)->((nil))
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:wgl:has_opengl Failed to load libGL: libGL.so.1: wrong ELF class: ELFCLASS64
err:wgl:has_opengl OpenGL support is disabled.
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:ddraw:ddraw7_Initialize Ignoring guid {aeb2cdd4-6e41-43ea-941c-8361cc760781}.
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:ddraw:ddraw7_Initialize Ignoring guid {aeb2cdd4-6e41-43ea-941c-8361cc760781}.
err:winediag:d3d_device_create The application wants to create a Direct3D device, but the current DirectDrawRenderer does not support this.
Code: Select all
err:wgl:has_opengl Failed to load libGL: libGL.so.1: wrong ELF class: ELFCLASS64
So, then I find the links and files in question:
Code: Select all
$ locate libGL.so.1
/usr/lib/libGL.so.1
/usr/lib32/libGL.so.1
Code: Select all
$ ls -l ./usr/lib32/libGL.so.1 ; ls -l ./usr/lib/libGL.so.1
lrwxrwxrwx 1 root root 15 Mar 24 22:10 ./usr/lib32/libGL.so.1 -> libGL.so.310.40
lrwxrwxrwx 1 root root 15 Mar 24 22:10 ./usr/lib/libGL.so.1 -> libGL.so.310.40
If this is all true, then the solution to this problem is the tell Wine to use the 32-bit Library? And, if this is the solution, how to tell wine to use the 32-bit library?
Thank you.
EDIT: Extra Information: latest 1.5 Wine non-stable. Ubuntu 12.04.2 x86_64. 560Ti Nvidia