fabio Posted August 23, 2011 Share Posted August 23, 2011 I get this assertion failure while playing the game (not sure how to reproduce it, maybe I was changing graphic options or quitting with ALT+F4).Assertion failed: "m_cycles >= 0"Location: timer.h:202 (ToString) Link to comment Share on other sites More sharing options...
janwas Posted August 23, 2011 Share Posted August 23, 2011 hrm, I'm torn between wanting to detect problems and avoid annoying messages.A negative elapsed time can happen on multi-core systems if the timers diverge(but there was a hotfix from AMD at least to prevent that) and we're switchedfrom one core to the other.However, if it happens regularly, then something is awry. If that's the firsttime you see it (and it certainly is the first time I see such a report), itwould probably be better to keep the warning in; otherwise, we could remove it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now