I have written a BSP level renderer and have ironed out all of the specific - this line caused the crash - errors. The problem is that now, I am getting some nonspecific errors like:
"Unhandled exception at 0x77318db9 in Lantern.exe: 0xC0000005: Access violation writing location 0x00000014."
This happens when I close my program and in Visual Studio, a windows header like _file.c will pop up but it isn't specific to what the error may be. I get other memory issues when loading the program with specific kinds of BSP map data. Does anyone have suggestions for how to debug these general issues? I have an error logger put in place so I can see what functions correctly finished before there was trouble but it doesn't always help me pinpoint the error.
Is there a guide to error debugging using Visual Studio 2010. How do you debug errors that you run into when they are similar to what I have described? Is there a way to find the function that caused the error?
Thanks!