Author Topic: C::B used to work on my pc, now it doesn´t  (Read 2805 times)

Offline Jose Hernan

  • Single posting newcomer
  • *
  • Posts: 5
C::B used to work on my pc, now it doesn´t
« 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
« Last Edit: August 18, 2015, 05:12:31 am by Jose Hernan »

Offline ouch

  • Almost regular
  • **
  • Posts: 223
Re: C::B used to work on my pc, now it doesn´t
« Reply #1 on: August 20, 2015, 11:43:37 pm »
You will have to post the full build log for us to be able to help.

Offline Jose Hernan

  • Single posting newcomer
  • *
  • Posts: 5
Re: C::B used to work on my pc, now it doesn´t
« Reply #2 on: August 27, 2015, 07:52:04 pm »
" Process returned 1980036233 <0x7604F489> execution time : 0.421s
Press any key to continue. "

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: C::B used to work on my pc, now it doesn´t
« Reply #3 on: August 27, 2015, 07:55:13 pm »
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 Jose Hernan

  • Single posting newcomer
  • *
  • Posts: 5
Re: C::B used to work on my pc, now it doesn´t
« Reply #4 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))
 "

Offline Jose Hernan

  • Single posting newcomer
  • *
  • Posts: 5
Re: C::B used to work on my pc, now it doesn´t
« Reply #5 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))
 
"

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: C::B used to work on my pc, now it doesn´t
« Reply #6 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.
 
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 Jose Hernan

  • Single posting newcomer
  • *
  • Posts: 5
Re: C::B used to work on my pc, now it doesn´t
« Reply #7 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