On Mon, Dec 1, 2008 at 7:46 PM, moosehadley <wineforum-user@xxxxxxxxxx> wrote: > Ok, installed it through winetricks and tried to run it, got this output: > Code: > blake@blake-desktop ~/.wine/drive_c/Program Files/Idoneum/Evidence Scribe $ wine 'Evidence Scribe.exe' > fixme:win:EnumDisplayDevicesW ((null),0,0x60e2d8,0x00000000), stub! > fixme:wtsapi:WTSRegisterSessionNotification Stub 0x1002a 0x00000000 > > Unhandled Exception: System.InvalidOperationException: An error occured while creating the form. See Exception.InnerException for details. The error is: An exception was thrown by the type initializer for System.Windows.Forms.MimeIconEngine ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.MimeIconEngine ---> System.DllNotFoundException: libgdk-x11-2.0.so.0 > at (wrapper managed-to-native) System.Windows.Forms.GnomeUtil:gdk_init_check (intptr,intptr) > at System.Windows.Forms.GnomeUtil.Init () [0x00000] > at System.Windows.Forms.GnomeUtil.GetIcon (System.String icon, Int32 size) [0x00000] > at System.Windows.Forms.GnomeHandler.AddGnomeIcon (System.String internal_mime_type, System.String name) [0x00000] > at System.Windows.Forms.GnomeHandler.CreateUIIcons () [0x00000] > at System.Windows.Forms.GnomeHandler.Start () [0x00000] > at System.Windows.Forms.MimeIconEngine..cctor () [0x00000] --- End of inner exception stack trace --- <snip> Looks like a .NET related error... Try installing that with winetricks... (If you have other applications installed, you might want to backup your .wine directory before trying too hard to run a program, especially with DLL overrides and similar methods...) If it is pure .NET, a *small* chance exists that it may run directly under Mono on Linux, without Wine... Gert