https://bugs.winehq.org/show_bug.cgi?id=57611
Bug ID: 57611 Summary: ./configure --enable-archs=i386 builds, but doesn't run Product: Wine Version: 9.19 Hardware: x86-64 OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: Debian
I tried building a 32-bit only Wine with the new style build:
$ ./configure --disable-tests --enable-archs=i386 && make -j$(nproc)
That builds fine. Running anything, however, fails:
$ ./wine cmd wine: created the configuration directory '/home/austin/.wine' wine: failed to open L"C:\windows\system32\wineboot.exe": c0000135 0024:err:environ:run_wineboot failed to start wineboot c0000135 wine: failed to load start.exe: c0000135
There are some legacy applications that don't work in a 64-bit prefix (e.g., in winetricks dotnet11/jet40/mdac27/mdac28/psdk2003/wmp10).