http://bugs.winehq.org/show_bug.cgi?id=7616
Summary: X11driver : regression due to incorrect support of X.org 7.x servers Product: Wine Version: 0.9.32. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: gojulgarbmail@yahoo.fr
Under Ubuntu Breezy Badger, with Wine 0.9.x, the application "Le Petit Robert" worked fine. Breezy Badger uses X.org 6.8.2.
When upgrading to Ubuntu Dapper Drake, and now on Edgy, which both use an X.org 7.x server, the application does not work properly, and crashes at startup.
The problem does not come from the Wine version, since the first times I got the error the versions of Wine I had on Breezy and on Dapper/Edgy were the same. (0.9.20 or something like that.)
The first lines of the error log are the following :
julien@pcathlon:/media/cdrom$ wine pr1.exe ALSA lib pcm_mmap.c:369:(snd_pcm_mmap) mmap failed: Argument invalide fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet ALSA lib pcm_mmap.c:369:(snd_pcm_mmap) mmap failed: Argument invalide err:x11drv:X11DRV_CreateWindow invalid window height -21 err:x11drv:X11DRV_CreateWindow invalid window width -40 err:x11drv:X11DRV_CreateWindow invalid window height -21 wine: Unhandled page fault on read access to 0x00000000 at address 0x4888b4 (thread 0009), starting debugger...
Under a 6.8.x X.org server, such errors do not occur.