what is cocreateinstance

This is the place for any magazine-related discussions that don't fit in any of the column discussion boards below.
Post Reply
User avatar
frhrwa
Posts: 897
Joined: Mon Feb 04, 2002 1:01 am
Location: Eastern Washington (state) and N. Las Vegas (winter)
Contact:

what is cocreateinstance

Post by frhrwa »

I have a pop up that opens when I start windows that says odhost in the upper left corner, then a big red circle with an X in it, and says CoCreateInstance failed status is 0x80040154 and an OK button.. what the heck is it and how do I get rid of it.. ran all the anti-virus programs I could, shows nothing, did a regedit search and nothing.. ?
JESUS”…… don’t leave EARTH without HIM!
User avatar
Lenp
Posts: 1529
Joined: Thu Oct 26, 2006 8:11 pm
Location: Maryland
Contact:

Re: what is cocreateinstance

Post by Lenp »

Google "CoCreateInstance failed status is 0x80040154"
Ther are many hits....
They may make sense to you, but not to me!!
Len

“To invent, you need a good imagination and a big pile of junk.” (T. Edison)
"I must be on the way to success since I already have the junk". (Me)
User avatar
haklesup
Posts: 3136
Joined: Thu Aug 01, 2002 1:01 am
Location: San Jose CA
Contact:

Re: what is cocreateinstance

Post by haklesup »

Some program you have installed has become corrupted. Some hits suggest it might be a Linksys router or wireless adapter. When did it start, did you try a windows restore point, what was the last thing you installed before it started?
User avatar
frhrwa
Posts: 897
Joined: Mon Feb 04, 2002 1:01 am
Location: Eastern Washington (state) and N. Las Vegas (winter)
Contact:

Re: what is cocreateinstance

Post by frhrwa »

not sure which program, but I do have a NETGEAR wireless router? will check it to see if that might be the culprit.. and I'll google it up to see what it says..
JESUS”…… don’t leave EARTH without HIM!
User avatar
haklesup
Posts: 3136
Joined: Thu Aug 01, 2002 1:01 am
Location: San Jose CA
Contact:

Re: what is cocreateinstance

Post by haklesup »

User avatar
jwax
Posts: 2234
Joined: Mon Feb 09, 2004 1:01 am
Location: NY
Contact:

Re: what is cocreateinstance

Post by jwax »

When was the last time you rebooted the router?
Power it off for a minute and then power it back up.
WA2RBA
User avatar
frhrwa
Posts: 897
Joined: Mon Feb 04, 2002 1:01 am
Location: Eastern Washington (state) and N. Las Vegas (winter)
Contact:

Re: what is cocreateinstance

Post by frhrwa »

tried that a number of times.. no workey.. thanks..
JESUS”…… don’t leave EARTH without HIM!
dyarker
Posts: 1917
Joined: Fri Aug 22, 2003 1:01 am
Location: Izmir, Turkiye; from Rochester, NY
Contact:

Re: what is cocreateinstance

Post by dyarker »

cocreateinstance is how a program starts a COM host program (COM = Common Object Model).

For example you want to draw a graph in MS Word. Instead of including that graphics ability in Word, Word uses MS Excel graphing by calling Excel with cocreateinstance.

MS is not the only company making COM host or user programs. So cocreateinstance failure would be a new user program installed and it can't find the requested host; or, the requested host program was uninstalled/removed, then problem began. Sometimes a version upgrade of host might cause a failure.

Cheers,
Dale Y
User avatar
frhrwa
Posts: 897
Joined: Mon Feb 04, 2002 1:01 am
Location: Eastern Washington (state) and N. Las Vegas (winter)
Contact:

Re: what is cocreateinstance

Post by frhrwa »

great, so how do I find it and eliminate it? thanks.. would it be in the system startup files? maybe trying to start a program that isn't there?
JESUS”…… don’t leave EARTH without HIM!
dyarker
Posts: 1917
Joined: Fri Aug 22, 2003 1:01 am
Location: Izmir, Turkiye; from Rochester, NY
Contact:

Re: what is cocreateinstance

Post by dyarker »

Task Manager doesn't give the programs name?
Dale Y
User avatar
haklesup
Posts: 3136
Joined: Thu Aug 01, 2002 1:01 am
Location: San Jose CA
Contact:

Re: what is cocreateinstance

Post by haklesup »

Task manager gives a name of any EXE running but also a partial list of any DLL running like a program. Howerer the OS may have any number of other DLL and other modules like OCX loaded and available for programs to use. Co Create Instance appears to be a function call from an unknown DLL. From the name I presume it is trying to create a window to display some information but is failing.

if you know what DLL or EXE you suspected you could query it with the dependency walker to see if this function exists within the package. Without an educated guess, you might need to resort to a system tool to learn all the loaded DLLS and then search them out to query each one individually, a large job at least if not an impossible task.

Another method is use Sysedit (did you say which version of Windows you are using) (system configuration in Win 7, see administrative tools) to systematically disable startup and services items until you discover which one makes the error go away (visit the land of 1000 reboots). The event viewer may have captured the error and may have the name of the module that caused it but its kind of a haystack to search
User avatar
frhrwa
Posts: 897
Joined: Mon Feb 04, 2002 1:01 am
Location: Eastern Washington (state) and N. Las Vegas (winter)
Contact:

Re: what is cocreateinstance

Post by frhrwa »

thanks.. will give it a stab.. and let you know if it takes the full 1000 reboots.. ha..
JESUS”…… don’t leave EARTH without HIM!
User avatar
CeaSaR
Posts: 1949
Joined: Sat Nov 08, 2003 1:01 am
Location: Phoenixville, PA USA
Contact:

Re: what is cocreateinstance

Post by CeaSaR »

You could try Sysinternals Process Explorer to see everything that is running on your system. It is like task manager on steroids and will allow you to stop and/or kill individual threads or whole processes. The last place I got it was from Microsoft's download section. They (Microsoft) actually recommended it.

CeaSaR
Hey, what do I know?
User avatar
frhrwa
Posts: 897
Joined: Mon Feb 04, 2002 1:01 am
Location: Eastern Washington (state) and N. Las Vegas (winter)
Contact:

Re: what is cocreateinstance

Post by frhrwa »

will check that out this morning.. another question tho, when I open my Pictures folder, everything is SMALL, so I click view and make them extra large icons, as soon as I close and reopen, or even open a folder within pictures, it reverts back to small .. how can I LOCK it extra large? damn microsoft programmers like to screw with people constantly..
JESUS”…… don’t leave EARTH without HIM!
User avatar
haklesup
Posts: 3136
Joined: Thu Aug 01, 2002 1:01 am
Location: San Jose CA
Contact:

Re: what is cocreateinstance

Post by haklesup »

"You could try Sysinternals Process Explorer to see everything that is running on your system."

this is probably a function call from a running process. you will see the process listed but not the function calls it is capable if making to external modules. If you are lucky, you will see a process running, then crash after the error message is displayed. Since others have this error, I'm thinking it is OS level or a very common program.

Damn that programmer that titled his error message window and failed to include the name of the program that created it in the title. While the error is being displayed, it may have a trail back to the program that displayed it.
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Amazon [Bot] and 31 guests