On Tue, Oct 04, 2005 at 08:43:08AM +0200, Sebastien Fievet wrote:
You need to find out the actual heap corruption.
Please run with
WINEDEBUG=+relay,+heap WINEDLLOVERRIDES="comctl32=n" wine Download/Warblade_12E_full.exe >logfile 2>&1
And check logfile at the place of the actual heap corruption.
Ciao, Marcus
Hello Marcus,
i ran that command you gave me, and wine dumped a 171M log file... :-( It's fairly large considering it crashes right before starting to install the game. I don't know how a heap corruption look like... Below are the last log files lines. Tell me if it's meaningful or if you need something else.
Look/grep for "err:heap" in the output.
There should be a large dump of heap entries right before or after it. We mostly need the "relay" traces before that, 500 lines or so.
Ciao, Marcus