Moi and Ubuntu

 From:  Michael Gibson
4409.29 In reply to 4409.28 
Hi Phr0stByte,

> fixme:system:SetProcessDPIAware stub!
> fixme:iphlpapi:NotifyAddrChange (Handle 0x8ede914, overlapped 0x8ede918): stub
> wine: configuration in '/home/phr0sty/.wine' has been updated.
> fixme:process:GetSystemDEPPolicy stub
> fixme:process:SetProcessDEPPolicy (0): stub

These lines that say "stub" just mean that these are some particular Windows functions that Wine does not happen to implement yet. But these particular things should not really make any difference one way or the other.

Can you try running using winedbg instead of regular wine to see if it gives any information on where the crash is happening? When you use winedbg, it will break into the debugger when it starts up and then type in c and push enter to continue running after that.

Was there possibly any moi_report.zip files generated in the MoI program folder?

What particular version of Ubuntu are you using?

- Michael