Author Topic: Process terminated with status problem  (Read 8134 times)

ppp99

  • Guest
Process terminated with status problem
« on: August 01, 2020, 05:06:10 am »
Hi guys,[/b

I just downloaded codeblocks and didn't code anything yet. I created a new project then tried run and build, it could run but there was the error showed Process terminated with status -1073741510 (0 minute(s), 1 second(s)) after i closed the command prompt. I really have no idea, need help.

Thank you so much,

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Process terminated with status problem
« Reply #1 on: August 01, 2020, 09:51:45 am »
Please post the build log and run log to give us information.

Link on how to post build log
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

We need the Operating System version and Code::Blocks version.
The compiler version would also help; but, most people have no idea what it is.

Example: Windows 7 64 bit; CodeBlocks 20.03 64 bit
If on Windows the information about 32 bit or 64 bit is needed; been a lot of problems related to that.

If on Linux, then the information from Help -> About (Information Tab will be useful)
Code
Name             : Code::Blocks
Version          : 20.03-r11983
SDK Version      : 2.0.0
Scintilla Version: 3.7.5
Author           : The Code::Blocks Team
E-mail           : info@codeblocks.org
Website          : http://www.codeblocks.org

wxWidgets Library (wxMSW port)
Version 3.1.3 (Unicode: wchar_t, debug level: 1),
compiled at Apr 16 2020 16:17:50

Runtime version of toolkit used is 6.1.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Process terminated with status problem
« Reply #2 on: August 01, 2020, 10:15:47 am »
0xc000013a equals -1073741510

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

We no longer need the information I requested.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org