Author Topic: Strange error, please help.  (Read 3852 times)

lill87

  • Guest
Strange error, please help.
« on: August 06, 2009, 11:27:25 pm »
Hello, I've been making a 2d shooter game using allegro libraries.
Everything has been fine until today, I compiled the game, no errors and runs fine.
I go AFK for an hour or so, and when I was back I installed photoshop and made a few sprites, and before adding them to the game, I rebuilt the project and when I run, it says:

"This application has requested the Runtime to terminate it in an unusual way. Please contact applications support team for more information. Process returned 3."

And I havent even changed ANY of the code since earlier, and it doesnt show any warnings or errors when compiling!
I have looked for a few hours now for the possible error, and I cannot find it!
I got the C::B version 8.02 with MinGW.

Can someone please help me?
« Last Edit: August 07, 2009, 12:09:20 am by lill87 »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Strange error, please help.
« Reply #1 on: August 07, 2009, 08:42:48 am »
Can someone please help me?
Try to delete the config file "default.conf" (backup it before) and see if that helps.
But warning: You'll loose all your settings concerning the IDE (not concerning your projects).
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