Scene jumps
by Skylar Kelty · in Torque Game Engine · 01/07/2006 (2:42 am) · 10 replies
Hi I have an issue with the script (not engine):
Every now and then the scene will jump forward like I have accelerated forward or backwards, no script compilation errors.
Havn't done anything recently to script.
Every now and then the scene will jump forward like I have accelerated forward or backwards, no script compilation errors.
Havn't done anything recently to script.
About the author
#2
Problem gets worse the longer I play the game, leak?
01/07/2006 (2:52 am)
Changed to d3d, no luck.Problem gets worse the longer I play the game, leak?
#3
01/07/2006 (3:03 am)
Ok dont worry about it: it happend on dh: lore as well
#4
Specs:
Opteron 165 @ 2.6GHz (Dual core)
2GB ram
SLI Geforce 7800GTs (though, it still does it in non-SLI mode)
Sound Blaster Audigy 2 ZS
Motherboard Asus A8N-SLI Deluxe
It looks like it is having trouble with timing or something. The sky's and wave's animations will play at a much faster rate and Kork will run around at near lightspeed in his circle. I can also run faster than a speeding bullet across the map. Additionally, the mission will end very quickly (if there is a time limit on the mission).
Can anyone point me to the right direction?
06/06/2006 (3:32 am)
I'm having this bug as well, I think. Just downloaded the latest (to my knowledge) from CVS.Specs:
Opteron 165 @ 2.6GHz (Dual core)
2GB ram
SLI Geforce 7800GTs (though, it still does it in non-SLI mode)
Sound Blaster Audigy 2 ZS
Motherboard Asus A8N-SLI Deluxe
It looks like it is having trouble with timing or something. The sky's and wave's animations will play at a much faster rate and Kork will run around at near lightspeed in his circle. I can also run faster than a speeding bullet across the map. Additionally, the mission will end very quickly (if there is a time limit on the mission).
Can anyone point me to the right direction?
#5
06/06/2006 (3:46 am)
It's a bug realted to dual cores.
#6
Do you know how to fix it or when it might be fixed?
06/06/2006 (3:49 am)
Thats what I was thinking :-\Do you know how to fix it or when it might be fixed?
#7
06/06/2006 (4:02 am)
It can be fixed by downloading the latest drivers for your processor I believe.
#8
In that case:
in winwindow.cc change:
mUsingPerfCounter = cant remeber what goes here
to
mUsingPerfCounter = false;
06/06/2006 (11:20 am)
Oh is it about the dual cores? - I thought it might be something like a bad friction scriptIn that case:
in winwindow.cc change:
mUsingPerfCounter = cant remeber what goes here
to
mUsingPerfCounter = false;
#9
06/06/2006 (3:33 pm)
I have a Centrino Duo T2300 and haven't experienced any bug of this kind. Could it be that it affects AMD dual core CPUs only?
#10
06/07/2006 (8:24 am)
Don't think so - I remember someone saying they had the issue with a PentiumD
Torque Owner Skylar Kelty
SkylarK
specs:
amd x2 4400
512mb ram
geforce 6200 128mb agp
asus a8v
diamond max 10 300gb
never used to happen?