public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* setup.exe fails on Windows 7 - please help
@ 2012-07-20  6:55 Paul Maier
  2012-07-20  8:50 ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Maier @ 2012-07-20  6:55 UTC (permalink / raw)
  To: cygwin

Hi,

setup.exe brings hundreds of identical popups with error message:

bash.exe:
The application could not be started (0xc000000d).  *)

All the .exe files are there in the bin folder, but when I double click on bash.exe or any other .exe,
I get the same message.

Only ps.exe works normally.

Cygwin worked without problem for a year on the same machine.

I had completely deleted the folder D:\program\cygwin from my drive and started over, but it's the same.

Thank you for any help!

Regards,
  Paul


*): original German text: Die Anwendung konnte nicht korrekt gestartet werden (0xc000000d).





--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: setup.exe fails on Windows 7 - please help
  2012-07-20  6:55 setup.exe fails on Windows 7 - please help Paul Maier
@ 2012-07-20  8:50 ` Corinna Vinschen
  2012-07-22  0:03   ` AW: " Paul Maier
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2012-07-20  8:50 UTC (permalink / raw)
  To: cygwin

On Jul 20 08:53, Paul Maier wrote:
> Hi,
> 
> setup.exe brings hundreds of identical popups with error message:
> 
> bash.exe:
> The application could not be started (0xc000000d).  *)
> 
> All the .exe files are there in the bin folder, but when I double click on bash.exe or any other .exe,
> I get the same message.
> 
> Only ps.exe works normally.
> 
> Cygwin worked without problem for a year on the same machine.
> 
> I had completely deleted the folder D:\program\cygwin from my drive and started over, but it's the same.
> 
> Thank you for any help!
> 
> Regards,
>   Paul
> 
> 
> *): original German text: Die Anwendung konnte nicht korrekt gestartet werden (0xc000000d).

Very weird, 0xC000000D is "Invalid parameter".  I would guess that you
have a BLODA problem:

http://cygwin.com/faq/faq.using.html#faq.using.bloda


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* AW: setup.exe fails on Windows 7 - please help
  2012-07-20  8:50 ` Corinna Vinschen
@ 2012-07-22  0:03   ` Paul Maier
  2012-07-22  3:19     ` Mark Geisert
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Maier @ 2012-07-22  0:03 UTC (permalink / raw)
  To: cygwin


> > Hi,
> >
> > setup.exe brings hundreds of identical popups with error message:
> >
> > bash.exe:
> > The application could not be started (0xc000000d).  *)
> >
> > All the .exe files are there in the bin folder, but when I double click on bash.exe or
> any other .exe,
> > I get the same message.
> >
> > Only ps.exe works normally.
> >
> > Cygwin worked without problem for a year on the same machine.
> >
> > I had completely deleted the folder D:\program\cygwin from my drive and started over,
> but it's the same.
> >
> > Thank you for any help!
> >
> > Regards,
> >   Paul
> >
> >
> > *): original German text: Die Anwendung konnte nicht korrekt gestartet werden
> (0xc000000d).


> Very weird, 0xC000000D is "Invalid parameter".  I would guess that you
> have a BLODA problem:
> 
> http://cygwin.com/faq/faq.using.html#faq.using.bloda
> 



Hi!

thank you, this is solved now. It took me _hours_ of debugging.
I found a copy of cygwin1.dll in an other directory.

Feature request:
Would it take long to add a check at the beginning of setup.exe, that looks for orphaned copies of cygwin1.dll?
And if so, ask the user if setup.exe should be aborted or continued on user's risk.

setup.exe runs approx. 3 hours plus 4 hours of debugging.
-> Such a check can save 1 day.

Greetings,
  Paul



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: AW: setup.exe fails on Windows 7 - please help
  2012-07-22  0:03   ` AW: " Paul Maier
@ 2012-07-22  3:19     ` Mark Geisert
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Geisert @ 2012-07-22  3:19 UTC (permalink / raw)
  To: cygwin

Paul Maier writes:
> > > setup.exe brings hundreds of identical popups with error message:
> > >
> > > bash.exe:
> > > The application could not be started (0xc000000d).  *)
[...]
> > Very weird, 0xC000000D is "Invalid parameter".  I would guess that you
> > have a BLODA problem:
> > 
> > http://cygwin.com/faq/faq.using.html#faq.using.bloda
> 
> thank you, this is solved now. It took me _hours_ of debugging.
> I found a copy of cygwin1.dll in an other directory.
> 
> Feature request:
> Would it take long to add a check at the beginning of setup.exe, that looks
for orphaned copies of cygwin1.dll?
> And if so, ask the user if setup.exe should be aborted or continued on user's
risk.
> 
> setup.exe runs approx. 3 hours plus 4 hours of debugging.
> -> Such a check can save 1 day.

Well, as they say, no good deed goes unpunished.

It was nice of Corinna to suggest about BLODA based on the meager input you
supplied.  But the usual way to provide input for Cygwin problem solution is
linked at the bottom of every posting to this mailing list:

> Problem reports: http://cygwin.com/problems.html

If you had read that page, you would have known about running 'cygcheck -s -v
-r' which does a standardized accounting of your Cygwin installation.  Among
other things, it would tell you about any additional cygwin1.dlls and where they
are.  There is no need for setup.exe to duplicate that work.

Good to hear your installation is operational now.

..mark



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-22  3:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-20  6:55 setup.exe fails on Windows 7 - please help Paul Maier
2012-07-20  8:50 ` Corinna Vinschen
2012-07-22  0:03   ` AW: " Paul Maier
2012-07-22  3:19     ` Mark Geisert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).