Re: Horizons on WineX
"Lewt @ Linux Warcry" <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
I get the same error trying to install Warcraft III I'm starting to
think the installation is broken??
Here's the output of
[corey@localhost tmp]$
/home/corey/.point2play/.winex_ver/winex-3.3/bin/winex3 -debugmsg
+seh,+relay,+ole,+typelib /mnt/cdrom/setup.exe 2>/tmp/install.log
/home/corey/.point2play/.winex_ver/winex-3.3/bin/winex3: line 1:
/usr/lib/transgaming_winex3//winex/bin/pthreads_stack_test: No such file
or directory
/home/corey/.point2play/.winex_ver/winex-3.3/bin/winex3: line 126: [:
-gt: unary operator expected
mv: cannot stat `/home/corey/.transgaming/config': No such file or directory
/home/corey/.point2play/.winex_ver/winex-3.3/bin/winex3: line 239:
/usr/lib/transgaming_winex3//.transgaming/config: No such file or directory
cp: cannot stat `/usr/lib/transgaming_winex3//.transgaming/dyndata.reg':
No such file or directory
/home/corey/.point2play/.winex_ver/winex-3.3/bin/winex3: line 245:
/usr/lib/transgaming_winex3//update.reg: No such file or directory
mkdir: cannot create directory `/home/corey/.transgaming/c_drive/My
Documents': No such file or directory
cp: cannot stat
`/usr/lib/transgaming_winex3//.transgaming/c_drive/windows/system32': No
such file or directory
ln: creating symbolic link
`/home/corey/.transgaming/c_drive/windows/system32/regsvr32' to
`/usr/lib/transgaming_winex3//winex/bin/regsvr32': No such file or directory
ln: creating symbolic link
`/home/corey/.transgaming/c_drive/windows/system32/regsvr32.so' to
`/usr/lib/transgaming_winex3//winex/bin/regsvr32.so': No such file or
directory
ln: creating symbolic link
`/home/corey/.transgaming/c_drive/windows/system32/winebrowserlink' to
`/usr/lib/transgaming_winex3//winex/bin/winebrowserlink': No such file
or directory
ln: creating symbolic link
`/home/corey/.transgaming/c_drive/windows/system32/winebrowserlink.so'
to `/usr/lib/transgaming_winex3//winex/bin/winebrowserlink.so': No such
file or directory
cp: cannot stat
`/usr/lib/transgaming_winex3//.transgaming/tg_config_version': No such
file or directory
/bin/bash: line 1: /usr/lib/transgaming_winex3//winex/bin/wine: No such
file or directory
The OS is Fedora Core 1 with all the latest patches.. a Nvidia 5200FX
Special Edition with 256Megs with the latest Nvidia closed source drivers.
The method you described to get output out of point2play did not work..
Corey
Ove Kaaven wrote:
>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...
>
>
>
>
>
>