On Sun, 20 Feb 2005 16:41:09 +0100, you wrote:
On Sun, 20 Feb 2005 16:04:54 +0100 Rein Klazes wijn@wanadoo.nl wrote:
Does this patch help?
Rein.
Unfortunately not - still the exact same error.
Surprise :(
OK, I can try once more, perhaps the counter is much more then the program expects (it resets when windows is restarted, here it counts up from 1970/1/1). Try attached patch (first reverse previous patch, them make; make install and test again)
Then if it does not work. As the patch fixes a real problem, reverting is not an option. You will need to debug this to find out why the crash happens.
If you run this with WINEDEBUG=+relay, can you look for both QueryPerformanceCounter or QueryPerformanceFrequency in the lines just before the crash?
With some luck the addresses of the call (look at ret=......) is near where the crash happens ( it is reported by the debugger: 0x00500280) and we can look at the disassembled code (debugger command "disass adr1, addr2").
Rein.