Author Topic: Error When exitting Code::Block  (Read 15185 times)

Offline alonewolf23

  • Single posting newcomer
  • *
  • Posts: 2
Error When exitting Code::Block
« on: January 07, 2011, 11:17:15 pm »
I recently installed Code::Blocks 10.05Mingw/gcc included on Windows 7 64bit home premium

Every time i close C::B i get a warning box saying

Layout changed

The persepective 'Code::Blocks defaults' has changed. Do you want to save it? Y/N?

no matter what option i pick i get warning box saying Could not save config fil... (rest cut off cant enlarge box)

This happens when I exit after doing nothing or creating a project in C++.  My projects save and work when i reopen them
but i would rather not have to click some error box everytime i close the C::B


Cpu is i7 920 with home premium 64
C::B is installed in x86 file

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Error When exitting Code::Block
« Reply #1 on: January 08, 2011, 03:52:18 pm »
The persepective 'Code::Blocks defaults' has changed. Do you want to save it? Y/N?
Weired. But you can try to delete the current layout (which means a reset) and see if the message goes away.
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 alonewolf23

  • Single posting newcomer
  • *
  • Posts: 2
Re: Error When exitting Code::Block
« Reply #2 on: January 08, 2011, 07:23:09 pm »
where would i "find" the default layout? it seems like the cpu wont allow code:block to save the normal default layout of the the program itself.  due to the fact that even if i just open c::b and then file quit the program it comes up with this error I initally had the full install then i unistalled ccleaner'd the reg and the program left overs and fresh install just went back to same error.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Error When exitting Code::Block
« Reply #3 on: January 09, 2011, 08:44:37 am »
where would i "find" the default layout? it seems like the cpu wont allow code:block to save the normal default layout of the the program itself.  due to the fact that even if i just open c::b and then file quit the program it comes up with this error I initally had the full install then i unistalled ccleaner'd the reg and the program left overs and fresh install just went back to same error.
You can forget about ccleaner - C::B does not store anything in the registry. The configuration file of Code::Blocks is called default.conf (there can be many and this is the default one, obviously). It's in your application data folder under a sub-folder called "CodeBlocks" usually. Delete this file and Code::Blocks will create it from scratch.
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