Author Topic: Error when Building: "This application has requested the Runtime to ..."  (Read 9065 times)

Offline cs071015

  • Single posting newcomer
  • *
  • Posts: 3
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:

Code
-------------- 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:
Laziness - Impatience - Hubris

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Error when Building: "This application has requested the Runtime to ..."
« Reply #1 on: October 22, 2008, 02:53:30 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline cs071015

  • Single posting newcomer
  • *
  • Posts: 3
Re: Error when Building: "This application has requested the Runtime to ..."
« Reply #2 on: October 24, 2008, 02:20:29 pm »


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 :/
Laziness - Impatience - Hubris

Offline cs071015

  • Single posting newcomer
  • *
  • Posts: 3

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~
Laziness - Impatience - Hubris