求助 服务器问题
reliabletimer.h (60) : Assertion Failed: m_nPerformanceCounterEnd >= m_nPerformanceCounterStart如何解决?
这是我在架设cs1.6服务器的时候出现的错误 高手指教!!!
回复: 求助 服务器问题
什么版本的服务器???回复: 求助 服务器问题
我记得是cpu的关系回复: 求助 服务器问题
照程序设计上应该是ASSERT(m_nPerformanceCounterEnd >= m_nPerformanceCounterStart),可能意外地出现了m_nPerformanceCounterEnd < m_nPerformanceCounterStart这种情况,从而导致DEBUG ASSERT。回复: 求助 服务器问题
我的点通3647版服务器也是出现同样的问题reliabletimer.h (60) : Assertion Failed: m_nPerformanceCounterEnd >= _nPerforma
nceCounterStart
reliabletimer.h (73) : Assertion Failed: m_nPerformanceCounterEnd >= _nPerforma
nceCounterStart
reliabletimer.h (98) : Assertion Failed: nPerformanceCountNow >= m_nPerformanceC
ounterStart
好像在intel的CPU上就不会出现,现在是在AMD的CPU上发现的
但是好像没有什么影响,至少还现在没有发现
页:
[1]