https://bugs.winehq.org/show_bug.cgi?id=40408
Bug ID: 40408 Summary: Photoshop CC 2015 now crashes when adjusting levels Product: Wine Version: 1.9.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: sluggo@unknown.nu Distribution: ---
Created attachment 54142 --> https://bugs.winehq.org/attachment.cgi?id=54142 Backtrace from crash
Starting with Wine 1.9.7, Adobe Photoshop CC 2015 (32-bit) crashes whenever I go to "Levels" and attempt to adjust them.
https://bugs.winehq.org/show_bug.cgi?id=40408
--- Comment #1 from Kim Scarborough sluggo@unknown.nu --- Sorry, I tried to follow the instructions in the "Regression Testing" page, but I can't get the installer to work with the git version of Wine. I probably should open another bug about that...
https://bugs.winehq.org/show_bug.cgi?id=40408
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr@codeweavers.com, | |sebastian@fds-team.de Keywords| |regression
--- Comment #2 from Sebastian Lackner sebastian@fds-team.de --- Possibly caused by one of the msvcrt exception handling changes. Adding Piotr, maybe he already has an idea what could be causing it.
https://bugs.winehq.org/show_bug.cgi?id=40408
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #3 from Piotr Caban piotr.caban@gmail.com --- Please attach WINEDEBUG=tid,seh log.
https://bugs.winehq.org/show_bug.cgi?id=40408
--- Comment #4 from Kim Scarborough sluggo@unknown.nu --- Huh?
https://bugs.winehq.org/show_bug.cgi?id=40408
--- Comment #5 from Aexander kq3thih@mailnesia.com --- https://wiki.winehq.org/FAQ#How_do_I_get_a_debug_trace.3F
https://bugs.winehq.org/show_bug.cgi?id=40408
--- Comment #6 from Kim Scarborough sluggo@unknown.nu --- Created attachment 54162 --> https://bugs.winehq.org/attachment.cgi?id=54162 Output log
https://bugs.winehq.org/show_bug.cgi?id=40408
--- Comment #7 from Piotr Caban piotr.caban@gmail.com --- The problem is that __CxxRegisterExceptionObject is called to early in call_catch_block. The solution I have used to handle rethrown objects is not correct. I'm working on a proper fix.
https://bugs.winehq.org/show_bug.cgi?id=40408
--- Comment #8 from Piotr Caban piotr.caban@gmail.com --- The patch that should fix this issue was committed to wine (ee5e06591f2045316775fedaf735cbdce5b71ce0). Please retest (you can do it when next wine is released or compile wine yourself).
https://bugs.winehq.org/show_bug.cgi?id=40408
Robert Munteanu robert.munteanu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |robert.munteanu@gmail.com
--- Comment #9 from Robert Munteanu robert.munteanu@gmail.com --- An identical crash in Photoshop CS6 is fixed after applying ee5e06591f2045316775fedaf735cbdce5b71ce0 on top of 1.9.7 .
https://bugs.winehq.org/show_bug.cgi?id=40408
Kim Scarborough sluggo@unknown.nu changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #10 from Kim Scarborough sluggo@unknown.nu --- Fixed now, thanks!
https://bugs.winehq.org/show_bug.cgi?id=40408
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ee5e06591f2045316775fedaf73 | |5cbdce5b71ce0
https://bugs.winehq.org/show_bug.cgi?id=40408
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcrt
https://bugs.winehq.org/show_bug.cgi?id=40408
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.9.
https://bugs.winehq.org/show_bug.cgi?id=40408
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.8.x CC| |mstefani@redhat.com
https://bugs.winehq.org/show_bug.cgi?id=40408
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |---
--- Comment #12 from Michael Stefaniuc mstefani@redhat.com --- This one is not for Stable as it is for a regression introduced in 1.9.7 and I didn't cherrypick those patches