Flight training software install error-VSOCX32.OCX

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Robertt
Level 2
Level 2
Posts: 14
Joined: Thu Oct 15, 2009 2:16 am

Flight training software install error-VSOCX32.OCX

Post by Robertt »

Hey guys, new Linux-Ubuntu user (about 24 hours) and new Wine user (about 1 hour). I'm trying to install my flight training software (http://www.dauntless-soft.com/downloads ... nstall.exe) and get the following error on install.

"C:\windows\system32\VSOCX32.OCX

Unable to register the DLL/OCX: LoadLibrary failed; code 126.
Module not found."

It gives the options to Abort, Retry, or Ignore.
I aborted the install. I then found the OCX file on my windows pc and copied it to the system32 folder on the fake wine c drive and the same error returned on the next install attempt.

Any guidance would be appreciated. I'm a complete novice and don't know my way around linux or wine but I can follow your guidance and instructions. Thanks for any help.

Wine 1.0.1
Ubuntu 9.04
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Flight training software install error-VSOCX32.OCX

Post by vitamin »

Robertt wrote:Wine 1.0.1
Try newer Wine version. The one you use is 2 days shy of it's 1 year birthday.
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

so many people think "Stable" means its not gonna mess up their system or crash... would be nice if it could somehow be marked a bit more clear.
Robertt
Level 2
Level 2
Posts: 14
Joined: Thu Oct 15, 2009 2:16 am

Post by Robertt »

Ok, I got wine updated to 1.1.31 and I get the same error while trying to install the program.

What should I try next guys?

"C:\windows\system32\VSOCX32.OCX
Unable to register the DLL/OCX: LoadLibrary failed; code 126.
Module not found."

Wine 1.1.31
Ubuntu 9.04
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Robertt wrote:What should I try next guys?
"C:\windows\system32\VSOCX32.OCX
Unable to register the DLL/OCX: LoadLibrary failed; code 126.
Module not found."
Try copying that dll from windows into Wine's system32 directory.
Robertt
Level 2
Level 2
Posts: 14
Joined: Thu Oct 15, 2009 2:16 am

Post by Robertt »

That was the first thing I attempted. It made no difference and gave me the same error at the same point in the install.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Robertt wrote:That was the first thing I attempted. It made no difference and gave me the same error at the same point in the install.
Can you try to register it manually with (regsvr32 VSOCX32.OCX)?
Robertt
Level 2
Level 2
Posts: 14
Joined: Thu Oct 15, 2009 2:16 am

Post by Robertt »

I have know idea how to do that, but if you could tell me how, I'll give it a try.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Robertt wrote:I have know idea how to do that, but if you could tell me how, I'll give it a try.
I gave you the exact command (you can add "wine" at front of it if you'd like). What else do you need to know?
Robertt
Level 2
Level 2
Posts: 14
Joined: Thu Oct 15, 2009 2:16 am

Post by Robertt »

I'm not clear on exactly where you want me to type that command.
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Post by jorl17 »

Robertt wrote:I'm not clear on exactly where you want me to type that command.
Type it in the terminal. Since you're running Ubuntu, that should be somewhere around "Applications->Accessories->Terminal" Or something similar. Open it up and type the command that vitamin provided.

Cheers,

Jorl17
Robertt
Level 2
Level 2
Posts: 14
Joined: Thu Oct 15, 2009 2:16 am

Post by Robertt »

Ok, I ran it in the terminal and it failed to load. Its seems that I would need the file (regsvr32 VSOCX32.OCX) in a specific location on my system for it to be found and run. Wouldn't it? It's on my desktop now. where do I need it to be in order to run the command?

Code: Select all

rab@rabsvaio:~$ regsvr32 VSOCX32.OCX
Failed to load DLL VSOCX32.OCX
rab@rabsvaio:~$ 
rab@rabsvaio:~$ wine regsvr32 VSOCX32.OCX
Failed to load DLL VSOCX32.OCX
rab@rabsvaio:~$ 

vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Robertt wrote:Ok, I ran it in the terminal and it failed to load. Its seems that I would need the file (regsvr32 VSOCX32.OCX) in a specific location on my system for it to be found and run. Wouldn't it?
That is what I asked to do in my second post.
Robertt
Level 2
Level 2
Posts: 14
Joined: Thu Oct 15, 2009 2:16 am

Post by Robertt »

I got the software installed but it gives the following error when I try to run it.

Run-time error '429':
ActiveX component can't create object
That is what I asked to do in my second post.
@Vitamin- Thanks for reminding me. I reinstalled Ubuntu on Saturday morning and forgot to copy the file to the system32 folder after installing wine. That competed the install.

So what do you recommend for my "run time" error when I try to run the software?
Robertt
Level 2
Level 2
Posts: 14
Joined: Thu Oct 15, 2009 2:16 am

Post by Robertt »

I did a quick search on the forum and came up with a post that has the same error I do. http://forum.winehq.org/viewtopic.php?p ... e2a85e7d0e

I followed the recommendations that he got, which was to install winetricks vcrun2005 and winetricks wsh56. after running both I got the same error. I then uninstalled and reinstalled, as he was told, and got the error again. Maybe that shouldn't be a surprise considering we are trying to run different programs, even with the same error.

Run-time error '429':
ActiveX component can't create object

Also, would it be appropriate to start a new thread with this new error now that the VSOCX32.OCX error is solved, or just continue here? Thanks for the help guys.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Robertt wrote:Run-time error '429':
ActiveX component can't create object
Install wine_gecko with winetricks: http://wiki.winehq.org/winetricks
Robertt
Level 2
Level 2
Posts: 14
Joined: Thu Oct 15, 2009 2:16 am

Post by Robertt »

vitamin wrote:Install wine_gecko with winetricks
gecko installed with winetricks, still get same error.

Run-time error '429':
ActiveX component can't create object
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Robertt wrote:gecko installed with winetricks, still get same error.
Terminal output?
Robertt
Level 2
Level 2
Posts: 14
Joined: Thu Oct 15, 2009 2:16 am

Post by Robertt »

vitamin wrote:Terminal output?
I assume you mean the output from running "groundschool" but I run it from the ">applications >wine >programs" menu and don't know the right command to run it from the terminal.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Robertt wrote:
vitamin wrote:Terminal output?
I assume you mean the output from running "groundschool" but I run it from the ">applications >wine >programs" menu and don't know the right command to run it from the terminal.
http://wiki.winehq.org/FAQ#head-3b297df ... b8edc21619
Robertt
Level 2
Level 2
Posts: 14
Joined: Thu Oct 15, 2009 2:16 am

Post by Robertt »

Thanks dimesio
vitamin wrote:Terminal output?

Code: Select all

rab@rabsvaio:~/.wine/dosdevices/c:/Program Files/GroundSchool$ wine groundschool.exe
fixme:ole:OleLoadPictureEx (0x1ea437c,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa98), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,314046,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa98), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1898462,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,155510,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,6134,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,14538,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,14538,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,14538,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,14538,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,14538,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,14538,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,14538,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,14538,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,14538,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,24534,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3520,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3758,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,2736,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3788,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,2852,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3944,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,2427,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3730,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,2902,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3665,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,77986,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,77986,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,24534,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,5356,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,7892,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,5472,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,27362,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,824,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1073,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,899,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,771,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,711,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,150014,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,64862,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,14222,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3374,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:shdocvw:OleControl_FreezeEvents (0x25248b8)->(1)
fixme:shdocvw:PersistStreamInit_Load (0x25248b8)->(0x1ea437c)
fixme:shdocvw:ViewObject_SetAdvise (0x25248b8)->(1 00000000 0x1eb81a4)
fixme:shdocvw:WebBrowser_QueryInterface (0x25248b8)->({55980ba0-35aa-11cf-b671-00aa004cd6d8} 0x32f984) interface not supported
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1328,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,32514,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,10862,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,23662,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,7902,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,11262,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,7790,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,27362,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,150014,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,34562,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,32514,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,480062,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1898,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,2870,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1790,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1790,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1790,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1682,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,2654,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3950,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3086,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,41342,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,7649,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3590,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,2408,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,27362,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,150014,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3134,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,7662,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,7406,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,5438,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,989,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3134,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3134,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,3134,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:shdocvw:OleControl_FreezeEvents (0x26bf238)->(1)
fixme:shdocvw:PersistStreamInit_Load (0x26bf238)->(0x1ea437c)
fixme:shdocvw:ViewObject_SetAdvise (0x26bf238)->(1 00000000 0x1ec8254)
fixme:shdocvw:WebBrowser_QueryInterface (0x26bf238)->({55980ba0-35aa-11cf-b671-00aa004cd6d8} 0x32f984) interface not supported
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1070,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1070,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1070,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,830,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,782,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,590,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,734,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,926,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f978), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1070,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1070,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1070,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,830,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,782,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,590,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,734,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,926,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,830,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,350,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:shdocvw:OleControl_FreezeEvents (0x26d9820)->(1)
fixme:shdocvw:PersistStreamInit_Load (0x26d9820)->(0x1ea437c)
fixme:shdocvw:ViewObject_SetAdvise (0x26d9820)->(1 00000000 0x1ecf964)
fixme:shdocvw:WebBrowser_QueryInterface (0x26d9820)->({55980ba0-35aa-11cf-b671-00aa004cd6d8} 0x32f8c4) interface not supported
fixme:ole:OleLoadPictureEx (0x1ea437c,6614,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,6614,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,6614,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,6614,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,6614,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,6614,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,6614,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,6614,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,458,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,458,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:shdocvw:OleControl_FreezeEvents (0x26f3f30)->(1)
fixme:shdocvw:PersistStreamInit_Load (0x26f3f30)->(0x1ea437c)
fixme:shdocvw:ViewObject_SetAdvise (0x26f3f30)->(1 00000000 0x1ed291c)
fixme:shdocvw:WebBrowser_QueryInterface (0x26f3f30)->({55980ba0-35aa-11cf-b671-00aa004cd6d8} 0x32f8f4) interface not supported
fixme:shdocvw:OleControl_FreezeEvents (0x26f6678)->(1)
fixme:shdocvw:PersistStreamInit_Load (0x26f6678)->(0x1ea437c)
fixme:shdocvw:ViewObject_SetAdvise (0x26f6678)->(1 00000000 0x1ed32dc)
fixme:shdocvw:WebBrowser_QueryInterface (0x26f6678)->({55980ba0-35aa-11cf-b671-00aa004cd6d8} 0x32f8f4) interface not supported
fixme:shdocvw:OleControl_FreezeEvents (0x26f8dc0)->(1)
fixme:shdocvw:PersistStreamInit_Load (0x26f8dc0)->(0x1ea437c)
fixme:shdocvw:ViewObject_SetAdvise (0x26f8dc0)->(1 00000000 0x1ed3c9c)
fixme:shdocvw:WebBrowser_QueryInterface (0x26f8dc0)->({55980ba0-35aa-11cf-b671-00aa004cd6d8} 0x32f8f4) interface not supported
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1262,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1262,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1082,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1262,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1262,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:shdocvw:OleControl_FreezeEvents (0x26ff5c0)->(1)
fixme:shdocvw:PersistStreamInit_Load (0x26ff5c0)->(0x1ea437c)
fixme:shdocvw:ViewObject_SetAdvise (0x26ff5c0)->(1 00000000 0x1ed4fc4)
fixme:shdocvw:WebBrowser_QueryInterface (0x26ff5c0)->({55980ba0-35aa-11cf-b671-00aa004cd6d8} 0x32f8f4) interface not supported
fixme:ole:OleLoadPictureEx (0x1ea437c,6614,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,6614,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,6614,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f918), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,458,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,458,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f948), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1342,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8e8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,830,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8e8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,830,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8e8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,88574,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8e8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f858), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,144062,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f888), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f858), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:shdocvw:OleControl_FreezeEvents (0x2741230)->(1)
fixme:shdocvw:PersistStreamInit_Load (0x2741230)->(0x1ea437c)
fixme:shdocvw:ViewObject_SetAdvise (0x2741230)->(1 00000000 0x1edb6b4)
fixme:shdocvw:WebBrowser_QueryInterface (0x2741230)->({55980ba0-35aa-11cf-b671-00aa004cd6d8} 0x32f8c4) interface not supported
fixme:ole:OleLoadPictureEx (0x1ea437c,32514,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1626,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1626,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1626,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1626,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1626,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1626,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1626,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1626,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,1626,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f8b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x1ea437c,5822,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9d8), partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x14ef28)->(0x277c958, 0, (nil)), hacked stub.
fixme:shdocvw:OleControl_FreezeEvents (0x25248b8)->(0)
fixme:shdocvw:OleControl_FreezeEvents (0x26bf238)->(0)
fixme:shdocvw:OleControl_FreezeEvents (0x26d9820)->(0)
fixme:shdocvw:OleControl_FreezeEvents (0x26f3f30)->(0)
fixme:shdocvw:OleControl_FreezeEvents (0x26f6678)->(0)
fixme:shdocvw:OleControl_FreezeEvents (0x26f8dc0)->(0)
fixme:shdocvw:OleControl_FreezeEvents (0x26ff5c0)->(0)
fixme:shdocvw:OleControl_FreezeEvents (0x2741230)->(0)
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
fixme:ole:OleLoadPictureEx (0x1edf94c,314046,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f410), partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x28049f0)->(0x2851b20, 0, (nil)), hacked stub.
fixme:ole:OLEPictureImpl_SaveAsFile (0x28049f0)->(0x14ef70, 0, (nil)), hacked stub.
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject no class object {00000514-0000-0010-8000-00aa006d2ea4} could be created for context 0x5
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:shdocvw:OleControl_FreezeEvents (0x25248b8)->(1)
fixme:shdocvw:OleControl_FreezeEvents (0x26bf238)->(1)
fixme:shdocvw:OleControl_FreezeEvents (0x26d9820)->(1)
fixme:shdocvw:OleControl_FreezeEvents (0x26f3f30)->(1)
fixme:shdocvw:OleControl_FreezeEvents (0x26f6678)->(1)
fixme:shdocvw:OleControl_FreezeEvents (0x26f8dc0)->(1)
fixme:shdocvw:OleControl_FreezeEvents (0x26ff5c0)->(1)
fixme:shdocvw:OleControl_FreezeEvents (0x2741230)->(1)
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x25248b8)
fixme:shdocvw:OleObject_Close (0x25248b8)->(1)
fixme:shdocvw:ViewObject_SetAdvise (0x25248b8)->(1 00000000 (nil))
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x26bf238)
fixme:shdocvw:OleObject_Close (0x26bf238)->(1)
fixme:shdocvw:ViewObject_SetAdvise (0x26bf238)->(1 00000000 (nil))
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x26d9820)
fixme:shdocvw:OleObject_Close (0x26d9820)->(1)
fixme:shdocvw:ViewObject_SetAdvise (0x26d9820)->(1 00000000 (nil))
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x26f3f30)
fixme:shdocvw:OleObject_Close (0x26f3f30)->(1)
fixme:shdocvw:ViewObject_SetAdvise (0x26f3f30)->(1 00000000 (nil))
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x26f6678)
fixme:shdocvw:OleObject_Close (0x26f6678)->(1)
fixme:shdocvw:ViewObject_SetAdvise (0x26f6678)->(1 00000000 (nil))
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x26f8dc0)
fixme:shdocvw:OleObject_Close (0x26f8dc0)->(1)
fixme:shdocvw:ViewObject_SetAdvise (0x26f8dc0)->(1 00000000 (nil))
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x26ff5c0)
fixme:shdocvw:OleObject_Close (0x26ff5c0)->(1)
fixme:shdocvw:ViewObject_SetAdvise (0x26ff5c0)->(1 00000000 (nil))
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x2741230)
fixme:shdocvw:OleObject_Close (0x2741230)->(1)
fixme:shdocvw:ViewObject_SetAdvise (0x2741230)->(1 00000000 (nil))
rab@rabsvaio:~/.wine/dosdevices/c:/Program Files/GroundSchool$ 
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Robertt wrote:fixme:ole:OleLoadPictureEx (0x1ea437c,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa98), partially implemented.
You could try installing native dcom (winetricks dcom98). But be warned this usually breaks more then it fixes in new Wine versions.
Robertt
Level 2
Level 2
Posts: 14
Joined: Thu Oct 15, 2009 2:16 am

Post by Robertt »

vitamin wrote:You could try installing native dcom (winetricks dcom98). But be warned this usually breaks more then it fixes in new Wine versions.
I installed winetricks dcom98 and got the same runtime error. I uninstalled "ground school" and got numerous new problems reinstalling it, so I reinstalled wine to eliminate any potential problems dcom98 my have created.

I now have a clean install of wine 1.1.31
No winetricks installed
My program "ground school" (http://www.dauntless-soft.com/downloads ... nstall.exe) installed, but giving the run time error when I attempt to run it.

Run-time error '429':
ActiveX component can't create object
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

Robbert try this:

start in a clean new ~/.wine

Then do :

winetricks mfc40 mdac28

WINEDLLOVERRIDES="oledb32=n" regsvr32 ~/.wine/drive_c/Program\ Files/Common\ Files/System/OLE\ DB/oledb32.dll

Then install the application. Set oledb32.dll to native in winecfg or run the app like:

WINEDLLOVERRIDES="oledb32=n" wine GroundSchool.exe

This way the app starts fine for me, didn't test if the rest of the app worked
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

Sorry , that first line should be:

winetricks mfc40 mdac28 jet40

(forgot jet40 in first post)
Locked