fabio Posted August 23, 2011 Report 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) Quote Link to comment Share on other sites More sharing options...
janwas Posted August 23, 2011 Report 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.