Debug Assertion Failed when entering world
Jest set up a new server and when trying to enter world from the character screen, getting the following error:
Debug Assertion Failed!
Program: C:\EQServer\EQEmuServer\zone.exe
File: C:\Program Files\Microsoft Visual Studio 14.0\VC\include\vector
Line: 1234
Expression: vector subscript out of range
I've set up a couple of servers before and I don't remember having this problem. The difficulty is that the assertion fails in the vector runtime code, and I can't tell which zone method is passing bad parameters.
Can anyone give an idea how to debug this problem?
|