News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Process terminated with status problem

Started by ppp99, August 01, 2020, 05:06:10 AM

Previous topic - Next topic

ppp99

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,

stahta01

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)

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

0xc000013a equals -1073741510

https://stackoverflow.com/questions/45691954/native-exiting-with-with-code-1073741510-0xc000013a-while-using-prime-checke

QuoteGlobally 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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]