http://bugs.winehq.org/show_bug.cgi?id=13153
Summary: winex11 regression causes SmartBarXP to close during startup Product: Wine Version: 1.0-rc1 Platform: PC URL: http://www.majorgeeks.com/SmartBarXP_d4366.html OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: nodisgod@yahoo.com CC: julliard@winehq.org
While trying to test bug 8018, I fetched a copy of SmartBarXP, installed it, and tried to run it. The profile window opens, but when I try to continue, the program suddenly quits without any indication of the cause. Since the reporter of bug 8018 used 0.9.34, I performed a regression test and found the breaking commit to be:
63dd1a02ca401a7f5045c58317984fe2ee3bb5cb is first bad commit commit 63dd1a02ca401a7f5045c58317984fe2ee3bb5cb Author: Alexandre Julliard julliard@winehq.org Date: Thu Feb 28 17:01:10 2008 +0100
winex11: Merge the iconification support into the SetWindowPos driver backend.
:040000 040000 1f8297ed2de39bd6e9a126e04cfe3e6993b82235 425d13f0e00d4b48488706e04c7c9b9bfd327ba4 M dlls
Reverting the commit caused the application to start normally.