https://bugs.winehq.org/show_bug.cgi?id=50713
Bug ID: 50713 Summary: Commit a8856381ed9 ("ntdll: Use xsavec in x86_64 syscall dispatcher.") breaks Wine Product: Wine Version: 6.2 Hardware: x86-64 OS: Linux Status: NEW Severity: critical Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
as it says. Commit https://source.winehq.org/git/wine.git/commitdiff/a8856381ed9a7187a656496089... ("ntdll: Use xsavec in x86_64 syscall dispatcher.") breaks Wine.
--- snip --- $ rm -rf .wine
$ wineboot wine: created the configuration directory '/home/focht/.wine' 0024:err:environ:run_wineboot failed to start wineboot c00000e5 0024:err:wineboot:main failed to restart 64-bit L"C:\windows\system32\wineboot.exe", err 1359 0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. --- snip ---
--- snip --- $ winecfg 0024:err:environ:run_wineboot failed to start wineboot c00000e5 0024:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0024:fixme:winspool:AddPrinterW DocumentPropertiesW on printer L"Xerox-WorkCentre-470cx" fails 0024:err:winecfg:WinMain failed to restart 64-bit L"C:\windows\system32\winecfg.exe", err 1359 0024:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 0024:err:winediag:nodrv_CreateWindow The explorer process failed to start. --- snip ---
$ wine --version wine-6.2-264-ga8856381ed9
Regards