http://bugs.winehq.org/show_bug.cgi?id=14725
Summary: unimplemented function gdiplus.dll.GdipSetStringFormatTabStops Product: Wine Version: 1.1.2 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: htl10@users.sourceforge.net
Tried one of my favourite .NET application with wine 1.1.2 and mono 2.0 preview 1, and have the unimplemented function error. (I used to run that app successfully with native gdiplus with a private copy in mono 1.9). Sorry the app is proprietary and no demos.
--------------- fixme:powrprof:DllMain (0x60a10000, 1, (nil)) not fully implemented fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16 wine: Call from 0x7b842cf0 to unimplemented function gdiplus.dll.GdipSetStringFormatTabStops, aborting err:seh:raise_exception Unhandled exception code c00000fd flags 0 addr 0x68f39d24 [Hin-Tak@localhost bin]$ fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16 fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16 fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16 fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime Optimization Service"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000450,(nil),0x0001,0x00000000,0x7ec484d4,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub ----------------------
http://bugs.winehq.org/show_bug.cgi?id=14725
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2008-08-02 05:32:04 --- Hi, Hin-Tak.
This call is actually implemented in current git repo (commit f44034a7d4d4b773e175261b2c13c3b6e99ede18). Tabstops aren't used now during rendering but get/set calls are available.
So you have to build it from source or wait for a week to get 1.1.3 binaries. And please, post here (or mail directly to me if a bug will be closed earlier) you next backtrace as soon as you try it.
http://bugs.winehq.org/show_bug.cgi?id=14725
--- Comment #2 from Hin-Tak Leung htl10@users.sourceforge.net 2008-08-02 15:39:13 --- Yes, confirm current git (at the moment of test, ee120e01c97ee584d4bf8bf075057f932c62fd13) works alright.
http://bugs.winehq.org/show_bug.cgi?id=14725
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-08-02 22:33:36 --- The bug is fixed then.
http://bugs.winehq.org/show_bug.cgi?id=14725
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2008-08-22 10:48:53 --- Closing bugs fixed in 1.1.3.