http://bugs.winehq.org/show_bug.cgi?id=22992
Summary: SVN-Monitor needs gdiplus.dll.GdipGetRenderingOrigin Product: Wine Version: 1.2-rc2 Platform: x86 URL: http://www.svnmonitor.com/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net
Hello,
SVN Monitor doesn't run well with builtin gdiplus. Although it doesn't crash, a nasty error dialog is displayed each time the exception is thrown (can be dismissed).
--- snip --- ... fixme:gdiplus:GdipDrawImagePointsRect Image wrap mode not implemented fixme:gdiplus:GdipGetRegionScansCount not implemented ... fixme:shell:URL_ParseUrl failed to parse L"SVNMonitor.resources" wine: Call from 0x7b836c0f to unimplemented function gdiplus.dll.GdipGetRenderingOrigin, aborting --- snip ---
Install recipe (see also appdb entry):
--- snip --- $ sh winetricks -q dotnet20
TortoiseSVN is also needed (http://tortoisesvn.net/downloads/) Install the MSI package:
$ wine start TortoiseSVN-xxx-win32-svn-xxx.msi
Now run the SVN Monitor application installer.
$ wine SVNMonitor-xxx-Setup.exe --- snip ---
Regards