X-Spam-Check-By: sourceware.org Date: Thu, 23 Mar 2006 15:52:55 -0500 (EST) From: Igor Peshansky Reply-To: cygwin AT cygwin DOT com To: Dave Korn cc: cygwin AT cygwin DOT com Subject: RE: problems running mmv on cygwin In-Reply-To: <020401c64eba$36b430a0$a501a8c0@CAM.ARTIMI.COM> Message-ID: References: <020401c64eba$36b430a0$a501a8c0 AT CAM DOT ARTIMI DOT COM> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Thu, 23 Mar 2006, Dave Korn wrote: > On 23 March 2006 20:25, Igor Peshansky wrote: > > > On Thu, 23 Mar 2006, Dave Korn wrote: > > > >> On 23 March 2006 18:49, Igor Peshansky wrote: > >> > >>> You should really be asking the suppliers of mmv, but error 0xc0000005 > >>> ("the application could not be initialized properly") > >> > >> ITYM "0xC0000005: STATUS_ACCESS_VIOLATION". It can indeed a) be > >> caused by bad perms or b) lead to the application failing to initialize > >> properly, but the message you quoted above is IIRC 0xC0000142, isn't it? > > > > No, I did mean 0xC0000005, though I misremembered the exact message (which > > is "The application failed to initialize properly") -- see, for example > > . > > Igor > > > Last thing I remember, it was Microsoft, not Adobe, who get to define the > meanings of NTSTATUS values. Please refer to the DDK docs, or indeed to the > canonical header file ntstatus.h > > dk AT rainbow /usr/include/w32api/ddk> grep 'C0000005' ntstatus.h > #define STATUS_ACCESS_VIOLATION ((NTSTATUS)0xC0000005L) > dk AT rainbow /usr/include/w32api/ddk> grep 'C0000142' ntstatus.h > #define STATUS_DLL_INIT_FAILED ((NTSTATUS)0xC0000142L) > dk AT rainbow /usr/include/w32api/ddk> I believe I was talking about the actual message produced, not the meaning of the error code. The message *is* shown by the Microsoft default error handler, and that's what the Adobe support link refers to (and I've seen it on my machine as well, for apps unrelated to Adobe). You're obviously correct in that the code actually means "access violation". Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu | igor AT watson DOT ibm DOT com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- 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/