News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Error when Building: "This application has requested the Runtime to ..."

Started by cs071015, October 21, 2008, 11:56:29 PM

Previous topic - Next topic

cs071015

Hi!

I'm using Code::Blocks 8.02, build Feb 27, 2008 under Windows XP x64.

When I try to build the default hello-world program, I get the error message:


-------------- Build: Debug in asdf ---------------

mingw32-gcc.exe -Wall  -g     -c H:\codeblocks\asdf\main.c -o obj\Debug\main.o
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Process terminated with status 3 (0 minutes, 0 seconds)
0 errors, 0 warnings


For some ohter users on my system, C::B works without any problems.

Things I have already tried:

MortenMacFly

Quote from: cs071015 on October 21, 2008, 11:56:29 PM
I'm using Code::Blocks 8.02, build Feb 27, 2008 under Windows XP x64.
Notice that this is not an issue with C::B but most likely a compiler issue... and even most likely, too an issue with 64 bit. So what compiler do you use (what version)? Then ask the compiler devs (not us) if there are issues known with this compiler related to Windows XP 64 bit.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

cs071015



But I dont understand why the compiler works fine for some users om my system. That's the reason I think it's a C::B issue and not a compiler issue.

I'm using the bundeled defaultminGW compiler. Don't know what the exact version number is :/

cs071015


Ok, after weeks of doing nothing it works ... for one additional user.

But you were right - it was an compiler issue. I tested it with CygwinGCC and it worked fine - for all users^^

~Close~