SFML community forums

Help => General => Topic started by: andrei186 on December 12, 2021, 04:52:34 pm

Title: Process terminated with status -1073741510
Post by: andrei186 on December 12, 2021, 04:52:34 pm
Hallow Words build and runs OK, but after closing it down a message in red is appended to the log:
Process terminated with status -1073741510 (0 minute(s), 15 second(s))

What is status 1073741510?
Title: Re: Process terminated with status -1073741510
Post by: eXpl0it3r on December 14, 2021, 02:26:11 pm
If you put the error code into google search, you can posts like this: https://stackoverflow.com/questions/45691954/native-exiting-with-with-code-1073741510-0xc000013a-while-using-prime-checke

Quote
Globally speaking, Exit Code 0xC000013A means that the application terminated as a result of a CTRL+C or  closing command prompt window
Title: Re: Process terminated with status -1073741510
Post by: andrei186 on December 14, 2021, 03:13:50 pm
Thank you. Actually I suspected something like that and before posting my question here,  googled "status -1073741510". It returned several links all saying about  some run-time error. I did not realised that 1073741510 is the same as 0xC000013A