On Sunday 23 May 2004 10:07, Rein Klazes wrote:
I do not get out of memory boxes. Here the program tries to open its own program file:
Stupid program, it first copies itself to the %TEMP% directory. I happened to run it from there already.
Then it extracts another executable into %TEMP%, sp7zFh5.exe, and runs that. This one has a parameter /SILENT that will show a more interesting error message:
[wine-cvs]$ ./wine ~/.wine/fake_windows/Windows/Temp/sp7zFh5.exe /SILENT err:seh:setup_exception stack overflow 0 bytes in thread 0009 eip 551ae506 esp 55761000 stack 0x55760000-0x55860000
Overflow by 0 bytes? 16MB of stack not enough? Certainly looks interesting...
-Hans