I need to run badly promrammed application on Wine. The problem is it is raising
buil in progammed error "Out of memory"?
[img=http://img220.imageshack.us/img220/2811/shotjh2.th.png]
(http://img220.imageshack.us/my.php?image=shotjh2.png)
Debugging do not give any err: only lot of:
warn:heap:HEAP_Decommit Could not decommit 003b0000 bytes at 0xbfc50000 for heap
0xbfc00000
warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic
00555555 for 0x1c34d0
warnings, what do they exactly means?
is it possible to hard code different maximum heap size i'm just doing blind
guess it would help?
i guess it can be issue with program (eg. addr > 2GB is treated as NULL ->
out of memory) all in all somthing is wrong any ideas how to debug highly
appriciated