http://bugs.winehq.org/show_bug.cgi?id=9539
Summary: Photoshop Elements 4 goes into infinite recursion Product: Wine Version: 0.9.44. Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: mikolaj.zalewski@gmail.com
With the patch http://www.winehq.org/pipermail/wine-patches/2007-August/043447.html and the next one it's possible to install Photoshop Elements 4. However the app will go into infinite recursion - QDialog::move will call QWidget::event and this will call QDialog::move. The only call the the APIs is SystemParametersInfo(SPI_GETWORKAREA, ...) that returns a value which isn't senseless.
It uses Qt 3.3.1.1 and there is no source code for this version generally available - the open source version of Qt for Windows is only available for Qt 4.x. Maybe I should ask them if I can get a 30-day evaluation version.