https://bugs.winehq.org/show_bug.cgi?id=42781
Bug ID: 42781 Summary: An application runs from a graphical terminal, but crashes when being run from a link (application.desktop) Product: Wine Version: 2.5 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: t.artem@mailcity.com Distribution: ---
There is a very peculiar regression in Wine 2.5.
Adobe Photoshop CS2 runs fine from Konsole (KDE 3.5.10).
However when I launch it from the Start Menu shortcut, it crashes immediately without any back trace:
QMetaObject::findSignal:smoothblend::smoothblendClient: Conflict with KDecoration::keepAboveChanged(bool) QMetaObject::findSignal:smoothblend::smoothblendClient: Conflict with KDecoration::keepBelowChanged(bool) err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception. X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x5200005 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x5200005 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x5200005 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x5200005 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x5200005 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x5200005 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 19 Minor opcode: 0 Resource id: 0x5200002
This didn't happen in Wine 2.3. I feel like there's some conflict but I've no idea what's happening. Perhaps it's related to bug 2624.