[Wine 9.0r3] : Experimental WOW64

Hi everybody,

everybody knows Wow64.
Now, Wine implements it.
But, it doesn't seem to work for me for a simple reason :
.wine/drive_c/windows/syswow64/ is not populated.

Thereby, wine-devel complains :
wine: failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135

What should be done ? A workaround, maybe ?

Thanks all.
 
Can anyone else confirm that?


❌
Code:
winecfg
wine: created the configuration directory '/home/Alexander88207/.wine'
0024:fixme:ntdll:create_logical_proc_info stub
0024:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
002c:fixme:ntdll:create_logical_proc_info stub
002c:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
wine: failed to open L"C:\\windows\\system32\\wineboot.exe": c0000135
0024:err:environ:run_wineboot failed to start wineboot c0000135
wine: could not load kernel32.dll, status c0000135

✅
Code:
WINEARCH=win32 winecfg
wine: created the configuration directory '/home/Alexander88207/.wine'
0024:fixme:ntdll:create_logical_proc_info stub
0024:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
002c:fixme:ntdll:create_logical_proc_info stub
002c:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
002c:fixme:ntdll:get_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION
002c:fixme:ntdll:get_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION
0034:fixme:ntdll:create_logical_proc_info stub
0034:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
0038:fixme:thread:set_native_thread_name not implemented on this platform
0044:fixme:ntdll:create_logical_proc_info stub
0044:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
004c:fixme:ntdll:create_logical_proc_info stub
004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0054:fixme:ntdll:create_logical_proc_info stub
0054:fixme:ntdll:init_cpu_info Failed to get log
 
Back
Top