[Bug 50886] New: MSCEditor fails to start

WineHQ Bugzilla wine-bugs at winehq.org
Mon Mar 29 13:05:54 CDT 2021


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 at winehq.org
          Reporter: magunasu.b97 at 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 at 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 at 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.



More information about the wine-bugs mailing list