Re: Valgrind and COD4

2008-06-08 Thread Dan Kegel
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

Re: Valgrind and COD4

2008-06-08 Thread 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

re: Valgrind and COD4

2008-06-07 Thread Dan Kegel
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

Re: Valgrind and COD4

2008-06-07 Thread Rico
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 (0x603205

Valgrind and COD4

2008-06-07 Thread Rico
Hi, I'd like to run valgrind + wine + cod4. But there is a problem: The preloader problem. When I run valgrind --trace-children=yes ~/Desktop/wine/native/wine iw3sp.exe, I got the preloader problem. When I run ~/Desktop/wine/native/wine iw3sp.exe there is no preloader problem. Any hints on t