RE: Application failed to initialize (0xc0000022)

2004-04-21 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Eric Hanchrow Sent: 20 April 2004 19:55 This has burned me often enough that I've made a little shell function that reminds me: if [ $OSTYPE = cygwin ]; then unzip () { command unzip $@ echo If you are

Re: Application failed to initialize (0xc0000022)

2004-04-20 Thread Jason Tishler
Richard, 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

Re: Application failed to initialize (0xc0000022)

2004-04-20 Thread Olof Lagerkvist
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

Re: Application failed to initialize (0xc0000022)

2004-04-20 Thread Igor Pechtchanski
On Tue, 20 Apr 2004, Jason Tishler wrote: Richard, 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

RE: Application failed to initialize (0xc0000022)

2004-04-20 Thread Dave Korn
-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

Re: Application failed to initialize (0xc0000022)

2004-04-20 Thread Eric Hanchrow
This has burned me often enough that I've made a little shell function that reminds me: if [ $OSTYPE = cygwin ]; then unzip () { command unzip $@ echo If you are unzipping DLLs, be sure to make them executable. /dev/stderr } fi -- If you can't change your underwear,

Re: Application failed to initialize (0xc0000022)

2002-10-15 Thread Jason Tishler
Ralf, On Mon, Oct 14, 2002 at 08:03:25AM +0200, Ralf Habacker wrote: My goal was to make my rebase as similar in usage to the Microsoft one as possible. And what about Win ME ? How do you could archive your goal, when there isn't any rebase support ? The statement above was only meant

RE: Application failed to initialize (0xc0000022)

2002-10-15 Thread Ralf Habacker
Ralf, On Mon, Oct 14, 2002 at 08:03:25AM +0200, Ralf Habacker wrote: My goal was to make my rebase as similar in usage to the Microsoft one as possible. And what about Win ME ? How do you could archive your goal, when there isn't any rebase support ? The statement above was only

Re: Application failed to initialize (0xc0000022)

2002-10-15 Thread Jason Tishler
Ralf, On Tue, Oct 15, 2002 at 02:11:00PM +0200, Ralf Habacker wrote: Thanks for this info. You are welcome. Please let me know, if you are going to the third part. I intend to. Perhaps I can help you with this stuff. :-) Don't worry -- *you* will. :,) Jason -- Unsubscribe info:

Re: Application failed to initialize (0xc0000022)

2002-10-14 Thread Gerald S. Williams
Cross-posting the resolution... Christopher Faylor wrote: It's usually caused by the use of CYGWIN=ntsec and cygwin1.dll not having executable permissions, I believe. It's showed up here from time to time. So, doing something like: c:\set CYGWIN=ntsec c:\chmod a+rx /bin/* may help.

Re: Application failed to initialize (0xc0000022)

2002-10-13 Thread Jason Tishler
Jerry, On Fri, Oct 11, 2002 at 05:40:25PM -0400, Gerald S. Williams wrote: Jason Tishler wrote: Note that *you* are going to have to figure out everything that needs to be rebased. Sorry, but I can't really help you determine this because everyone's rebase needs are different. What I

RE: Application failed to initialize (0xc0000022)

2002-10-13 Thread Ralf Habacker
Hi Jashon, Thanks for the pointer. My main problem was that I had somehow gotten a version of rebase that took different parameters (it's not the Microsoft one--it may have come from the KDE site). The version from your site is more like what I expected. The basic functionality is the

RE: Application failed to initialize (0xc0000022)

2002-10-12 Thread Gerald S. Williams
Jason Tishler wrote: Is it possible that this is an aspect of the dreaded rebase issue? I don't think so. If it was, then you would have experienced fork() failures with messages (not dialogs) like the following: That was my initial impression also. But what could cause that error? Given

RE: Application failed to initialize (0xc0000022)

2002-10-12 Thread Gerald S. Williams
Now I'm pretty convinced it's not a rebase thing but some time of security/access issue. I found a few references in MSDN referring to this error message. They seem to have to do with access rights and directories searched for a DLL (e.g., if you don't have rights to a network drive in your

Re: Application failed to initialize (0xc0000022)

2002-10-11 Thread Jason Tishler
Jerry, On Fri, Oct 11, 2002 at 11:13:43AM -0400, Gerald S. Williams wrote: appname.exe - Application Error - The application failed to initialize properly (0xc022). Click on OK to terminate the application [[ OK ]] See below... Is it possible that