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
http://bugs.winehq.org/show_bug.cgi?id=22992
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download
http://bugs.winehq.org/show_bug.cgi?id=22992
--- Comment #1 from Austin English austinenglish@gmail.com 2010-07-14 04:18:38 --- Fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=85c0e83dc513464dba48a4... ?
http://bugs.winehq.org/show_bug.cgi?id=22992
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2010-07-14 05:21:56 --- SVN-Monitor starts successfully in wine-1.2-rc7, although I don't see it calling GdipGetRenderingOrigin at all. There are other issues which should be in new bug reports.
http://bugs.winehq.org/show_bug.cgi?id=22992
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2010-07-30 12:58:01 --- Closing bugs fixed in 1.3.0.
http://bugs.winehq.org/show_bug.cgi?id=22992
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |85c0e83dc513464dba48a4ab4ff | |66e4855b34abc
--- Comment #4 from Anastasius Focht focht@gmx.net 2011-10-11 15:06:32 CDT --- Hello,
filling/correcting fields ...
Regards
https://bugs.winehq.org/show_bug.cgi?id=22992
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | URL|http://www.svnmonitor.com/ |
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting for archive.org investigation.
Unfortunately no snapshot for the original SVN Monitor FOSS project binaries exist:
https://web.archive.org/web/20100209023102/http://code.google.com/p/sharpreg...
The author deleted/removed the project before Google's archiver project.
http://code.google.com/archive/p/sharpregion/
I've found the author's successor (commercial) project 'Vercue' which is essentially doing the same (.NET 2.0 app as well but obfuscated).
https://web.archive.org/web/20110202061307/vercue.com/
https://web.archive.org/web/20111217063936/http://www.vercue.com/download/Ve...
$ sha1sum Vercue-v2.3.0.334-Setup.exe 766563bf6be71add94547b5ff2acf3448f388a71 Vercue-v2.3.0.334-Setup.exe
https://www.virustotal.com/gui/file/f87b42a4346506425c325e4c0f503d73d5d4acfd...
$ du -sh Vercue-v2.3.0.334-Setup.exe 11M Vercue-v2.3.0.334-Setup.exe
Interestingly it crashes with latest Wine-Mono 7.0.0. I will create a report for it.
Regards