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@winehq.org Reporter: magunasu.b97@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@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@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
https://bugs.winehq.org/show_bug.cgi?id=50886
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- Duplicate.
*** This bug has been marked as a duplicate of bug 50874 ***
https://bugs.winehq.org/show_bug.cgi?id=50886
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing duplicate.