Re: IE6 install Regression

2004-10-23 Thread Eric Pouech
Mike McCormack a écrit : Eric Pouech wrote: I don't think so. In any case, there's no msvcrt.dll in Windows\System at this stage of the install. yes, but there's one installed in the download area, and it's loaded. From the traces: 0022:Call PE DLL (proc=0x7e566d62,module=0x7e56 L"msvcrt.dll

Re: IE6 install Regression

2004-10-22 Thread Mike McCormack
Eric Pouech wrote: could you be more precise on the crash: - where does it take place ? OK, I've included the full backtrace below. - are you running native msvcrt or builtin ? Seems like the process has neither loaded. - does IE6 installer use msvcrt at all ? I don't think so. In any case, there'

Re: IE6 install Regression

2004-10-22 Thread Eric Pouech
Mike McCormack a écrit : Hi Eric, The following patch causes the IE6 installer to crash. Thanks to Rob for figuring out which patch caused the problem very quickly :) Mike Log message: Eric Pouech <[EMAIL PROTECTED]> - msvcrt: the file descriptors are now inherited between parent/child

IE6 install Regression

2004-10-22 Thread Mike McCormack
Hi Eric, The following patch causes the IE6 installer to crash. Thanks to Rob for figuring out which patch caused the problem very quickly :) Mike Log message: Eric Pouech <[EMAIL PROTECTED]> - msvcrt: the file descriptors are now inherited between parent/child processes

Re: Install regression

2003-09-23 Thread Mike Hearn
On Tue, 2003-09-23 at 13:26, Vincent Béron wrote: > There was a small problem in the detection of a file on the commandline > and what to do with it. Fixed by > http://www.winehq.org/hypermail/wine-patches/2003/08/0102.html. Ah genius. That'd be why "nobody had noticed" :) I saw a few people with

Re: Install regression

2003-09-23 Thread Vincent Béron
Le mar 23/09/2003 à 07:09, Mike Hearn a écrit : > It's kind of sad nobody noticed this for so long, but it seems the new > visual regedit tool caused a major regression in the ./tools/wineinstall > script - of course rather than simply importing the winedefault.reg file > it now pops up the regedit

Install regression

2003-09-23 Thread Mike Hearn
It's kind of sad nobody noticed this for so long, but it seems the new visual regedit tool caused a major regression in the ./tools/wineinstall script - of course rather than simply importing the winedefault.reg file it now pops up the regedit window. I'd submit a patch but I have no idea why thi