News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Bug ? codeBlocks "runtime error" when starting the codeBlocks.exe

Started by omc, October 25, 2008, 08:17:13 AM

Previous topic - Next topic

omc

Hi,
I see some topics with this subject on the forum with no answer.
I can't run codeBlocks.exe, windows  give me an "runtime error".

This error appears after a bug of my computer :
I work under a virtualBox Windows XP running under ubuntu. My virtualBox crashed (because energy-power management) when codeBlocks was shuting-down.
After this the "runtime error" appear and it's impossible to launch codeblocks.
I re-install codeBlocks but it do nothing.

It's very strange....
If someone have an idea, i don't want to re-install windows.... :?

PS : This problem is not particular to the virtual box. I find (on the web) the same bug with native window's  running.

Thanks, omc.

omc

Strange,
If i'm logging to windows with another user, code::blocks works perfectly...

MortenMacFly

Quote from: omc on October 28, 2008, 08:19:51 AM
If i'm logging to windows with another user, code::blocks works perfectly...
Remove the configuration file(s) of C::B under the account in question.
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]

omc


Saswat2603

I face the same problem today :(! Can you just make me clear WHICH config files or WHERE they are supposed to be ??? :?

printf("Saswat - born 2 %X\n",49374);
 [:)] [;)]

Saswat2603

Oh! figured it out!!! :lol: :lol:.Its "\Documents and Settings\[USER]\Application Data\codeblocks"

printf("Saswat - born 2 %X\n",49374);
 [:)] [;)]

stahta01

Quote from: Saswat2603 on October 29, 2008, 01:59:38 PM
Oh! figured it out!!! :lol: :lol:.Its "\Documents and Settings\[USER]\Application Data\codeblocks"

I use "%USERPROFILE%\Application Data\codeblocks" that way the username needs not be changed.

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]