I am getting this violation crash:
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... changing to release mode as stated on
thispost didn't fix the issue.
What can I do?