Trying to run an Application

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
christech
Newbie
Newbie
Posts: 1
Joined: Wed May 09, 2018 10:56 am

Trying to run an Application

Post by christech »

Hi!

I am trying to run a scoring program. It installs fine but gave me some ActiveX errors which were resolved by installing MDAC28. I now get errors like:

Desc: Provider cannot be found It may not be properly installed
Err # 3706
Location: MDB_VersionChecks : TPCASDataTransfers
Line Number: 30
Source ADODB.Connection

My error log is:

fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:olepicture:OleLoadPictureEx (0xbb88ec,1440062,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f978), partially implemented.
fixme:scrrun:filesys_QueryInterface Unsupported interface {7fd52380-4e07-101b-ae2d-08002b2ec713}
fixme:scrrun:filesys_QueryInterface Unsupported interface {37d84f60-42cb-11ce-8135-00aa004bb851}
fixme:olepicture:OleLoadPictureEx (0xbb9714,1440054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0x33f7ac), partially implemented.
fixme:scrrun:filesys_QueryInterface Unsupported interface {7fd52380-4e07-101b-ae2d-08002b2ec713}
fixme:scrrun:filesys_QueryInterface Unsupported interface {37d84f60-42cb-11ce-8135-00aa004bb851}
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

Any ideas on how to proceed? I get the feeling it's database related. I set Wine to use the native ODBC drivers and that did not help.
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Trying to run an Application

Post by DarkShadow44 »

Hard to tell. Can you provide a download link and instructions to reproduce the issue?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Trying to run an Application

Post by Bob Wya »

christech wrote:...
Any ideas on how to proceed? I get the feeling it's database related. I set Wine to use the native ODBC drivers and that did not help.
Try:

Code: Select all

winetricks jet40
is the classic resolution to database lookup issues (along with the mdac28 verb).

Please use the forum Code:

Code: Select all

I AM CODE
tags for terminal commands+output.

Also it helps to have a catchy forum thread title...
Containing your current Wine version and the name of the Windows application your are testing.

I hate wading through all the awful titles like: "Wine doesn't work", "Trying to run an Application", etc. :roll:
These are a pain to chase up - if you don't subscribe to the forum thread...

Thanks
Bob
Locked