Hi, I'm occasionally getting this nasty error when I update the bullets in my FPS-type game. It happens about every tenth time I shoot. I just started getting the error when I started increasing the firing rate of my gun, so I'm pretty sure it is caused by moving the bullets or something with collision.
The full error is as follows:
Quote: "Unhandled exception at 0x0151e94e in (ProjectName).exe: 0xC0000005: Access violation reading location 0x00000008."
So, I have two questions about this. First, is it possible to get a more descriptive error? As in the actual line that is causing the error? Second, obviously, is how can I fix my problem? I'm quite eager to continue working on my game, as I love this library.
Thanks in advance.