http://bugs.winehq.org/show_bug.cgi?id=15921
--- Comment #3 from Henry Kroll nospam@thenerdshow.com 2008-11-05 17:32:57 --- Created an attachment (id=17100) --> (http://bugs.winehq.org/attachment.cgi?id=17100) WINEDEBUG="+relay,+snoop" WINEDLLOVERRIDES="gdiplus.dll=n" wine nte 2> err2
+relay,+snoop trace using native gdiplus.dll (the dll NTE provided during install). This is the same exact dll that is loaded when a clueless user runs it with the command, "wine nte" (wine defaults to using native dlls that are provided in the program's working directory).
Once unzipped, 11 access violations can be found using "grep gdiplus err2"
The access violations appear to be coming from a call to gdiplus.GdipDeleteFontFamily() and gdiplus.GdipFree()
From this, I would gather that installing a native font may be a quick
workaround for somebody desiring to use the software.