Skip to main content
GameDev.net gamedev.net
🔒 Locked

Process terminated with status -1073741510

Started by cantstopthechase Apr 16, 2010 at 5:14 AM 0 replies 10.2k views
Original Post
cantstopthechase
cantstopthechase
im using codeblocks to code my c++ and my error checking is a bit lax, but now and then tha program just says its stoped working, then i get: Process terminated with status -1073741510 what error is -1073741510? and is there a way to find out what each return number means, i also get -1073741819. any ideaz? :P
M/ The Panaceas M/
Evil Steve
Evil Steve
Putting that number into Windows Calculator and then converting it to hex gives 0xFFFFFFFFC000013A. Googling 0xC000013A gives This as the top result:
Quote:
If the result code has the "C0000XXX" format, the task did not complete successfully (the "C" indicates an error condition). The most common "C" error code is "0xC000013A: The application terminated as a result of a CTRL+C".

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.