Errors trying to run ControlCenter.exe

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bsquared
Newbie
Newbie
Posts: 4
Joined: Mon Jan 02, 2012 2:14 pm

Errors trying to run ControlCenter.exe

Post by bsquared »

This is Camera Management Software for Q-See [1]. On run it opens a dialog to create an account and these errors are produced.

Code: Select all

wine controlcenter.exe
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {00000514-0000-0010-8000-00aa006d2ea4} could be created for context 0x17
err:ole:CoGetClassObject class {00000535-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject class {00000535-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000535-0000-0010-8000-00aa006d2ea4} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {00000535-0000-0010-8000-00aa006d2ea4} could be created for context 0x17
The dialog opens, but it does not appear to create an account. It appears I have to register services, but don't know in what dll they reside. How can I find out?
wine-1.3.35 with ie8, mfc42 and access runtime installed from winetricks.

Any help is appreciated. I am not too familiar with the internals of wine.

Regards,
Brian

[1] - What is Q-See CMS software
bsquared
Newbie
Newbie
Posts: 4
Joined: Mon Jan 02, 2012 2:14 pm

ADO Problem "class {6c736db1-bd94-11d0-8a23-00aa00b58e1

Post by bsquared »

Code: Select all

err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
I followed instructions from posts in this forum, but they were old, so they may not be relevant.

http://forum.winehq.org/viewtopic.php?t=6306
http://forum.winehq.org/viewtopic.php?t=3064
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

File a bug.
bsquared
Newbie
Newbie
Posts: 4
Joined: Mon Jan 02, 2012 2:14 pm

Post by bsquared »

dimesio wrote:File a bug.
I don't know that it is a bug.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

bsquared wrote:I don't know that it is a bug.
So you made it work then? If it doesn't work - it's a bug and required additional investigation.

Of course before opening a bug make sure you did everything this page talks about: http://wiki.winehq.org/Bugs
bsquared
Newbie
Newbie
Posts: 4
Joined: Mon Jan 02, 2012 2:14 pm

Post by bsquared »

vitamin wrote:
bsquared wrote:I don't know that it is a bug.
So you made it work then? If it doesn't work - it's a bug and required additional investigation.

Of course before opening a bug make sure you did everything this page talks about: http://wiki.winehq.org/Bugs
Thank you.

Unfortunately something else has my attention right now. I will have to get back to this.

-B
fhmanas
Level 2
Level 2
Posts: 12
Joined: Wed Dec 03, 2008 3:14 am

Post by fhmanas »

Hi, am also trying to run this program. The version I am using is Q-SEE CMS 1.6.20 ControlCenter.

I was able to install and execute the program using winetricks. I installed JET4.0, mdac 2.7 and VCRun6 (mfc42.dll). It is now installing and executing correctly. I was able to login and proceed.

However, I was not able to complete the process of adding a device as it keeps on crashing on adding a DVR device.

My environment is Ubuntu 10.04 (Lucid) and Wine 1.4 stable.

I hope somebody can figure out the page fault.

I have also opened a bugzilla report on the page fault if anybody is interested and an AppDB entry.[/img]
Locked