View Single Post
  #1  
Old 10-27-2014, 01:37 AM
zerjz3
Banned
 
Join Date: Aug 2010
Location: Sanctuary
Posts: 269
Default Sudden zone.exe error - map/set iterator not dereferencable

Been running my server for several weeks now and have NOT recently changed anything in the source or anything major in the database.

Suddenly, out of nowhere, when I run the server start file, I get this error:

Code:
Debug Assertion Failed!

Program: C:\EQ\EQEmuServer\zone.exe
File C:\Program Files\Microsoft Visual Studio 12.0\VC\include\xtree
Line: 237

Expression: map/set iterator not dereferencable

For information on how your program can cause an assertion failure, see the Visual C++ documentaion on asserts.

(Press Retry to debug the application)
One of these messages pops up for every static that zone.exe tries to load.

This is perplexing to me because nothing has been changed about my server today, and this just started happening out of nowhere.

Any help would be greatly appreciated, as my server is nonfunctional now due to this error.

Reply With Quote