https://bugs.winehq.org/show_bug.cgi?id=55139
Bug ID: 55139 Summary: loader: regression - error running winecfg Product: Wine Version: 8.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: loader Assignee: wine-bugs@winehq.org Reporter: arusanu.bu@gmail.com Distribution: ---
The switch to PIE loader seems to affect running wine on my system. Running winecfg generates these errors: '$ winecfg wine: created the configuration directory '/home/iurt_build/.wine' 0024:err:environ:run_wineboot failed to start wineboot c00000e5 wine: could not load kernel32.dll, status c0000135'
The regression started with commit cc2cfb9b792bee681b96c5859084fd6d4d0bbed7. Reverting that commit and commit 78ed343842dcd8ffb95c416420953e121959d40d commit c55578f3a54c63084657e7d79c043b22b10df989 commit ac1761d1dae8bf114a05e28ed6886deba6c2c860 ,
allows wine 8.11 to run fine.
System: Mageia 9(cauldron), kernel-6.3.9 - x86_64., gcc-12.3.0, mingw-gcc-12.2.1 Wine specific configuration options used for x86_64/i586: ' ./configure --with-x --with-dbus --with-gstreamer --enable-win64 --with-system-dllpath=/usr/x86_64-w64-mingw32/sys-root/mingw/bin --disable-tests ./configure --with-x --with-dbus --with-gstreamer --with-system-dllpath=/usr/i586-w64-mingw32/sys-root/mingw/bin --disable-tests '