User forums > Help

Process terminated with status -1073741511 (0 minute(s), 10 second(s))

(1/3) > >>

anton:
i had installed Codeblocks 17.12 and has this message after i had run my program. Even when i had used hello world program. after debug running it has output message
 ---------------------------------------------------------------
Run: Debug in word_out (compiler: GNU GCC Compiler)---------------

Checking for existence: D:\codeblks-wrkspce\word_out\bin\Debug\word_out.exe
Executing: "C:\Program Files (x86)\CodeBlocks/cb_console_runner.exe" "D:\codeblks-wrkspce\word_out\bin\Debug\word_out.exe"  (in D:\codeblks-wrkspce\word_out\.)
Process terminated with status -1073741511 (0 minute(s), 10 second(s))

----------------------------------------------------------------

and i had such message

anton:
after i had removed the 17.03 version and had installed the 20.03 version,
the run of my program was ended with such a message, and of course, my program didn't executed at all.   

I had few times reinstalled CodeBloks and with the same result.

Miguel Gimenez:
You must copy that DLL (it should be in the MinGW folder) to the folder where the executable is.

You can avoid that linking statically with the library, but for a Hello World program just left it as is.

anton:
thanx, but i didn't find the dll u mentioned above. at the folder mingw/bin there are file
--- Code: ---libgcc_s_seh-1.dll
--- End code ---
only

and i didn't understand - if i just had installed the code blokcs program, need i make some tuning after install for running and debugging or not? i just find not the special requirements for the installation,may be somebody can point to the manual, where it described? will be very appreciated.

stahta01:
Then you likely are not using the compiler whose folder you looked at.

1. Decide which mingw GCC compiler toolchain you wish to use.
2. Confirm the CB settings is set to that compiler
3. Remove all other mingw GCC compilers from the windows system path.

Step 2 directions
settings -> compiler
SELECT the correct compiler and make it the default compiler
TAB: Toolchain executables
VERIFY the compiler installation folder is correct
CHECK that the sub-tab: Additional paths is empty or has paths for the same compiler

Tim S.

Navigation

[0] Message Index

[#] Next page

Go to full version