err:ole:CoGetClassObject not registered: QueryParserManager

Questions about Wine on Linux
Locked
Kraken
Newbie
Newbie
Posts: 1
Joined: Tue Mar 02, 2021 8:26 am

err:ole:CoGetClassObject not registered: QueryParserManager

Post by Kraken »

I'm trying to install S# in Linux (Ubuntu 20.04).
During the installation I get a screen with the "Select destination" button, when I press it, I get the following error in the console:

Code: Select all

# wine StockSharp.Installer.UI.exe 
002b:err:ole:CoGetClassObject class {5088b39a-29b4-4d9d-8245-4ee289222f66} not registered
002b:err:ole:create_server class {5088b39a-29b4-4d9d-8245-4ee289222f66} not registered
002b:err:ole:CoGetClassObject no class object {5088b39a-29b4-4d9d-8245-4ee289222f66} could be created for context 0x15
According to https://wikileaks.org/ciav7p1/cms/page_13762803.html this GUID (5088b39a-29b4-4d9d-8245-4ee289222f66) refers to QueryParserManager Class in StructuredQuery.dll.
According to https://www.win7dll.info/structuredquery_dll.html, this DLL is a part of Windows Search.

How can I resolve this issue? Install Windows Search in Wine? Find and install specific DLL?

Wine: wine-5.0 (Ubuntu 5.0-3ubuntu1)
qwertymnb
Level 4
Level 4
Posts: 236
Joined: Sun Jan 17, 2016 4:36 pm

Re: err:ole:CoGetClassObject not registered: QueryParserManager

Post by qwertymnb »

So does the program abort then?

Is this a free program,, so we could test ourselves?
fargodwe

Re: err:ole:CoGetClassObject not registered: QueryParserManager

Post by fargodwe »

Which package/packages are you trying install from that site? If it's something I can download and try running here maybe I could see more of what it's saying.
Locked