search for: clsctx_local_server

Displaying 13 results from an estimated 13 matches for "clsctx_local_server".

2001 Nov 25
1
wine + Myst III Exile
Has anyone gotten this working? I'm getting an error during the install: fixme:ole:CoTreatAsClass (0x46c858,0x46e128), stub! fixme:ole:CoGetClassObject CLSCTX_LOCAL_SERVER not supported! fixme:ole:CoCreateInstance no instance created for {91814ebf-b5f0-11d2-80b9-00104b1f6cea}, hres is 0x80070005 I've tried copying ole32.dll from my real windows, and the error changes. I get a dialogue box that says The InstallShield Engine (iKernel.exe) could not be launched....
2002 Jan 24
2
installing DreamWeaver
...\installshield\engine\6\intel 32\ikernel.exe failed with error 0x00000000 err:ole:TLB_ReadTypeLib Loading of typelib c:\program files\common files\installshield\engine\6\intel 32\ikernel.tlb failed with error 0x00000002 fixme:ole:CoTreatAsClass (0x46c858,0x46e128), stub! fixme:ole:CoGetClassObject CLSCTX_LOCAL_SERVER ?not supported! fixme:ole:CoCreateInstance no instance created for {91814ebf-b5f0-11d2-80b9-00104b1f6cea}, hres is 0x80070005
2001 Apr 22
1
problem with a windows .exe
...engine\6\intel 32\ikernel.exe failed with error 0x00000006 fixme:ole:LoadTypeLibEx registration of typelibs not supported yet! err:ole:TLB_ReadTypeLib Loading of typelib c:\program files\common files\installshield\engine\6\intel 32\ikernel.tlb failed with error 0x00000002 fixme:ole:CoGetClassObject CLSCTX_LOCAL_SERVER and CLSCTX_REMOTE_SERVER not supported! Thank you, marco trevisani
2001 Aug 25
1
Installshield Engine
...No such file or directory), ignoring drive D: fixme:ole:CoSetState (0x653c79b0),stub! fixme:ole:MkParseDisplayName (0x40426c64, L"StdOle32.tlb", 0x40636634, 0x46000000): stub. fixme:ole:CoTreatAsClass (0x46c858,0x46e128), stub! fixme:ole:CoSetState ((nil)),stub! fixme:ole:CoGetClassObject CLSCTX_LOCAL_SERVER not supported! fixme:ole:CoCreateInstance no instance created for {91814ebf-b5f0-11d2-80b9-00104b1f6cea}, hres is 0x80070005 I'm running mdk 8.0 and a "Wine release 20010731" any help would be appreciated.
2001 Dec 07
1
trouble getting my first app to install (JMP)
...engine\6\intel 32\ikernel.exe failed with error 0x00000000 fixme:ole:LoadTypeLibEx registration of typelibs not supported yet! err:ole:TLB_ReadTypeLib Loading of typelib c:\program files\common files\installshield\engine\6\intel 32\ikernel.tlb failed with error 0x00000002 fixme:ole:CoGetClassObject CLSCTX_LOCAL_SERVER not supported! fixme:ole:CoCreateInstance no instance created for {91814ebf-b5f0-11d2-80b9-00104b1f6cea}, hres is 0x80070005 Any ideas? Thanks Kirk
2012 Mar 17
4
Help me patch wine
Ok, Im following this tutorial: http://ace-client.net/viewtopic.php?f=26&t=34 But when I try to apply patch I get this: > [jan at janpc Games]$ patch -p1 <'/home/jan/Games/wine-1.3.36/winepatch.patch' > can't find file to patch at input line 11 > Perhaps you used the wrong -p or --strip option? > The text leading up to this was: > --------------------------
2008 Jun 04
2
Win32-ole start
...wide(server, CP_UTF8), clsid) if FAILED(hr) raise Error, "unknown OLE server ''#{server}''" end end # Fails here hr = CoCreateInstance( clsid, nil, CLSCTX_INPROC_SERVER | CLSCTX_LOCAL_SERVER, IID_IDispatch, dispatch ) if FAILED(hr) raise Error, "failed to create OLE object from ''#{server}''" end end end end if $0 == __FILE__ include Win32 excel = OLE.new(''excel.applicati...
2001 Jul 14
0
upgrade from 2000 to 2001
...hreads_np fixme:pthread_kill_other_threads_np fixme:ole:CoSetState (0x653c79b0),stub! fixme:ole:MkParseDisplayName (0x40426e94, L"StdOle32.tlb", 0x40636634, 0x46000000): stub. fixme:ole:CoTreatAsClass (0x46c858,0x46e128), stub! fixme:ole:CoSetState ((nil)),stub! fixme:ole:CoGetClassObject CLSCTX_LOCAL_SERVER not supported! fixme:ole:CoCreateInstance no instance created for {91814ebf-b5f0-11d2-80b9-00104b1f6cea}, hres is 0x80070005 fixme:ole:CoSetState ((nil)),stub! [wineadmin@atlanta icad2001]# I assume more information would be need. what options should i run with wine for this?
2001 Dec 07
0
trouble installing first app
...engine\6\intel 32\ikernel.exe failed with error 0x00000000 fixme:ole:LoadTypeLibEx registration of typelibs not supported yet! err:ole:TLB_ReadTypeLib Loading of typelib c:\program files\common files\installshield\engine\6\intel 32\ikernel.tlb failed with error 0x00000002 fixme:ole:CoGetClassObject CLSCTX_LOCAL_SERVER not supported! fixme:ole:CoCreateInstance no instance created for {91814ebf-b5f0-11d2-80b9-00104b1f6cea}, hres is 0x80070005 Any ideas? Thanks Kirk
2001 Aug 14
2
Wine call graph; wineserver; the "big picture".
Hi, I've been lurking for a while now with a view to starting work on wine - specifically COM and DCOM. I know some people have started some work and there might be some patent issues with COM at least - so maybe DCOM is a better bet (I had the possibly niave idea of implementing COM via DCOM - it would be almost transparent, slower but less "dangerous"). I've read most of the
2009 May 06
4
[ win32utils-Feature Requests-25792 ] Create a pure Ruby win32-ole library
Feature Requests item #25792, was opened at 2009-05-05 17:29 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=414&aid=25792&group_id=85 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Daniel Berger (djberg96) Assigned to: Nobody (None) Summary: Create a pure Ruby win32-ole library Initial Comment: The current Win32OLE
2007 Mar 16
0
Wine release 0.9.33
...Make RegisteredClass list into a standard Wine list. ole32: Implement CoAddRefServerProcess and CoReleaseServerProcess. include: Add credential serialisation APIs to wincred.h. ole32: Don't allocate an initial table for bind contexts. ole32: OleCreate shouldn't pass CLSCTX_LOCAL_SERVER to CoCreateInstance. ole32: OleCreate isn't a semi-stub any more, as it is tested in a range of cases and has no todos. include: Add a definition for REGCLS_SURROGATE and add declarations for CoRegisterSurrogate and CoGetObjectContext. rpcrt4: Unmarshal NULL OLE interfaces pro...
2009 Dec 04
0
Wine release 1.1.34
...tml: Added IHTMLElement::put_outerHTML implementation. mshtml: Don't use nselem in InsertAdjacentNode implementation. mshtml: Improved IHTMLStyle3::put_zoom stub. urlmon: Don't post notif message if we're in task processing loop. jscript: Use CLSCTX_INPROC_SERVER|CLSCTX_LOCAL_SERVER to create ActiveX object. shdocvw: Check QueryInterface return codes before using its result. mshtml: Check for CATID_SafeForScripting in GUID_CUSTOM_CONFIRMOBJECTSAFETY implementation if IObjectSafety is not available. mshtml: Get rid of no longer needed Gecko checks in tests....