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.