SpiderPig Posted June 4, 2013 Posted June 4, 2013 I updated Leadwerks 3 this morning, created a new C++ project, opened it in VS 2010 Express and upon running it just crashes with the error ; Unhandled exception at 0x00e4e9c4 in MyProject.debug.exe: 0xC0000005: Access violation reading location 0x00000024. So I commented out all of the camera movement code to see where I'd end up, and I got a new error ; A buffer overrun has occurred in MyProject.debug.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'. Any Ideas? Quote
Josh Posted June 4, 2013 Posted June 4, 2013 The first thing I would do is clean your project, then rebuild. Quote My job is to make tools you love, with the features you want, and performance you can't live without.
SpiderPig Posted June 4, 2013 Author Posted June 4, 2013 Didn't work, I cleaned the solution and the project. Quote
3Dski7059 Posted June 4, 2013 Posted June 4, 2013 FYI... I'm just running the Windows version of Leadwerks. I just forced an update, created a new C++ project and debug and release ran fine for me on VS C++ Express v10. Just thought I'd see if I could recreate the issue. Quote
SpiderPig Posted June 4, 2013 Author Posted June 4, 2013 Hmm, I wonder what I'm doing wrong then... I might try a clean install later and see if that works. Quote
SpiderPig Posted June 4, 2013 Author Posted June 4, 2013 Here's MyProject.zip, just in case you need it. MyProject.zip Quote
Admin Posted June 5, 2013 Posted June 5, 2013 Built and ran with no issues. It sounds like maybe your header files got out of sync with the library. I don't know how, but it would explain it. You can delete all the files in C:\Leadwerks\Engine\Source and run the updater again to re-download the header files. You might also delete C:\Leadwerks\Engine\Library, just to make sure. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.