https://bugs.winehq.org/show_bug.cgi?id=47246 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|DbgPrint does not handle |DbgPrint does not handle |unicode format string '%wZ' |unicode format string '%wZ' |(ReactOS 0.4.11-dev-603+ |(ReactOS 0.4.11-dev-603+ |installer ) |installer, SmartGaga) --- Comment #1 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, revisiting, still present. Also encountered with SmartGaga (Android Emulator) v1.1.x from bug 48933 https://docs.google.com/uc?export=download&id=1CbktLjrw6IAo_lU9Sh0sGghEHtO5H... 'androidkernelx64.sys' driver --- snip --- $ WINEDEBUG=+seh,+relay,+ntoskrnl,+server wine wineboot >>log.txt 2>&1 ... 003e:Call ntoskrnl.exe.RtlInitUnicodeString(00c3f2e0,00790520 L"C:\\Program Files (x86)\\SmartGaGa\\ProjectTitan\\Engine\\AndroidKernelX64.sys") ret=00e0403b 003e:Call ntdll.RtlInitUnicodeString(00c3f2e0,00790520 L"C:\\Program Files (x86)\\SmartGaGa\\ProjectTitan\\Engine\\AndroidKernelX64.sys") ret=7bca110f 003e:Ret ntdll.RtlInitUnicodeString() retval=00000094 ret=7bca110f 003e:Ret ntoskrnl.exe.RtlInitUnicodeString() retval=00000094 ret=00e0403b 003e:Call ntoskrnl.exe.ZwCreateFile(00c3f2c0,00120089,00c3f300,00c3f2f0,00000000,00000080,00000001,00000001,00000060,00000000,00000000) ret=00e040a3 003e:Call ntdll.NtCreateFile(00c3f2c0,00120089,00c3f300,00c3f2f0,00000000,00000080,00000001,00000001,00000060,00000000,00000000) ret=7bca110f 003e:trace:ntdll:FILE_CreateFile handle=0xc3f2c0 access=00120089 name=L"C:\\Program Files (x86)\\SmartGaGa\\ProjectTitan\\Engine\\AndroidKernelX64.sys" objattr=00000240 root=(nil) sec=(nil) io=0xc3f2f0 alloc_size=(nil) attr=00000080 sharing=00000001 disp=1 options=00000060 ea=(nil).0x00000000 003e:warn:ntdll:FILE_CreateFile L"C:\\Program Files (x86)\\SmartGaGa\\ProjectTitan\\Engine\\AndroidKernelX64.sys" not found (c000003b) 003e:Ret ntdll.NtCreateFile() retval=c000003b ret=7bca110f 003e:Ret ntoskrnl.exe.ZwCreateFile() retval=c000003b ret=00e040a3 DbgPrint says: [Saturn] MyOpenFileForRead Fail Z --- snip --- --- snip --- $ grep -RalZ MyOpenFileForRead .wine/drive_c/Program\ Files\ \(x86\)/ | \ xargs -r0i bash -c "echo \"{}\" && strings \"{}\" | grep MyOpenFileForRead" .wine/drive_c/Program Files (x86)/SmartGaGa/ProjectTitan/Engine/AndroidKernelX64.sys [Saturn] MyOpenFileForRead Fail %wZ .wine/drive_c/Program Files (x86)/SmartGaGa/ProjectTitan/Engine/AndroidKernelX64EV.sys [Saturn] MyOpenFileForRead Fail %wZ .wine/drive_c/Program Files (x86)/SmartGaGa/ProjectTitan/Engine/AndroidKernel.sys [Saturn] MyOpenFileForRead Fail %wZ --- snip --- $ sha1sum Setup_AndroidFs442_1.1.646.1.exe 8cec18338e1e931433ac37f63d26a701dfcbd0dd Setup_AndroidFs442_1.1.646.1.exe $ du -sh Setup_AndroidFs442_1.1.646.1.exe 203M Setup_AndroidFs442_1.1.646.1.exe $ wine --version wine-5.6 Regards -- 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.