Re: Add some padding in WINPROC_wrapper

2004-08-31 Thread Mike McCormack
Uwe Bonnes wrote: Mike> Perhaps the problem is due to a missing registry key or directory? Mike> If you'd like I can send you a relay trace to compare. Please do so. Strangely enough when I try to do so, it crashes :) I'll investigate a bit. Mike

Re: Add some padding in WINPROC_wrapper

2004-08-31 Thread Uwe Bonnes
> "Mike" == Mike McCormack <[EMAIL PROTECTED]> writes: Mike> Uwe Bonnes wrote: >> The problem happens quite early, when the installation wrapper asks >> for a location to unzip the file. If the error happens, nothing is >> displayed. If the wrapper error doesn't happen. a Mess

Re: Add some padding in WINPROC_wrapper

2004-08-31 Thread Mike McCormack
Uwe Bonnes wrote: The problem happens quite early, when the installation wrapper asks for a location to unzip the file. If the error happens, nothing is displayed. If the wrapper error doesn't happen. a Messagebox "WebPACK" : To begin the installation... is displayed. Are you talking about the dial

Re: Add some padding in WINPROC_wrapper

2004-08-31 Thread Uwe Bonnes
> "Mike" == Mike McCormack <[EMAIL PROTECTED]> writes: Mike> Uwe Bonnes wrote: >> any ideas how to pinpoint that problem? Any debug output you need? Mike> I tried installing WebPACK_42wp30_full_installer.exe, but it Mike> seemed to have other problems. Are you installing it

Re: Add some padding in WINPROC_wrapper

2004-08-31 Thread Mike Hearn
It may work for one application, but it doesn't look like a propper fix. I'd suggest there's probably something else going on that's causing stack corruption. Probably it was declared with the wrong calling convention. Windows deals with this transparently but perhaps more transparently than us

Re: Add some padding in WINPROC_wrapper

2004-08-31 Thread Mike McCormack
Uwe Bonnes wrote: Changelog windows/winproc.c: WINPROC_wrapper Add some padding between saved registers and the winproc arguments. Some winprocs may trash the register area. As Mike Hearn suggested, adding some padding helped with my problem with WebPACK_42wp30_full_installe

Re: Add some padding in WINPROC_wrapper

2004-08-31 Thread Mike McCormack
Uwe Bonnes wrote: any ideas how to pinpoint that problem? Any debug output you need? I tried installing WebPACK_42wp30_full_installer.exe, but it seemed to have other problems. Are you installing it on the Wine CVS? Did you install other software into your ~/.wine first ? Mike

Re: Add some padding in WINPROC_wrapper

2004-08-31 Thread Uwe Bonnes
> "Mike" == Mike McCormack <[EMAIL PROTECTED]> writes: Mike> Uwe Bonnes wrote: >> Changelog windows/winproc.c: WINPROC_wrapper Add some padding between >> saved registers and the winproc arguments. Some winprocs may trash >> the register area. >> >> As Mike Hearn sugge