I tried to install PAF and got the following: fixme:ole:CoSetState (0x653c3f80),stub! fixme:ole:MkParseDisplayName (0x403d39e0, L"StdOle32.tlb", 0x405a6624, 0x46000000): stub. fixme:ole:CoTreatAsClass ({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594}) fixme:ole:CoSetState ((nil)),stub! fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057? fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057! fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057? fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057! fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057? fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057! fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057? fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057! I presume that his means that it still isn't implemented. JRT
In article <3C7F11E7.BD9AB772@acm.org>, James Richard Tyrer <tyrerj@acm.org> wrote:>I tried to install PAF and got the following: > >fixme:ole:CoSetState (0x653c3f80),stub! >fixme:ole:MkParseDisplayName (0x403d39e0, L"StdOle32.tlb", 0x405a6624, >0x46000000): stub. >fixme:ole:CoTreatAsClass >({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594}) >fixme:ole:CoSetState ((nil)),stub! >fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057? >fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057! >fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057? >fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057! >fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057? >fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057! >fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057? >fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057! > >I presume that his means that it still isn't implemented.Actually it should be. Do you have a stdole32.tlb in your windows/system directory? Ciao, Marcus
Marcus Meissner wrote:> > Actually it should be. > > Do you have a stdole32.tlb in your windows/system directory? >Yes, in Upper Case: "STDOLE.TLB" in my fake windows directory: ... /wine/windows/system/ JRT
In article <3C804C3F.423D1437@acm.org>, James Richard Tyrer <tyrerj@acm.org> wrote:>Marcus Meissner wrote: >> >> Actually it should be. >> >> Do you have a stdole32.tlb in your windows/system directory? >> >Yes, in Upper Case: "STDOLE.TLB" in my fake windows directory: > > ... /wine/windows/system/Err, you not only need stdole.tlb, but also stdole32.tlb. Ciao, Marcus
Marcus Meissner wrote:> > Err, you not only need stdole.tlb, but also stdole32.tlb. >Someone sent me a copy that they said was for Windows 98 And, I now get shorter error messages: Invoking /opt/wine/bin/wine.bin PAF5EnglishSetup.exe ... fixme:ole:CoSetState (0x653c3f80),stub! err:win:WIN_FindWndPtr window 20021 belongs to other process fixme:ole:CoSetState (0x653c3f80),stub! fixme:ole:CoTreatAsClass ({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594}) fixme:ole:CoSetState ((nil)),stub! fixme:ole:CoSetState (0x653c3f80),stub! So, it appears that the problem is now down to: "ole:CoSetState". I sure wish that I knew what the hell that was. ;-) JRT