SFML community forums

Help => Graphics => Topic started by: falconmick on January 24, 2012, 07:48:07 pm

Title: Access violation reading location 0x61724720
Post by: falconmick on January 24, 2012, 07:48:07 pm
I am getting this violation crash:

Code: [Select]

First-chance exception at 0x76fbfeb8 in SFML tutorials.exe: 0xC0000005: Access violation reading location 0x61724720.
A buffer overrun has occurred in SFML tutorials.exe which has corrupted the program's internal state. Press Break to debug the program or Continue to terminate the program.

For more details please see Help topic 'How to debug Buffer Overrun Issues'.
The program '[1964] SFML tutorials.exe: Native' has exited with code 0 (0x0).


when running the tutorial from here (http://www.sfml-dev.org/tutorials/1.6/graphics-window.php)... changing to release mode as stated on this (http://www.sfml-dev.org/forum/viewtopic.php?p=30228&sid=349406a6d75ae272750d85f09335f246)post didn't fix the issue.

What can I do?
Title: Access violation reading location 0x61724720
Post by: Laurent on January 25, 2012, 10:31:36 am
If you use VC++ 2010 you need to recompile SFML.