https://bugs.winehq.org/show_bug.cgi?id=48197
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com Keywords| |download URL| |https://denki.itch.io/auton | |auts
--- Comment #5 from Austin English austinenglish@gmail.com --- (In reply to eeknaak from comment #1)
https://bugs.kde.org/show_bug.cgi?id=414659 Is the bug report on trying to nail down the memory leak. They said I can't use valgrind on a IRET/IRETD using program. also maybe they said I can???? Either way I can't build the latest version of valgrind to run Autonauts. keeps complaining of missing 32bit libraries or that I can't build 32bit on a 64 bit computer.
The patch isn't in a release yet, so yes, you'll need to build from source.
For valgrind to work on 32-bit binaries, much like Wine, you'll need 32-bit libraries available. It's outside of the scope of wine bugzilla, but something like `sudo apt-get build-dep valgrind` may help.
You might also find the suppression lists at https://github.com/austin987/wine-valgrind-scripts useful, to avoid looking for known issues.
Does the 32-bit version also have a leak? If so, that's probably easier to debug.