https://bugs.winehq.org/show_bug.cgi?id=36514
--- Comment #6 from Nico Bendlin nico@nicode.net --- Created attachment 53031 --> https://bugs.winehq.org/attachment.cgi?id=53031 AV without WS_CHILD
Attached last 10000 line of: env WINEDEBUG=+tid,+seh,+relay,+ddraw,+mci wine Mask.exe >>MaskCh1.log 2>&1
- Original Daventry Demo (downloaded from SHP) - Wine 1.8~rc2-1 on Debian testing - "W32OPN_1.DLL" renamed to "W32OPN_1.AVI" - in Mask.exe "w32opn_1.dll" replaced with "w32opn_1.avi"
- main.kq made writable - in main.kq "aviPlayed=0" changed to "aviPlayed=1" (to avoid direct video playback on start)
- in Options.cs "assignGModeName Glide" changed to "assignGModeName Software" (Glide and D3D are often broken"
The AV does not happen if WS_CHILD is specified in the MCIWndCreateA call (see Comment #5).