http://bugs.winehq.org/show_bug.cgi?id=29218
--- Comment #4 from Mark K markk@clara.co.uk 2011-12-10 09:58:53 CST --- Hmm...
I noticed the same message and crash/exit when testing other programs with the Nouveau driver err:wgl:has_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory
I've been testing with Lubuntu 11.10 64-bit. Running glxgears and various OpenGL-using screensavers works fine.
Maybe Wine is not looking in the right place for libGL.so? On my system (probably all 64-bit Ubuntu systems) it's in /usr/lib/x86_64-linux-gnu
$ ls -l /usr/lib/x86_64-linux-gnu/libGL* lrwxrwxrwx 1 root root 13 2011-08-10 09:20 /usr/lib/x86_64-linux-gnu/libGL.so -> mesa/libGL.so -rw-r--r-- 1 root root 899474 2011-08-10 09:22 /usr/lib/x86_64-linux-gnu/libGLU.a lrwxrwxrwx 1 root root 11 2011-08-10 09:20 /usr/lib/x86_64-linux-gnu/libGLU.so -> libGLU.so.1 lrwxrwxrwx 1 root root 20 2011-08-10 09:20 /usr/lib/x86_64-linux-gnu/libGLU.so.1 -> libGLU.so.1.3.071100 -rw-r--r-- 1 root root 445080 2011-08-10 09:22 /usr/lib/x86_64-linux-gnu/libGLU.so.1.3.071100
After I installed the ubuntu packages libgl1-mesa-dri:i386 and libgl1-mesa-glx:i386 (which pulled in another ~45MB of dependencies, sigh) I could start WinUAE with no crash.
Could this be a Wine Ubuntu packaging issue (I'm testing with 1.3.34 installed from the winehq amd64 Ubuntu package)? Or is there supposed to be a soft link in another directory to /usr/lib/x86_64-linux-gnu/libGL.so???