http://bugs.winehq.org/show_bug.cgi?id=16947
Summary: [v]DbgPrint[Ex][WithPrefix] output buffers as ansi - not suitable in cases when unicode format codes are passed Product: Wine Version: 1.1.12 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net
Hello,
the app passes unicode format code '%S' to DbgPrintEx().
--- snip --- ... fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x53354774, (nil)) stub! err:ntdll:vDbgPrintExWithPrefix 65: ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????.???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x5335478c, (nil)) stub! ... --- snip ---
Regards