Menu

#17 The application failed to initialize properly

open
PointRight (4)
5
2012-09-15
2003-06-11
No

PR2
internal name in the version info:
$Id: prw2.rc,v 1.19 2003/06/09 05:33:43 tomoto Exp $

In some environment, launching prw2.exe results the
following error:
"The application failed to initialize properly. Error
0xc0000022. Click OK
to terminate the application."

One possibility is missing redistributable DLLs like
MFC42.DLL and MSVCP60.DLL, but I'm not sure yet.

Discussion

  • John J. Barton

    John J. Barton - 2003-06-11

    Logged In: YES
    user_id=598876

    Missing dlls give a quite different error. More likely
    the problem is permissions, maybe in the registry.
    http://www.experts-
    exchange.com/Developer/Applications/MS_Office/Q_20269213.
    html
    or maybe a consequence of the low-level library actions
    needing more permissions?

     
  • Tomoto Shimizu Washio

    Logged In: YES
    user_id=629201

    Thanks, guys. Probably it is not missing.

    In any cases, the error seemed to occur at a very early stage
    of the execution. Although we tried "-c" option, which means
    to use specified .ini file instead of the registry and should pop
    up a dialog for confirmation after only a few (almost none)
    operations, the same error occured before we saw the dialog.

    So, I suspected the error occured even before jumping into
    the main function, perhaps DLL problems. Some Web site said
    it could happen when some DLLs in system32 didn't have
    read+executable permission. Unfortunately I can't try it
    myself since I'm not using NTFS.

     

Log in to post a comment.