[Bug 59743] New: regression: Wine crashes / segmentation fault's when starting Photoshop CS 2
http://bugs.winehq.org/show_bug.cgi?id=59743 Bug ID: 59743 Summary: regression: Wine crashes / segmentation fault's when starting Photoshop CS 2 Product: Wine Version: 11.8 Hardware: x86-64 URL: https://archive.org/details/adobe-photoshop-cs2 OS: MacOS Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: tobbi.bugs@googlemail.com Created attachment 80916 --> http://bugs.winehq.org/attachment.cgi?id=80916 Segmentation fault window content I noticed that Wine crashes when starting Photoshop CS 2. % openssl sha256 PS_CS2_Gr_NonRet.exe SHA2-256(PS_CS2_Gr_NonRet.exe)= 2ffd2c327e8d15c4088c1802fc31b570f7556fb842885194235627bbfa1aa6d2 Steps to reproduce: 1. Install Photoshop CS 2. 2. Start Photoshop CS 2 from <Installation Dir>/Adobe Photoshop/Photoshop.exe Expected Result: Photoshop starts. Actual result: Photoshop CS 2 triggers a page fault in Wine code. This is a regression. I tracked down the faulty commit using `git bisect`: a31ec8da9572672e04ae46792a398da942649875 is the first bad commit commit a31ec8da9572672e04ae46792a398da942649875 (HEAD) Author: Alexandre Julliard <julliard@winehq.org> Date: Fri Mar 27 11:49:20 2026 +0100 ntdll: Add heuristics to prefer native dll based on the version resource. For now checking that CompanyName isn't "Microsoft". dlls/ntdll/unix/loader.c | 7 ++++--- dlls/ntdll/unix/loadorder.c | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ dlls/ntdll/unix/unix_private.h | 2 +- 3 files changed, 115 insertions(+), 10 deletions(-) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 Tobias (:Tobbi) Markus <tobbi.bugs@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 Tobias (:Tobbi) Markus <tobbi.bugs@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ntdll -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 --- Comment #1 from Alexandre Julliard <julliard@winehq.org> --- Could you please get a WINEDEBUG=+module trace? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 --- Comment #2 from Tobias (:Tobbi) Markus <tobbi.bugs@googlemail.com> --- Created attachment 80921 --> http://bugs.winehq.org/attachment.cgi?id=80921 WINEDEBUG=+module output for photoshop.exe -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 Austin English <austinenglish@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |a31ec8da9572672e04ae46792a3 | |98da942649875 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 --- Comment #3 from Alexandre Julliard <julliard@winehq.org> --- There's no debug output in that trace I'm afraid. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 --- Comment #4 from Tobias (:Tobbi) Markus <tobbi.bugs@googlemail.com> --- (In reply to Alexandre Julliard from comment #3)
There's no debug output in that trace I'm afraid.
How do I get the debug output? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 --- Comment #5 from Austin English <austinenglish@gmail.com> --- (In reply to Tobias (:Tobbi) Markus from comment #4)
(In reply to Alexandre Julliard from comment #3)
There's no debug output in that trace I'm afraid.
How do I get the debug output?
https://gitlab.winehq.org/wine/wine/-/wikis/FAQ#how-do-i-get-a-debug-trace -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 Tobias (:Tobbi) Markus <tobbi.bugs@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80921|0 |1 is obsolete| | --- Comment #6 from Tobias (:Tobbi) Markus <tobbi.bugs@googlemail.com> --- Created attachment 80928 --> http://bugs.winehq.org/attachment.cgi?id=80928 WINEDEBUG=+module output for photoshop.exe Sorry about that, I accidentally uploaded the wrong file. This should be the WINEDEBUG=+module output. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 --- Comment #7 from Alexandre Julliard <julliard@winehq.org> --- Thanks. Does it work if you configure twain_32.dll as builtin only? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 --- Comment #8 from Tobias (:Tobbi) Markus <tobbi.bugs@googlemail.com> --- (In reply to Alexandre Julliard from comment #7)
Thanks. Does it work if you configure twain_32.dll as builtin only?
Yes, it works in that case. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 Alexandre Julliard <julliard@winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |560bf2b9b163b145c086b187d0e | |d1535b75a6c8e --- Comment #9 from Alexandre Julliard <julliard@winehq.org> --- Thanks for testing it, this should be fixed by 560bf2b9b163b145c086b187d0ed1535b75a6c8e. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 --- Comment #10 from Tobias (:Tobbi) Markus <tobbi.bugs@googlemail.com> --- (In reply to Alexandre Julliard from comment #9)
Thanks for testing it, this should be fixed by 560bf2b9b163b145c086b187d0ed1535b75a6c8e.
I can confirm it's fixed with that commit. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59743 Alexandre Julliard <julliard@winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard@winehq.org> --- Closing bugs fixed in 11.9. -- 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)
-
WineHQ Bugzilla