This is the mail archive of the
cygwin
mailing list for the Cygwin project.
RE: Application failed to initialize (0xc0000022)
- From: "Dave Korn" <dk at artimi dot com>
- To: <cygwin at cygwin dot com>
- Date: Tue, 20 Apr 2004 18:43:51 +0100
- Subject: RE: Application failed to initialize (0xc0000022)
> -----Original Message-----
> From: cygwin-owner On Behalf Of Olof Lagerkvist
> Sent: 20 April 2004 17:23
> > On Tue, Apr 20, 2004 at 09:52:07AM +0600, ronwo wrote:
> >
> >>Please I need urgent help
> >>
> >>[snip]
> >>
> >>This is affecting my application from running very well . I
> have been
> >>looking for solution for too long untill i came accross your email
> >>address. Please kindly reply this as am on my kneel begging
>
> First check the permissions of the cygwin dll files located
> in /bin. Try
> i.e.:
> chmod 755 /bin/*.dll
>
> If this does not help, analyze the .exe file that fails to initialize
> using the resource kit tool depends.exe and check if the .exe loads
> other dll files than the files in /bin. In that case, modify the
> permissions of the additional dll files also.
You can also get a list of all the dependent DLLs for a given exe from
cygcheck <executable_file_name>
which is a lot easier if you don't have depends installed.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/