News:

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

Main Menu

C::B used to work on my pc, now it doesn´t

Started by Jose Hernan, August 18, 2015, 04:09:12 AM

Previous topic - Next topic

Jose Hernan

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

ouch

You will have to post the full build log for us to be able to help.

Jose Hernan

" Process returned 1980036233 <0x7604F489> execution time : 0.421s
Press any key to continue. "

stahta01

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]

Jose Hernan

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))
"

Jose Hernan

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))

"

stahta01

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++.
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]

Jose Hernan

Tim , you´re the best!  :P
I just disactivated Avast and all programms now work! thank you