Re: Horizons on WineX
Ove Kaaven <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Organization | TransGaming Technologies Inc |
| Message-ID | <1077436580.19437.77.camel@renegade> |
søn, 22.02.2004 kl. 07.02 skrev Lewt: > Ove, > > Yes the patcher is ActiveX controls.. .asp pages mainly to just run the > launcher then pass the commandline options to the game's exe file. > > Secondly yes the game uses installshield.. the error I have gotten with > 3.3 and 3.2 is > > Unhandled Exception > Error: 0x80020005 > Description: Hmm. DISP_E_TYPEMISMATCH. That narrows the problem down a bit, the offending function is likely to be ITypeInfo_fnInvoke in dlls/oleaut32/typelib.c or its callees. > Is there any better ways to try from the commandline? This is using the > latest version of Point2Play. If you want to capture debug output from Point2Play, I think you currently have to do something like $ Point2Play 2>/tmp/install.log and create an icon in Point2Play to launch the installer, then configure that icon to use the "+seh,+relay,+ole,+typelib" debug channels, and then start it. Then the output should get into /tmp/install.log. But I suppose you could also do command-line, at least until we can sufficiently beat up our Point2Play developer into making debugging easier. $ winex3 -debugmsg +seh,+relay,+ole,+typelib setup.exe 2>/tmp/install.log Then look for the 80020005 code in the log and see what leads to it...