application failed to initialize properly (0xc0000034)

  • Thread starter Thread starter DtownDale
  • Start date Start date
D

DtownDale

When I try to start programs like win media player Error pops up and says
the application failed to initialize properly (0xc0000034). Click on OK to
terminate the application. The same thing happens on a couple of other
programs with the same message. Can anyone help me with this problem.
 
0xc0000034 stands for STATUS_OBJECT_NAME_NOT_FOUND, which suggests a
missing file. Have you tried running Process Monitor and see if there
are any failed attempts to locate a DLL?

--Johannes
 
Back
Top