Author Topic: "Scripts that failed to load" spurious error messages  (Read 7500 times)

Offline DeathByChocolate

  • Single posting newcomer
  • *
  • Posts: 4
"Scripts that failed to load" spurious error messages
« on: February 24, 2009, 12:07:13 am »
I always get this script error message --- I don't know how to get rid of it:

" Scripts that failed to load either because they don't exist or because they contain syntax errors:
 /home/mypath//lib_finder.script
"

Note there is a double slash before the script name.  What is CB looking for?  How can I satisfy it?  I do not intend to use any scripts; my list of scripts is empty.

The error box appears three times whenever I start a compilation, and three times whenever I run the program in the debugger.  It's greatly reducing my productivity.
 
« Last Edit: February 24, 2009, 04:30:46 am by DeathByChocolate »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: "Scripts that failed to load" spurious error messages
« Reply #1 on: February 24, 2009, 07:12:33 am »
I do not intend to use any scripts; my list of scripts is empty.

There should be an entry in the projects properties.

Right click your project in the management pane or activate it and click "Project -> Properties".
Switch to the "scripts" tab and make sure that there is no entry left.

The script is an autogenerated one.
You most likely have clicked (accidently) on "Add manual build script" in the "Libraries" tab of the properties dialog.
And later removed the "lib_finder.script".

Offline DeathByChocolate

  • Single posting newcomer
  • *
  • Posts: 4
Re: "Scripts that failed to load" spurious error messages
« Reply #2 on: February 24, 2009, 01:34:21 pm »
Thank you very much; that solved the problem!