Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Access violation reading location 0x61724720  (Read 1338 times)

0 Members and 1 Guest are viewing this topic.

falconmick

  • Newbie
  • *
  • Posts: 17
    • View Profile
Access violation reading location 0x61724720
« 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... changing to release mode as stated on thispost didn't fix the issue.

What can I do?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Access violation reading location 0x61724720
« Reply #1 on: January 25, 2012, 10:31:36 am »
If you use VC++ 2010 you need to recompile SFML.
Laurent Gomila - SFML developer

 

anything