Comment 1 for bug 976937

Revision history for this message
Travis (dinky-dye-aussie) wrote :

Build 8203 loads games just after you save them as soon as you start, but when you have a big battle after saving, it won't load the save, it just exits.

it keeps telling me the there's an error in "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\vector - where "vector" is the name of the external file - it doesn't have an extension to it like .cpp, etc...

Anyways it's line 932 which is the following

 #if _ITERATOR_DEBUG_LEVEL == 2
  if (size() <= _Pos)
   { // report error
---> _DEBUG_ERROR("vector subscript out of range"); <---
   _SCL_SECURE_OUT_OF_RANGE;
   }

the arrowed line is the error that is being reported.