http://bugs.winehq.org/show_bug.cgi?id=22242
--- Comment #3 from Vincent Povirk madewokherd@gmail.com 2010-04-17 14:47:39 --- Created an attachment (id=27409) --> (http://bugs.winehq.org/attachment.cgi?id=27409) snippit of crash log with WINE_MONO_TRACE=all WINEDEBUG=+seh,+shell,+tid
I think this is the relevant part of the log. It seems Mono is trying to call a function on PaintDotNet.SetupNgen/IShellLink, which should be a wrapper around our IShellLink implementation. However, we never get this call, and instead Mono crashes.