https://bugs.winehq.org/show_bug.cgi?id=50886 Bug ID: 50886 Summary: MSCEditor fails to start Product: Wine Version: 6.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: magunasu.b97(a)gmail.com Distribution: --- After upgrading to Wine 6.5 from 6.4, I can no longer start MSCEditor and I get the following error: wine: failed to load start.exe: 40000003 I went ahead and tried bisecting it, instead running into `wine: failed to start L"/b"`, going that route I can bisect it to this: ``` 28fe84da45bea7de56539b50eac8ebcec54342de is the first bad commit commit 28fe84da45bea7de56539b50eac8ebcec54342de Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Mar 24 10:53:53 2021 +0100 ntdll: Load the main image from the Unix side. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> dlls/ntdll/env.c | 79 +----------------------- dlls/ntdll/loader.c | 112 +++++++++++++--------------------- dlls/ntdll/unix/env.c | 70 +++++++++++++++++++-- dlls/ntdll/unix/file.c | 135 +++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/loader.c | 112 +++++++++++++++++++++++++++++++--- dlls/ntdll/unix/unix_private.h | 3 + 6 files changed, 349 insertions(+), 162 deletions(-) ``` I wasn't able to hunt down exactly when the error changes, but either way the program does not launch. MSCEditor: https://github.com/durkhaz/MSCEditor Prebuilt binary: https://mscedit.superskalar.org/MSCeditor112.zip -- 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.