Author Topic: Process terminated with status 4256912  (Read 31864 times)

Offline sirek86

  • Single posting newcomer
  • *
  • Posts: 2
Process terminated with status 4256912
« on: June 23, 2016, 01:53:05 am »
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 ?
 

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Process terminated with status 4256912
« Reply #1 on: June 23, 2016, 02:14:19 am »
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++ 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 sirek86

  • Single posting newcomer
  • *
  • Posts: 2
Re: Process terminated with status 4256912
« Reply #2 on: June 23, 2016, 06:05:38 am »
 ;)
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!
 :)

Offline John Voelkel

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Process terminated with status 4256912
« Reply #3 on: December 25, 2016, 02:29:49 pm »
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


Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778