http://bugs.winehq.org/show_bug.cgi?id=9794
Summary: Anarchy Online crashing due to memory leak Product: Wine Version: 0.9.45. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: theconquerer@gmx.de
Created an attachment (id=8231) --> (http://bugs.winehq.org/attachment.cgi?id=8231) The log output from wine.
The application crashes due to some weirdo memory leak. This problem only occours on wine 0.9.45, prior versions are running fine.
I ran it with:
WINEDEBUG=err+all wine ./Anarchy.exe 2>./WineAOlog
This is the console output:
ERROR: the memory pool "Spell_t" contains unfreed slots! ERROR: - deleting pool (slotsize=56): 2586 of 10000 slots not freed! ERROR: the memory pool "n3Zone_t" contains unfreed slots! ERROR: - deleting pool (slotsize=56): 1000 of 1000 slots not freed! ERROR: - deleting pool (slotsize=56): 850 of 1000 slots not freed!
A commented log has been attached.