Haven't seen this before today, so I thought I'd check try it out, but it fails with HRESULT: 0x8007000B (just opens the splash-image). I can choose ignore, and continue, but I still get this msg throughout using it....
The detailes from the JIT error-log:
System.BadImageFormatException: Det ble gjort forsøk på å laste inn et program med feil format. (Unntak fra HRESULT: 0x8007000B)
ved FMOD.Factory.FMOD_System_Create(IntPtr& system)
ved FMOD.Factory.System_Create(System& system)
ved Clean_ET.CleanET.initMusic()
ved Clean_ET.Profile.readProfile()
ved Clean_ET.CleanET.CleanET_Load(Object sender, EventArgs e)
ved System.Windows.Forms.Form.OnLoad(EventArgs e)
ved System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
ved System.Windows.Forms.Control.CreateControl()
ved System.Windows.Forms.Control.WmShowWindow(Message& m)
ved System.Windows.Forms.Control.WndProc(Message& m)
ved System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
ved System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Maybe this happens because I run Vista (64bit)? I won't be surprised....

PS! Lynxx, it's not opensource (it's actually a big lock-in attempt from MS), but others make JIT's for *nixes which makes it possible to run .NET applications on other platforms as well. (http://en.wikipedia..../.NET_Framework)
Edited by Viking, 02 June 2007 - 04:16 PM.