http://bugs.winehq.org/show_bug.cgi?id=4623
Summary: Wine crash after a Main_DirectDraw_CreateSurface Product: Wine Version: 0.9.8. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-directx-ddraw AssignedTo: wine-bugs@winehq.org ReportedBy: jeremy@junksista.com
I've installed "Womble MPEG Video Wizard DVD", but when I run wine path-to/file.exe , the application splash screen appear, but then wine crash. I used WINEDEBUG=+ddraw and here is the output:
trace:ddraw:Main_DirectDraw_CreateSurface (0x5a3b3568)->(0x55d8e574,0x55d8e500,(nil)) trace:ddraw:Main_DirectDraw_CreateSurface Requesting surface desc : - DDSD_CAPS : DDSCAPS_COMPLEX DDSCAPS_FLIP DDSCAPS_OVERLAY DDSCAPS_VIDEOMEMORY - DDSD_HEIGHT : 240 - DDSD_WIDTH : 352 - DDSD_BACKBUFFERCOUNT : 2 - DDSD_PIXELFORMAT : ( DDPF_FOURCC , dwFourCC code 'YV12' (0x32315659) - 0 bits per pixel) trace:ddraw:Main_DirectDraw_CreateSurface App didn't request a valid surface type - assuming offscreenplain wine-pthread: main.c:718: DDRAW_width_bpp_to_pitch: Assertion `bpp != 0' failed. wine: Assertion failed at address 0x555d6ab7 (thread 0009), starting debugger...