News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Process terminated with status 4256912

Started by sirek86, June 23, 2016, 01:53:05 AM

Previous topic - Next topic

sirek86

Good day,

When I try to build and run, any kind of program, even the first "Hello world" it comes with message "It seems that this project has not been built yet. Do you want to build it now?" in build log:

-------------- Build: Debug in Naj_liczba (compiler: GNU GCC Compiler)---------------

[100.0%] mingw32-g++.exe  -o bin\Debug\Naj_liczba.exe obj\Debug\main.o   
Process terminated with status 0 (0 minute(s), 1 second(s))
0 error(s), 0 warning(s) (0 minute(s), 1 second(s))

If I click "No" it comes with:

-------------- Run: Debug in Naj_liczba (compiler: GNU GCC Compiler)---------------

Checking for existence: C:\Users\Sylvio\Documents\CPP\Naj_liczba\bin\Debug\Naj_liczba.exe
Executing: "C:\Program Files (x86)\CodeBlocks/cb_console_runner.exe" "C:\Users\Sylvio\Documents\CPP\Naj_liczba\bin\Debug\Naj_liczba.exe"  (in C:\Users\Sylvio\Documents\CPP\Naj_liczba\.)
Process terminated with status 4256912 (0 minute(s), 4 second(s))

I looked in uncle Google but without success, also on this forum about similar issue.

Did anyone had similar problem ?


stahta01

At least 1 in 5 of posts like yours are the result of Anti-Virus software on your PC deleting the created exe.

Check that out and then post a full rebuild log; if you still want help.

http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

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]

sirek86

 ;)
You are right!

I read about it also somewhere, but I didn't think that's the problem.

Earlier I didn't had that problem, every small program was Built and ran normally.
Now I see in my Eset log file, that it was deleting each program created since last day... a bit strange that it happens now.
I'll try to create some exception for this event.

Anyway, thank you very much!
:)

John Voelkel

I am at a loss with Code Blocks.  It worked for a while ans then stopped and I get the failure 4256912. I also get a message saying "can't find compiler executable in your configured search path for GNU GCC compiler.  I am 84 years old and will be taking an online C++ course and don't know how to fix this