TER14.DLL and IPicture interface

Questions about Wine on macOS.
Locked
carcus88
Newbie
Newbie
Posts: 1
Joined: Tue Nov 12, 2013 11:23 am

TER14.DLL and IPicture interface

Post by carcus88 »

I am trying to run a custom vendor app that uses TER14.DLL which implements IPicture interface and is failing with this

fixme:ole:OleLoadPictureEx (0x95ef24,902,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f454), partially implemented.
err:ole:CoGetClassObject class {126b98f0-f7cd-482c-89f3-04f8f307a65c} not registered
err:ole:CoGetClassObject class {126b98f0-f7cd-482c-89f3-04f8f307a65c} not registered
err:ole:CoGetClassObject no class object {126b98f0-f7cd-482c-89f3-04f8f307a65c} could be created for context 0x3
err:ole:CoGetClassObject class {126b98f0-f7cd-482c-89f3-04f8f307a65c} not registered
err:ole:CoGetClassObject class {126b98f0-f7cd-482c-89f3-04f8f307a65c} not registered


Is there a winetricks specific package that I can install to get around this. I can't install the vendor package that would normally install TER14.DLL and its dependencies because the installer freezes and I'm just trying to use one of the stand alone .exes in that package when getting the above error.
Locked