Code::Blocks Forums

User forums => Help => Topic started by: Jose Hernan on August 18, 2015, 04:09:12 am

Title: C::B used to work on my pc, now it doesn´t
Post by: Jose Hernan on August 18, 2015, 04:09:12 am
Well, hi everybody. First of all i apologise for my english, it isn´t perfect.
I dowloaded C::B and i did a couple of C programs, but then when i wanted to start again with C::B, it compiled my old programs but they didn´t worked when i touch run, or if i compiled once again they did worked, but just one time and it stop working. I dowloaded C:B once again, i try with diferents compilers but i can´t still run my old programs. If someone can help me, i would be so thankfull!
When i press F9, it says: "process returned 1977545865 (0x75def489)"
press any key to continue
C::B version :13.12
Windows 7 32bit
Title: Re: C::B used to work on my pc, now it doesn´t
Post by: ouch on August 20, 2015, 11:43:37 pm
You will have to post the full build log for us to be able to help.
Title: Re: C::B used to work on my pc, now it doesn´t
Post by: Jose Hernan on August 27, 2015, 07:52:04 pm
" Process returned 1980036233 <0x7604F489> execution time : 0.421s
Press any key to continue. "
Title: Re: C::B used to work on my pc, now it doesn´t
Post by: stahta01 on August 27, 2015, 07:55:13 pm
Please follow and read this link!
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)

Then, post a full build log!!

Tim S.
Title: Re: C::B used to work on my pc, now it doesn´t
Post by: Jose Hernan on August 27, 2015, 08:07:09 pm
Sorry Tim. Here it goes
"mingw32-gcc.exe   -c "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.c" -o "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.o"
mingw32-g++.exe  -o "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.exe" "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.o"   
Process terminated with status 0 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
 
Checking for existence: D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.exe
Executing: C:\Program Files\CodeBlocks/cb_console_runner.exe "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.exe" (in D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios)
Process terminated with status 1980036233 (0 minute(s), 5 second(s))
 "
Title: Re: C::B used to work on my pc, now it doesn´t
Post by: Jose Hernan on August 27, 2015, 08:12:12 pm
If a press many times "re build" sometimes the same code works. But if i try to re build again the same code i doesn´t work again and shows me this
"mingw32-gcc.exe   -c "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.c" -o "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.o"
mingw32-g++.exe  -o "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.exe" "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.o"   
Process terminated with status 0 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
 
Checking for existence: D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.exe
Executing: C:\Program Files\CodeBlocks/cb_console_runner.exe "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.exe" (in D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios)
Process terminated with status 1980036233 (0 minute(s), 1 second(s))
 
"
Title: Re: C::B used to work on my pc, now it doesn´t
Post by: stahta01 on August 28, 2015, 12:52:32 am
A wild guess based on the symptoms is your anti-virus is causing the problem.

Tim S.
 
Title: Re: C::B used to work on my pc, now it doesn´t
Post by: Jose Hernan on August 28, 2015, 01:27:41 am
Tim , you´re the best!  :P
I just disactivated Avast and all programms now work! thank you