[Bug 49208] Wine cannot boot on a clean environment: failed to boot L"C:\\windows\\system32\\explorer.exe"

WineHQ Bugzilla wine-bugs at winehq.org
Tue May 26 04:32:58 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49208

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download, regression
                 CC|                            |austinenglish at gmail.com

--- Comment #26 from Austin English <austinenglish at gmail.com> ---
I've hit this myself, though I only see the problem if I run make install,
doesn't show if I run from the build directory.

Anyway, bisected it to:

austin at laptop ~/wine-git ((no branch, bisect started on master)) $ git bisect
bad
e36a9c459d7d1644f401eb49f3684c6fe42f7948 is the first bad commit
commit e36a9c459d7d1644f401eb49f3684c6fe42f7948
Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May 5 11:54:11 2020 +0200

    kernel32: Move volume functions to kernelbase.

    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

 dlls/kernel32/kernel32.spec     |   40 +-
 dlls/kernel32/volume.c          | 1675 +-----------------------------------
 dlls/kernelbase/Makefile.in     |    3 +-
 dlls/kernelbase/kernelbase.spec |   40 +-
 dlls/kernelbase/volume.c        | 1777 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 1851 insertions(+), 1684 deletions(-)

Since it's build dependent, this without mingw installed (didn't notice it
occur the one time I tried, may try more later), and:
austin at laptop ~ $ gcc-v
...
gcc version 9.3.0 (Gentoo 9.3.0 p2) 
austin at laptop ~ $ ld -v
GNU ld (Gentoo 2.32 p3) 2.32.0
austin at laptop ~ $ as -v
GNU assembler version 2.32.0 (x86_64-pc-linux-gnu) using BFD version (Gentoo
2.32 p3) 2.32.0

to reproduce, used:
# build
$ ./configure --disable-tests && make -j$(nproc) && sudo make install
# test:
$ wineserver -k ; rm -rf ~/.wine ; timeout 30s wineboot ; echo $?

-- 
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