http://bugs.winehq.org/show_bug.cgi?id=11860
Summary: Regression in user32 preventing Windows XP mspaint from launching Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: nodisgod@yahoo.com CC: julliard@winehq.org
Created an attachment (id=11148) --> (http://bugs.winehq.org/attachment.cgi?id=11148) Relay traces for mspaint.exe
With the current Git version, starting mspaint.exe (with prerequisite VC++ 6 redist) simply results in a hang and no window shown. Regression testing showed the regression to be in:
commit e6a3d8082836518f18e0d81440c201bbad407acc Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 4 20:45:40 2008 +0100
user32: Store the window placement information directly in the main window structure.
Wine at commit accfce21d3e042638a5eac8a8379eda2964fcd0a, the commit just before this particular one, and 0.9.56 does not exhibit this problem. Attached are the relevant relay trace lines at the hanging point.