Hi,
I've been having the following problems with wine for the last couple of days. I'm using the daily cvs snapshot builds from
http://people.debian.org/~andreas/debian
Here's the output (this happens with every thing that I try with wine). Any suggestions?
fixme:win32:PE_CreateModule Security directory ignored err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll: /usr/lib/wine/x11drv.dll.so: undefined symbol: X11DRV_OpenGL_Init Could not load graphics driver 'x11drv' err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll: /usr/lib/wine/x11drv.dll.so: undefined symbol: X11DRV_OpenGL_Init Could not load graphics driver 'x11drv' fixme:process:CreateProcessA (X:\IXP000.TMP\ie6wzd.exe,...): NORMAL_PRIORITY_CLASS ignored err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll: /usr/lib/wine/x11drv.dll.so: undefined symbol: X11DRV_OpenGL_Init Could not load graphics driver 'x11drv' err:heap:HEAP_GetPtr Invalid heap 00000000! Wine exited with a successful status
fixme:win32:PE_CreateModule Security directory ignored err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll: /usr/lib/wine/x11drv.dll.so: undefined symbol: X11DRV_OpenGL_Init Could not load graphics driver 'x11drv'
Well, that would be scenario with a tree patched with my recent OpenGL patch.... if Alexandre did not fix this before committing it by adding a dummy 'X11DRV_OpenGL_Init' function when no OpenGL headers are present.
So I really do not understand what's happening here. And as we tried to debug this on IRC and it seems that the .so was stripped, I suggested to raise a bug at the Debian level :-)
Lionel
Lionel Ulmer lionel.ulmer@free.fr writes:
Well, that would be scenario with a tree patched with my recent OpenGL patch.... if Alexandre did not fix this before committing it by adding a dummy 'X11DRV_OpenGL_Init' function when no OpenGL headers are present.
Actually I didn't fix that before committing, I only fixed it today. So the problem is normal, and updating to current CVS should fix it.