Rico schrieb:
I'd like to run valgrind + wine + cod4. [But when I run valgrind on my game], I got the preloader problem.
That's a known problem, but it's not a serious one. [Still, John Reiser is working on a fix for it.]
The real problem in your log is this:
Memcheck: mc_main.c:817 (get_sec_vbits8): Assertion 'n' failed. Memcheck: get_sec_vbits8: no node for address 0x6032050 (0x6032054)
You're using an old version of Valgrind, and wine is blowing its little mind. Please switch to building Valgrind out of svn; see http://wiki.winehq.org/Wine_and_Valgrind
Good luck, and let me know how it goes! - Dan
Dan Kegel wrote:
That's a known problem, but it's not a serious one. [Still, John Reiser is working on a fix for it.]
The real problem in your log is this:
Memcheck: mc_main.c:817 (get_sec_vbits8): Assertion 'n' failed. Memcheck: get_sec_vbits8: no node for address 0x6032050 (0x6032054)
You're using an old version of Valgrind, and wine is blowing its little mind. Please switch to building Valgrind out of svn; see http://wiki.winehq.org/Wine_and_Valgrind
Good luck, and let me know how it goes!
- Dan
Oh, my fault. I built it from svn but started the version from the distro. With the svn version I'm able to run notepad with wine and valgrind. I'll try the game later.
Thanks for the hint.
Cheers Rico
Hi,
I tried valgrind and wine with COD4 demo but I couldn't get the game running. I have to say that "~/Desktop/wine/native/wine iw3sp.exe" let run the game. With /usr/local/valgrind-svn/bin/valgrind --trace-children=yes ~/Desktop/wine/native/wine iw3sp.exe I got the attached log file. I was running both from the same location (/home/ricola/.wine/drive_c/Programme/cod4). The next thing is that other apps are working well (like CodeBlocks or notepad) with wine and valgrind. If I don't set the --trace-children=yes argument the app starts fine (but that's not what I like to do, isn't it?).
COD4 isn't the only app which isn't working. It also affects 3Dmark 2001 and 03.
Any hints about this?
My goal is to check for memory leaks in wine, not in COD4. Because several apps crash with out of memory error.
Cheers Rico
Rico schrieb:
wine: could not load L"C:\Programme\cod4\iw3sp.exe": Ung³ltige Adresse
Hrmph. Sounds like maybe John Reiser's fixes might be needed for this app.
My goal is to check for memory leaks in wine, not in COD4. Because several apps crash with out of memory error.
OK. What are the other apps? And how quickly do they crash?
You might consider fixing memory leaks that show up when running the wine conformance suite. - Dan