On Sat, Mar 8, 2008 at 2:07 PM, Mark Knecht <markknecht at gmail.com>
wrote:> Hi,
> For kicks I tried installing the newest version of TradeStation
> which came out yesterday using the WineHQ tarball build I just did.
> The install goes along for a few minutes but then failes with the info
> below. The error is repeated lots of times and then just dies as
> shown.
>
> I'm wondering if TS requires some Windows stuff that isn't part
of
> the normal build?
>
> Thanks,
> Mark
>
> mark at lightning ~/Desktop $ ./Wine-0.9.57/wine-0.9.57/wine "Setup
> TradeStation 8.3 Build 1615.exe"
>
> err:ole:ClientIdentity_QueryMultipleInterfaces
> IRemUnknown_RemQueryInterface failed with error 0x80004002
> err:ole:marshal_object object doesn't expose interface
> {60e73571-8258-478b-bd66-a7c07319cc89}, failing with error 0x80004002
> err:ole:ClientIdentity_QueryMultipleInterfaces
> IRemUnknown_RemQueryInterface failed with error 0x80004002
> err:ole:marshal_object object doesn't expose interface
> {60e73571-8258-478b-bd66-a7c07319cc89}, failing with error 0x80004002
> err:ole:ClientIdentity_QueryMultipleInterfaces
> IRemUnknown_RemQueryInterface failed with error 0x80004002
> wine: Unhandled page fault on read access to 0x00000000 at address
> 0x7e85f7df (thread 004c), starting debugger...
>
>
All those ole errors may mean the bug is in wine's ole implementation.
Can you see if:
$ wget http://kegel.com/wine/winetricks
$ sh winetricks dcom98
Fixes the problem? If not, please include FULL backtrace, don't snip it.