http://bugs.winehq.org/show_bug.cgi?id=12458
--- Comment #3 from Dan Kegel dank@kegel.com 2008-04-12 09:56:31 --- Hmm. Today even with "winetricks dotnet20 riched20 vista" it doesn't work; you get a GUI crash dialog without much info, as before, but the app doesn't come up like it used to. If you click 'cancel' to quit, you get the stack dump:
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Drawing.SafeNativeMethods.Gdip.GdipCreateFontFromLogfontW(HandleRef hdc, Object lf, IntPtr& font) at System.Drawing.Font.FromLogFont(Object lf, IntPtr hdc) at System.Drawing.Font.FromHfont(IntPtr hfont) at System.Drawing.SystemFonts.get_DefaultFont() at System.Windows.Forms.Control.get_FontHandle()
So this seems like a bit of a regression.