Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Process terminated with status -1073741510  (Read 3187 times)

0 Members and 1 Guest are viewing this topic.

andrei186

  • Newbie
  • *
  • Posts: 26
    • View Profile
    • Email
Process terminated with status -1073741510
« 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?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Process terminated with status -1073741510
« Reply #1 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
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

andrei186

  • Newbie
  • *
  • Posts: 26
    • View Profile
    • Email
Re: Process terminated with status -1073741510
« Reply #2 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

 

anything