On Sat, Oct 01, 2005 at 02:55:01PM +0200, Sebastien Fievet wrote:
Hi all,
I have the following error when trying to install Warblade (old fashioned shoot'em up) :
WINEDLLOVERRIDES="comctl32=n" wine Download/Warblade_12E_full.exe err:heap:HEAP_ValidateInUseArena Heap 0x41a20000: in-use arena 0x41a2c408 next block has PREV_FREE flag
I found various messages related to heap error by browsing the mailing-lists archives, but no patch neither solution so far...
Any clue on how to fix this?
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