On 17/03/2008, David Gerard <dgerard@xxxxxxxxx> wrote: > So - that looks like a .NET backtrace. (Actually it looks like a Java > backtrace, which is why I say it looks like a .NET backtrace.) But it > mentions gdiplus a lot. Is this a defective implementation of gdiplus > in Wine, in Mono, in the MS native DLL or is it something else in > Mono? Louis Lenders suggested the following in bug 8499: > Try resitering some fonts: save this file > http://bugs.winehq.org/attachment.cgi?id=9204 > and do 'regedit fonts.reg' > Maybe it helps something And it appears to have done! AWB now starts up, sort of. The splash screen comes up, with the text "Splash::.ctor" under the scroll bar. A window pops up warning "The program has encountered the following problem: Method not found: 'System.Windows.Forms.HtmlElement.set_Enabled'." (Presumably that's a Mono bug, and I'll file it as such shortly.) The program then dies. Program trace is at http://bugs.winehq.org/attachment.cgi?id=11453 . It's asking for msvcr80.dll, which I understand Wine doesn't support as yet. The AWB stacktrace is: MissingMethodException Method not found: 'System.Windows.Forms.HtmlElement.set_Enabled'. at WikiFunctions.Browser.WebControl.set_ArticleText (System.String value) [0x00000] at (wrapper remoting-invoke-with-check) WikiFunctions.Browser.WebControl:set_ArticleText (string) at AutoWikiBrowser.MainForm.InitializeComponent () [0x00000] at AutoWikiBrowser.MainForm..ctor () [0x00000] at (wrapper remoting-invoke-with-check) AutoWikiBrowser.MainForm:.ctor () at AutoWikiBrowser.Program.Main (System.String[] args) [0x00000] I understand msvcr80.dll support is presently a fraught issue ... - d.