-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write access violation #3
Comments
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 |
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.
The text was updated successfully, but these errors were encountered: