Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FxCopyrightEgger malfunction
#15
(04-05-2018, 07:31 AM)rich2005 Wrote: Same script - ; Copyright script(v1.0a) for GIMP 2.4 size 6533 B

Tried in a Win7 (VM) with Gimp 2.8.22 and Gimp 2.10RC1 (partha)

In each case the script works and as well as default values, works with various values and different fonts, (incl wingdings as a test).

Going to be something peculiar to your installation. You could give more details, language settings, the font you use...etc but looks like difficult to diagnose at a distance.

Edit: the only instance of cadr in the script, is line 56 (text-height (cadr text-size)), so probably something before that relating to text.

Still can not generate an error even with some strange fonts, but it would be a starting point.

edit again: Can you try this one: http://www.gimphelp.org/photo_copyright_text.html
It is the same script but updated for Gimp 2.8 FU_photo_copyright.scm size 7,178 B
Thank you Rich .I tried this one ,dowloaded and opened with GImp ...and reads "unknown file type !!! " :-)))))) ????

(04-07-2018, 08:39 AM)rich2005 Wrote:
(04-06-2018, 11:55 PM)GIMPOULOS Wrote: Thank you Ofnuts.I checked and recheched an downloaded again 2.6 and the latest and when it came preinstalled I get the same 2 errors....!!!! Is it Windows preventing its proper functioning  ?

Trying to understand your #11 and #12..........I'n not versed in that script thing

As I see the Gimp directs automatically where it should download that script...?!?!

It all means that there is a possibility of two scripts with the same name, in different locations, and they confilict with each other resulting in an error message.

Ofnuts was asking you to look in Gimp Edit -> Preferences -Folders -> Scripts to check on the paths Gimp uses when looking for scripts.

[Image: I4Mb7Bw.jpg]

It might be that you can find duplicate copies yourself.

This one, a 2.4 version in C:\Program Files\GIMP 2\share\gimp\2.0\scripts

[Image: ZqWtQzM.jpg]

and this one a gimp 2.6 version in the  Gimp profile C:\Users\"yourname"\.gimp-2.8\scripts

[Image: HGohqt5.jpg]

In an earlier post Kevin mentioned his duplicate script checker. Looks like this

[Image: 3dqlNL3.jpg]

Since the gimp-scripts site is no longer working, that scm is attached. In the same zip the updated for Gimp 2.8 copyright script referenced earlier. My advice get rid of any old copies, use that version

(04-11-2018, 09:17 PM)GIMPOULOS  Thank you guys ...Here\s a screen shot attached of what I got in "preferences ": Wrote:
(04-05-2018, 07:31 AM)rich2005 Wrote: Same script - ; Copyright script(v1.0a) for GIMP 2.4 size 6533 B

Tried in a Win7 (VM) with Gimp 2.8.22 and Gimp 2.10RC1 (partha)

In each case the script works and as well as default values, works with various values and different fonts, (incl wingdings as a test).

Going to be something peculiar to your installation. You could give more details, language settings, the font you use...etc but looks like difficult to diagnose at a distance.

Edit: the only instance of cadr in the script, is line 56 (text-height (cadr text-size)), so probably something before that relating to text.

Still can not generate an error even with some strange fonts, but it would be a starting point.

edit again: Can you try this one: http://www.gimphelp.org/photo_copyright_text.html
It is the same script but updated for Gimp 2.8 FU_photo_copyright.scm size 7,178 B
Thank you Rich .I tried this one ,dowloaded and opened with GImp ...and reads "unknown file type !!! " :-)))))) ????

(04-07-2018, 08:39 AM)rich2005 Wrote:
(04-06-2018, 11:55 PM)GIMPOULOS Wrote: Thank you Ofnuts.I checked and recheched an downloaded again 2.6 and the latest and when it came preinstalled I get the same 2 errors....!!!! Is it Windows preventing its proper functioning  ?

Trying to understand your #11 and #12..........I'n not versed in that script thing

As I see the Gimp directs automatically where it should download that script...?!?!

It all means that there is a possibility of two scripts with the same name, in different locations, and they confilict with each other resulting in an error message.

Ofnuts was asking you to look in Gimp Edit -> Preferences -Folders -> Scripts to check on the paths Gimp uses when looking for scripts.

[Image: I4Mb7Bw.jpg]

It might be that you can find duplicate copies yourself.

This one, a 2.4 version in C:\Program Files\GIMP 2\share\gimp\2.0\scripts

[Image: ZqWtQzM.jpg]

and this one a gimp 2.6 version in the  Gimp profile C:\Users\"yourname"\.gimp-2.8\scripts

[Image: HGohqt5.jpg]

In an earlier post Kevin mentioned his duplicate script checker. Looks like this

[Image: 3dqlNL3.jpg]

Since the gimp-scripts site is no longer working, that scm is attached. In the same zip the updated for Gimp 2.8 copyright script referenced earlier. My advice get rid of any old copies, use that version


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
FxCopyrightEgger malfunction - by GIMPOULOS - 04-03-2018, 10:44 PM
RE: FxCopyrightEgger malfunction - by Ofnuts - 04-04-2018, 06:22 AM
RE: FxCopyrightEgger malfunction - by GIMPOULOS - 04-04-2018, 07:20 PM
RE: FxCopyrightEgger malfunction - by Ofnuts - 04-04-2018, 08:20 PM
RE: FxCopyrightEgger malfunction - by GIMPOULOS - 04-04-2018, 09:12 PM
RE: FxCopyrightEgger malfunction - by rich2005 - 04-05-2018, 07:31 AM
RE: FxCopyrightEgger malfunction - by GIMPOULOS - 04-11-2018, 09:17 PM
RE: FxCopyrightEgger malfunction - by Ofnuts - 04-05-2018, 11:59 AM
RE: FxCopyrightEgger malfunction - by Kevin - 04-05-2018, 12:16 PM
RE: FxCopyrightEgger malfunction - by Ofnuts - 04-05-2018, 01:31 PM
RE: FxCopyrightEgger malfunction - by Kevin - 04-05-2018, 02:29 PM
RE: FxCopyrightEgger malfunction - by Ofnuts - 04-05-2018, 08:27 PM
RE: FxCopyrightEgger malfunction - by Ofnuts - 04-06-2018, 01:14 PM
RE: FxCopyrightEgger malfunction - by GIMPOULOS - 04-06-2018, 11:55 PM
RE: FxCopyrightEgger malfunction - by rich2005 - 04-07-2018, 08:39 AM
RE: FxCopyrightEgger malfunction - by rich2005 - 04-12-2018, 07:36 AM
RE: FxCopyrightEgger malfunction - by GIMPOULOS - 04-30-2018, 01:40 PM

Forum Jump: