Fabian Cenedese a écrit :
Hi
While debugging I found following warning:
warn:heap:HEAP_ValidateInUseArena Heap 413a0000: unaligned arena pointer 413a0b62
Is this warning a Wine problem or a Windows problem? (Hmm, arena, had to look it up first :)
hard to tell it's likely about a memory trashing issue but, finding the culprit is harder. it can either be a misbehaving program or a bug in wine code
try to run with -debugmsg +heap,+relay to get closer to the point where things start to run bad
A+