[Bug 37956] New: Photoshop 64bit crash when you press "cancel" button
https://bugs.winehq.org/show_bug.cgi?id=37956 Bug ID: 37956 Summary: Photoshop 64bit crash when you press "cancel" button Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: morosakubek(a)go2.pl Distribution: --- Photoshop 64bit crash when you press "cancel" button on any dialog. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 morosa <morosakubek(a)go2.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Photoshop 64bit crash when |Photoshop (CS6/CC) 64bit |you press "cancel" button |crash when you press | |"cancel" button -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 --- Comment #1 from Bruno Jesus <00cpxxx(a)gmail.com> --- Please attach a log as seen on http://wiki.winehq.org/FAQ#get_log Is fixing bug 32163 a pre-requisite to test this? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 --- Comment #2 from morosa <morosakubek(a)go2.pl> --- When you press the "cancel" appears in the log message: wine: Unhandled exception 0x40000015 in thread 9 at address 0x2b40da (thread 0009), starting debugger... (Bruno, the bug 32163 is not associated with this thread) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 --- Comment #3 from morosa <morosakubek(a)go2.pl> --- Created attachment 50566 --> https://bugs.winehq.org/attachment.cgi?id=50566 Wine backtrace -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> --- That's a first obvious thing: --- wine: Call from 0x7f9c4b4429ac to unimplemented function ntdll.dll.EtwEventRegister, aborting --- -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian(a)fds-team.de --- Comment #5 from Sebastian Lackner <sebastian(a)fds-team.de> --- No, there is another crash even before ;) --- snip --- wine: Call from 0x7b83aadc to unimplemented function mscoree.dll.CorIsLatestSvc, aborting wine: Unimplemented function mscoree.dll.CorIsLatestSvc called at address 0x7b83aadc (thread 001a), starting debugger... --- snip --- -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #6 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, --- snip --- wine: Call from 0x7b83aadc to unimplemented function mscoree.dll.CorIsLatestSvc, aborting wine: Unimplemented function mscoree.dll.CorIsLatestSvc called at address 0x7b83aadc (thread 001a), starting debugger... --- snip --- definitely a broken WINEPREFIX (I use bug 31688 as collector for such bug reports). Nothing to see, move along. Also put at least the Wine version in here before resolving invalid/dupe. Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 morosa <morosakubek(a)go2.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.7.35 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- (In reply to Nikolay Sivov from comment #4)
That's a first obvious thing:
--- wine: Call from 0x7f9c4b4429ac to unimplemented function ntdll.dll.EtwEventRegister, aborting ---
That's bug 33021. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 --- Comment #8 from morosa <morosakubek(a)go2.pl> --- Created attachment 50577 --> https://bugs.winehq.org/attachment.cgi?id=50577 backtrace withoute native libary msvcr110.dll Photoshop CC 64bit run with native libraries: msvcr110.dll - needed for opening/creating files, msvcp110.dll - required by some of the filters. If you run Photoshop without native library msvcr110.dll when creating a new file, you press the "cancel" then the program crashes, and you receive an error message (provided in the file). I suppose that it is a problem between msvcr110 and kernel32 (in this library something missing). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 morosa <morosakubek(a)go2.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #9 from morosa <morosakubek(a)go2.pl> --- It seems to have solved that problem (wine 1.7.40), however, you need to use Photoshop (64-bit version) with dll libraries: msvcr100 / 110, msvcp100 / 110, atl100 / 110, vcomp100 / 110 and probably msvcr120 and msvcp120. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 --- Comment #10 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, --- snip --- System information: Wine build: wine-1.7.35 (Staging) Platform: x86_64 Host system: Linux Host version: 3.18.3-1-MANJARO --- snip --- Please don't report bugs or comment on bugs here unless you're using mainline Wine. You're using Wine-Staging -> https://bugs.wine-staging.com/ The bug was either invalid from start (broken WINEPREFIX) or likely a dupe of already existing bugs (reinstall with clean WINEREFIX). Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.41. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 morosa <morosakubek(a)go2.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|FIXED |--- --- Comment #12 from morosa <morosakubek(a)go2.pl> --- The problem still exists. The console isn't throwing the mistake out, presumably because of the native msvcr library. On the 32-bit version there are no problems. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 morosa <morosakubek(a)go2.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #13 from morosa <morosakubek(a)go2.pl> --- Working well on Wine 1.7.54 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37956 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.55. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org