http://bugs.winehq.org/show_bug.cgi?id=36788
Bug ID: 36788 Summary: Wine doesn't show anything with Photodex slideshow Product: Wine Version: 1.7.20 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: ostash@ostash.kiev.ua CC: julliard@winehq.org Regression SHA1: ea07c310ecfee6b301e7af8413760eb446e6f184
I have one exe file which seems to be Photodex generated slideshow application. It used to word perfectly with Wine in 2010-2012, but when I tried to run it recently I got no output on screen.
Sound plays fine, and it looks like application window is created (it is present on taskbar), but there is no window, no borders, no title, no output. Well this slideshow runs fullscreen, but anyway no output.
I've managed to bisect this problem to:
ea07c310ecfee6b301e7af8413760eb446e6f184 is the first bad commit commit ea07c310ecfee6b301e7af8413760eb446e6f184 Author: Alexandre Julliard julliard@winehq.org Date: Tue Sep 4 13:34:15 2012 +0200
winex11: Create the whole window at window creation time.
:040000 040000 62dd63d6f45078b96e4305d60fe8d1b7386b1bc0 c02b6dc1c8940fc75d22753888c3fba415848f38 M dlls
Unfortunately code changed too much from that time, so git revert patch can't be applied.