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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Satsu13

Pages: [1]
1
General / Access violation reading location
« on: May 13, 2013, 05:35:54 am »
I am using MSVC 2010 with the latest version of SFML.  I can't tell if this is just a problem with my c++ code or if I am using the SFML library wrong, hence why I am posting it here.

Here is my code:
http://pastebin.com/5MJTqcVU

Debugging it works perfectly until the very end when main returns (line 78), where I get the following error:

Unhandled exception at 0x77b7a4de in testProject5.exe: 0xC0000005: Access violation reading location 0xfeeefef6.

A quick google search tells me that this error occurs when I have a null pointer, but I don't actually initialize any pointers in my code so I have no idea where this is coming from...

Anyways I've spent about five hours trying to figure out whats going on, so any help would be appreciated!  If you need any more info that I forgot to provide just let me know.

Pages: [1]
anything