Jump to content

Any Common failures for activation of OIE?


tommytx
 Share

Recommended Posts

ConsoleWrite("Hello Dolly on Line 1" & @CRLF)

#include <IE.au3>

ConsoleWrite("Hello Dolly on Line 5" & @CRLF)


Local $oIE = _IECreate("www.autoitscript.com")

ConsoleWrite("Hello Dolly on Line 10" & @CRLF)

Can anyone put me on the right track to troubleshoot this one.. the IE browser is not opening.. it is not my primary browser since FF is but that has not been a problem in the past.. it all seems to work including compile but the generation of the IE browser.. Never had any problem before.. below is the results of the run.. any ideas on where I might look.. that is the only error i get and its only after a 30 second delay.. I suppose a time out..

 

; >"C:\Program Files (x86)\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "G:\show_pos.au3\test.au3"
; Hello Dolly on Line 1
; Hello Dolly on Line 5
; --> IE.au3 T3.0-2 Error from function _IECreate,  (Browser Object Creation Failed)
; Hello Dolly on Line 10
; >Exit code: 0    Time: 30.46

 

Link to comment
Share on other sites

Out there

There's a world outside of Yonkers

Way out there beyond this hick town, Barnaby

There's a slick town, Barnaby

Out there

Full of shine and full of sparkle

Close your eyes and see it glisten, Barnaby

Listen, Barnaby

sorry, I saw Hello Dolly and I felt like Wall-E

Edited by Earthshine

My resources are limited. You must ask the right questions

 

Link to comment
Share on other sites

This is what my errors look like now studying to see what all i can do to find out why the class is not registered.

Meanwhile if anyone has ideas.. pls comment..

 

G:\show_pos.au3\test.au3 (215) : ==> COM Error intercepted !
    err.number is:         0x80040154
    err.windescription:    Class not registered

    err.description is:     
    err.source is:         
    err.helpfile is:     
    err.helpcontext is:     
    err.lastdllerror is:     0
    err.scriptline is:     215
    err.retcode is:     0x00000000

--> IE.au3 T3.0-2 Error from function _IECreate,  (Browser Object Creation Failed)
>Exit code: 0    Time: 30.61

 

Link to comment
Share on other sites

Here is the error output after running the move complex looking code suggested by VIP

>"C:\Program Files (x86)\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "G:\show_pos.au3\test.au3"    
G:\show_pos.au3\test.au3 (215) : ==> COM Error intercepted !
    err.number is:         0x80040154
    err.windescription:    Class not registered

    err.description is:     
    err.source is:         
    err.helpfile is:     
    err.helpcontext is:     
    err.lastdllerror is:     0
    err.scriptline is:     215
    err.retcode is:     0x00000000

--> IE.au3 T3.0-2 Error from function _IECreate,  (Browser Object Creation Failed)
>Exit code: 0    Time: 37.52

 

Link to comment
Share on other sites

Thanks Dan.. tried much of that including the SFC or what ever the scan repair was but none worked for me.. now here is the kicker.. I removed my 2nd drive and rebooted and all is fine.. so with one drive i am fine.. once i make the new 2nd drive i will connect that same drive back up and see if it kills it again.. so thanks for those who offered help.  Works great for the moment.


Did you see the comment about Sandboxie in the thread I posted? Yes thank you.

Are you able to load IE manually? IE version 10 works great manually.

What version of Windows? Win 10

Have you tried rebooting? several times but see above a reboot w/o the second drive fixed it... so will put the second drive back on later tonight and see if it returns or not..

if it still works later tonight with 2nd drive i will mark this one solved..

 

Link to comment
Share on other sites

Ok my new drive is installed and its hit and miss.. working fine now but who knows.. it  comes and goes...not fixed but is working for now.. gonna be aggravating not knowing when I can depend on it and when i can't but thanks for the assist..

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...