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
http://bugs.winehq.org/show_bug.cgi?id=16947
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #1 from Anastasius Focht focht@gmx.net 2009-01-29 15:46:53 --- Hello,
fixed by commit 649a576fd01ceb05ce09533f9d282acc2415eb4f and f8313855e420248d819d9e9aaa5fc84dc9a4c1d0
--- snip --- ... 002f:fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x53354774, (nil)) stub! 002f:err:ntdll:vDbgPrintExWithPrefix 65: MIL FAILURE: Unexpected HRESULT 0x88760827 in caller: Could not create display set. 002f:fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x5335478c, (nil)) stub! 002f:trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\wined3d.dll" at 0x60d40000: builtin 002f:trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\d3d9.dll" at 0x60d00000: builtin 002f:fixme:win:EnumDisplayDevicesW ((null),0,0x7eb322c4,0x00000000), stub! 002f:fixme:win:EnumDisplayDevicesW ((null),0,0x7eb324a0,0x00000000), stub! 002f:fixme:win:EnumDisplayDevicesW ((null),1,0x7eb324a0,0x00000000), stub! 002f:fixme:d3d9:IDirect3D9ExImpl_GetAdapterLUID (0x171b20)->(0, 0x1a2d60) 002f:fixme:d3d9:IDirect3D9ExImpl_GetAdapterDisplayModeEx (0x171b20)->(0, 0x1a2df8, 0x1a2e10): Stub! 002f:fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x533547a4, (nil)) stub! ... 002f:trace:loaddll:free_modref Unloaded module L"C:\windows\system32\d3d9.dll" : builtin 002f:trace:loaddll:free_modref Unloaded module L"C:\windows\system32\wined3d.dll" : builtin ... 002f:fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x53354894, (nil)) stub! 002f:err:ntdll:vDbgPrintExWithPrefix 65: MIL FAILURE: Unexpected HRESULT 0x88760827 in caller: The render thread failed unexpectedly. 0046:fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x533548ac, (nil)) stub! ... --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=16947
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2009-01-30 11:04:59 --- Closing bugs fixed in 1.1.14.
http://bugs.winehq.org/show_bug.cgi?id=16947
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |649a576fd01ceb05ce09533f9d2 | |82acc2415eb4f
--- Comment #3 from Anastasius Focht focht@gmx.net 2011-10-12 03:13:01 CDT --- Hello,
filling/correcting fields ...
Regards
http://bugs.winehq.org/show_bug.cgi?id=16947
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet Hardware|Other |x86 OS|other |Linux