Jump to content

New C++ Project Crashes


SpiderPig
 Share

Recommended Posts

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?

Link to comment
Share on other sites

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.

 

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...