https://bugs.winehq.org/show_bug.cgi?id=38390
Bug ID: 38390 Summary: Photoshop 64-bit (CS/CC) crashes when you break the rendering preview. Product: Wine Version: 1.7.40 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: morosakubek@go2.pl Distribution: ---
Created attachment 51245 --> https://bugs.winehq.org/attachment.cgi?id=51245 console output - wine 1.7.40
Photoshop 64-bit is smashing when you break the force rendering preview. On Windows, there is a gap corresponding to enter the parameters, eg. In "smart filter" on the keyboard to change the parameter "Amount". Photoshop on Linux too quickly respond to changes in the parameters, which will stop the preview rendering and crash a program. I think the problem revolves around the dll libraries: msvcr and msvcp.
To run photoshop 64-bit dll should be included: "*atl100"="native,builtin" "*atl110"="native,builtin" "*msvcp100"="native,builtin" "*msvcp110"="native,builtin" "*msvcr100"="native,builtin" "*msvcr110"="native,builtin" "*vcomp100"="native,builtin" "*vcomp110"="native,builtin"