Author Topic: problem on the start  (Read 3340 times)

magicalking

  • Guest
problem on the start
« on: November 19, 2006, 10:20:42 am »
Every time I start my c:b, a rectangle appears in the right bottom of the screen noting "Some error has been detected, please view them in the log".
But afterwards, everything seems to be just fine.
I'm newer to programming, so could anybody help me this.
By the way, I really don't know how and where to check the "log" mentioned.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: problem on the start
« Reply #1 on: November 19, 2006, 10:55:14 am »
check out the Code::Blocks tab in the messages pane --> probably some old left overs of plug-ins. And those can not be loaded. Check it's name in that log -> remove the zip file and dll with that name from the codeblocks\share directory.

Or just install the nightly in a new fresh empty directory ;-)

magicalking

  • Guest
Re: problem on the start
« Reply #2 on: November 21, 2006, 03:52:44 am »
It fixed the problem. Thanks!