https://bugs.winehq.org/show_bug.cgi?id=56530
Bug ID: 56530 Summary: Final Fantasy XI Online: Memory leak when Wine is built with CFLAGS="-g -mno-avx". Product: Wine Version: 8.13 Hardware: x86-64 URL: https://web.archive.org/web/20210810150839/http://www. playonline.com/ff11eu/download/media/install_win.html OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs@winehq.org Reporter: chiitoo@gentoo.org Regression SHA1: c065b4fe0b3622e0c737a4c7c1c514273ad2d8a7 Distribution: ---
After c065b4fe0b3 [1], a memory leak can be seen in Final Fantasy XI Online, but only when building with
CFLAGS="-g"
instead of
CFLAGS="-march=znver4 -O2 -pipe -mindirect-branch=thunk -mno-avx"
----
err:d3d:wined3d_debug_callback 01DBBCF8: "GL_OUT_OF_MEMORY in glGetTexImage".
----
Nothing too specific needs to be done, aside from simply logging in to the game, and standing still, which will make the address space fill up in a few minutes (some in-game area requirements may be present, or at least some make it happen faster than others).
Thank you!
1. https://source.winehq.org/git/wine.git/commitdiff/c065b4fe0b3622e0c737a4c7c1...