no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d39

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sfatula
Level 2
Level 2
Posts: 11
Joined: Thu Oct 07, 2010 8:50 am

no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d39

Post by sfatula »

Trying to run a certain game called Empyrean Challenge. The program is written in VB apparently. In the past, the program ran fine by installing via winetricks dcom98. Well, that has been removed from dcom98.

Without dcom98, I get a Windows runtime error 438. The relevant message on the console, near as I can tell, is:

fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}

I can't seem to install dcom98 any more since winetricks no longer supports it, and, it doesn't install using the wiki instructions. I got a new machine, and, was trying to reload this program.

I am running on Mac OSX Snow Leopard. Wine version is 1.3.18
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d39

Post by jjmckenzie »

On 5/6/11 12:09 AM, sfatula wrote:
Trying to run a certain game called Empyrean Challenge. The program is written in VB apparently. In the past, the program ran fine by installing via winetricks dcom98. Well, that has been removed from dcom98.

Without dcom98, I get a Windows runtime error 438. The relevant message on the console, near as I can tell, is:

fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
No, that is a common error.

There is another fix that replaced DCOM98. Search the forums for it.

James McKenzie
sfatula
Level 2
Level 2
Posts: 11
Joined: Thu Oct 07, 2010 8:50 am

Post by sfatula »

I replaced oleaut32.dll and everything works fine. I hope it's a bug that gets fixed one day. There are still a number of VB apps out there.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d39

Post by jjmckenzie »

On 5/6/11 9:56 PM, sfatula wrote:
I replaced oleaut32.dll and everything works fine. I hope it's a bug that gets fixed one day. There are still a number of VB apps out there.
Bugs do not get 'magically' fixed if they are not reported. Please see
if there is a bug report, and if not, file one annotating you had to
replace Wine's version of oleaut32.dll with native.

Thank you.

James McKenzie
Locked