It is currently Sun Sep 20, 2026 8:01 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: Script-Fu Refresh Errors?[SOLVED]
PostPosted: Tue Apr 16, 2013 12:06 am  (#1) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14206
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
GIMP Version: 2.6.11
Operating System: Windows
OS Version: XP - SP3
GIMP Experience: Advanced Level



I refreshed script-fu and this is what came up...

Image

Can anyone help me figure out what I should do to fix this?

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Last edited by Wallace on Tue Apr 16, 2013 12:36 pm, edited 1 time in total.

Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Script-Fu Refresh Errors?
PostPosted: Tue Apr 16, 2013 1:10 am  (#2) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
My guess is that you have duplicates of your scripts installed. I would check all directories specified in "Edit->Preferences->Folders->Scripts" to see if the same files appear more than once.

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: Script-Fu Refresh Errors?
PostPosted: Tue Apr 16, 2013 1:16 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14835
Location: roma, italy
Hi, this was usual to me, also maybe it is due (a gimp-chat expert told it to me..) to wrong characters in one of the scripts, probably because it has been recently edited with a text editor which put info in it about editing criteria, i.e. not simple text; look at those scripts you have added/modified recently or - if you can't remember - move scripts a group at a time into a new folder in user/.gimp-2.8/scripts folder and link only that folder in preferences, sooner or later you will find the assassin...

_________________
"Where am I ?"


Top
 Post subject: Re: Script-Fu Refresh Errors?
PostPosted: Tue Apr 16, 2013 1:19 am  (#4) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
On the face of it means your scripts are trying to register themselves in the menus in two different and conflicting ways. However it's highly likely this is being caused by you having duplicates of your scripts. I'm fairly sure I've seen the coffee stain script duplication before because it's one of the GIMP supplied ones, but there's another script-pack (FX-Foundry???) that comes with a duplicate.

You could try installing and running my check for duplicates script: http://gimpscripts.com/2011/11/test-for ... e-scripts/

Kevin

:ninja by saulgoode and dinasset


Last edited by paynekj on Tue Apr 16, 2013 3:13 am, edited 1 time in total.

Top
 Post subject: Re: Script-Fu Refresh Errors?
PostPosted: Tue Apr 16, 2013 2:48 am  (#5) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14206
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
saulgoode wrote:
My guess is that you have duplicates of your scripts installed. I would check all directories specified in "Edit->Preferences->Folders->Scripts" to see if the same files appear more than once.


I thought that this was maybe the issue and looked around. It's very difficult to say what's duplicated, but this may well be the issue. The error says that the scripts are pointing to other places.

Thanks for you feedback on this. :bigthup

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Script-Fu Refresh Errors?
PostPosted: Tue Apr 16, 2013 2:51 am  (#6) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14206
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
dinasset wrote:
Hi, this was usual to me, also maybe it is due (a gimp-chat expert told it to me..) to wrong characters in one of the scripts, probably because it has been recently edited with a text editor which put info in it about editing criteria, i.e. not simple text; look at those scripts you have added/modified recently or - if you can't remember - move scripts a group at a time into a new folder in user/.gimp-2.8/scripts folder and link only that folder in preferences, sooner or later you will find the assassin...


@dinasset,

That sound like a good plain of attack, but I'm not sure I'm up for the fight. :hehe

Anyway, thanks for your suggestions.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Script-Fu Refresh Errors?
PostPosted: Tue Apr 16, 2013 2:57 am  (#7) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14206
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
paynekj wrote:
On the face of it means your scripts are trying to register themselves in the menus in two different and conflicting ways. However it's highly likely this is being caused by you having duplicates of your scripts. I'm fairly sure I've seen the coffee stain script duplication before because it's one of the GIMP supplied ones, but there's another script-pack (FX-Foundary???) that comes with a duplicate.

You could try installing and running my check for duplicates script: http://gimpscripts.com/2011/11/test-for ... e-scripts/

Kevin

:ninja by saulgoode and dinasset


@paynekj,

I'll give this a whirl and see what comes of it. I did find one of the culprits, a duplicate script of course.
I think this might do the trick, but we'll see.

Thanks paynekj! Didn't know there was such a script.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Script-Fu Refresh Errors?
PostPosted: Tue Apr 16, 2013 6:31 am  (#8) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
With GIMP's default setup, there are two directories dedicated to Script-fu scripts. On Windows* these two directories would be something akin to C:\Program Files\GIMP-2.0\share\gimp\2.0\scripts and C:\Documents and Settings\yourname\.gimp-2.8\scripts. I would advise against ever placing additional scripts in the first folder -- this folder should, in my opinion, remain in its "factory default" state. This approach will minimize the likelihood of duplicate scripts being installed and causing problems. At a minimum, it will make it easier to locate duplicate scripts.

It also makes it easy to restore GIMP to its default state without having to re-install -- just move your C:\Documents and Settings\yourname\.gimp-2.8\scripts folder to someplace safe and then run GIMP. A new scripts folder will be created, populated with only the files that originally ship with your GIMP installer.

* On GNU/Linux your system-wide script directory will typically be /usr/share/gimp/2.0/scripts and your user's script directory, /home/yourname/.gimp-2.8/scripts.

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: Script-Fu Refresh Errors?
PostPosted: Tue Apr 16, 2013 6:48 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
paynekj wrote:
On the face of it means your scripts are trying to register themselves in the menus in two different and conflicting ways. However it's highly likely this is being caused by you having duplicates of your scripts. I'm fairly sure I've seen the coffee stain script duplication before because it's one of the GIMP supplied ones, but there's another script-pack (FX-Foundry???) that comes with a duplicate.

You could try installing and running my check for duplicates script: http://gimpscripts.com/2011/11/test-for ... e-scripts/

Kevin

:ninja by saulgoode and dinasset

Yes I recommend that script written by paynekj. It works great.

_________________
Image


Top
 Post subject: Re: Script-Fu Refresh Errors?
PostPosted: Tue Apr 16, 2013 6:57 am  (#10) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
molly wrote:
paynekj wrote:
On the face of it means your scripts are trying to register themselves in the menus in two different and conflicting ways. However it's highly likely this is being caused by you having duplicates of your scripts. I'm fairly sure I've seen the coffee stain script duplication before because it's one of the GIMP supplied ones, but there's another script-pack (FX-Foundry???) that comes with a duplicate.

You could try installing and running my check for duplicates script: http://gimpscripts.com/2011/11/test-for ... e-scripts/

Kevin

:ninja by saulgoode and dinasset

Yes I recommend that script written by paynekj. It works great.


:ditto

_________________
Image


Top
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group