Open quelibrio opened 6 years ago
Thats wierd, I'll take a look. Can you post the full callstack, that might help
Thanks
Sure thanks, the game starts protos is the race, but this memory issue appears
Thats the call stack
CryptBot.exe!std::_Container_base12::_Swap_all(std::_Container_base12 & _Right) Line 273 C++ Non-user code. Symbols loaded.
CryptBot.exe!std::_Vector_alloc<struct std::_Vec_base_types<struct sc2::UnitOrder,class std::allocator
I've had a similar problem in a completely different application but stumbled upon this post while googling. For me it turned out that I had linked against a library in a wrong configuration (I wanted to have debug but linked against release). Maybe this here is a similar problem?
Unhandled exception thrown: write access violation. this->_Myproxy was 0xF3CDCD5CF0. I get this exception at if (_Myproxy != 0) _Myproxy->_Mycont = (_Container_base12 *)this; xutility file. If i comment it the same exception appears on loading the map line.