Property not found #activeConnection

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
falloutphil
Newbie
Newbie
Posts: 2
Joined: Tue Dec 26, 2017 7:46 pm

Property not found #activeConnection

Post by falloutphil »

Hi,

I'm trying to get LiveABC / McGraw-Hill's Chinese Pronunciaton to run under wine 3.0 rc3 on Ubuntu 17.10. It's a Macromedia application on a CD, which I've mounted from an ISO on my local file system.

I've then done the following installs:

Code: Select all

WINEARCH=win32 winetricks devenum quartz wmp10
winecfg -> Set OS to Win98
wine DXSETUP.exe  
I have made some progress installing the version of DirectX 9 that comes on the CD (DXSETUP.exe) - nothing else works at all - I can get the intro and first lesson to run. However after that I'm hit with a pop-up:

Code: Select all

Director Player Error

Property not found

#activeConnection

Script Error. Continue?

Hitting "Yes" has no effect, hitting "No" exits the application.

I can see that the text activeConnection occurs in various DXR files on the CD, but I'm stumped on what is required to support this?

Any ideas?



Console Log - the last few lines are repeated if you try to continue the script:

Code: Select all

$ WINEDEBUG=warn+error wine go.exe
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:reg:RegQueryInfoKeyA security argument not supported.
01f2:fixme:vxd:__wine_vxd_open Unknown/unsupported VxD L"quartz.vxd". Try setting Windows version to 'nt40' or 'win31'.
01f7:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
01f7:err:ole:CoGetClassObject no class object {6bc1cffa-8fc1-4261-ac22-cfb4cc38db50} could be created for context 0x1
01f2:fixme:win:EnumDisplayDevicesW ((null),0,0x33db04,0x00000000), stub!
01f2:fixme:win:EnumDisplayDevicesW ((null),0,0x33dea4,0x00000000), stub!
01fb:fixme:d3d:wined3d_get_adapter_raster_status wined3d 0x102811f0, adapter_idx 0, raster_status 0x146bfcc4 semi-stub!
01f2:err:ole:CoGetClassObject class {00000535-0000-0010-8000-00aa006d2ea4} not registered
01f2:err:ole:CoGetClassObject class {00000535-0000-0010-8000-00aa006d2ea4} not registered
01f2:err:ole:create_server class {00000535-0000-0010-8000-00aa006d2ea4} not registered
01f2:err:ole:CoGetClassObject no class object {00000535-0000-0010-8000-00aa006d2ea4} could be created for context 0x7
falloutphil
Newbie
Newbie
Posts: 2
Joined: Tue Dec 26, 2017 7:46 pm

Re: Property not found #activeConnection

Post by falloutphil »

Further to this - I can confirm the same problem on Wine 1.7 on Mac OS X.

Interestingly here - I did not have to install DirectX, etc to make it work at all - although it is plausible I have previous installed the dependencies to get other software to work.

Anyway - it fails at exactly the same point with exactly the same message, so the problem is nothing specifically to do with Wine 3.
Locked