RSS/Atom feed Twitter
Site is read-only, email is disabled

Script-fu, Windows 10

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

5 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

Script-fu, Windows 10 Lechner Peter 02 Aug 07:01
  071a45bd-359b-22c8-da96-762... 05 Sep 17:32
   AM2PR04MB06437FFE23F9279036... 05 Sep 17:32
    Script-fu, Windows 10 Kevin Cozens 05 Sep 17:32
  Script-fu, Windows 10 Michael Schumacher 02 Aug 20:41
  Script-fu, Windows 10 Kevin Cozens 02 Aug 21:32
  Script-fu, Windows 10 Kevin Cozens 27 Aug 14:45
Lechner Peter
2016-08-02 07:01:37 UTC (over 7 years ago)

Script-fu, Windows 10

Dear Gimp Developer,

I have installed Gimp 2.8.16 and have errors to run my Script-Fu-scripts which are running under Windows 8.1 without any problem. The error-massage said that there are some unbound variables:

[cid:image001.png@01D1EC9B.9DB780B0]

I tried to find out the reason with Dependency Walker and see that Script-Fu.exe cannot access some Windows DLLs:

[cid:image002.png@01D1EC9B.9DB780B0]

In a Microsoft-forum I found the hint, that programs running under Windows 10 should not use this APIs directly but should make use of MinCore.lib or MinCore_Downlevel.lib.:

http://answers.microsoft.com/en-us/windows/forum/windows_10-files/missing-api-ms-win-core-dlls/d99d1368-0f92-43db-bbdb-7d080f1f96e9?auth=1

Is there any workaround to run my scripts?

Best regards Peter Lechner

Michael Schumacher
2016-08-02 20:41:25 UTC (over 7 years ago)

Script-fu, Windows 10

On 08/02/2016 09:01 AM, Lechner Peter wrote:

Dear Gimp Developer,

I have installed Gimp 2.8.16 and have errors to run my Script-Fu-scripts which are running under Windows 8.1 without any problem. The error-massage said that there are some unbound variables:

[cid:image001.png@01D1EC9B.9DB780B0]

Hi Peter,

please upload the images to an image hosting site and provide the links.

Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD
Kevin Cozens
2016-08-02 21:32:08 UTC (over 7 years ago)

Script-fu, Windows 10

On 16-08-02 03:01 AM, Lechner Peter wrote:

I have installed Gimp 2.8.16 and have errors to run my Script-Fu-scripts which are running under Windows 8.1 without any problem. The error-massage said that there are some unbound variables:

The links to the images were not usable. If you have reports of unbound variables you need to update your Script-Fu scripts. Make sure you have defined the variables you are using before you do the first use of set!.

Cheers!

Kevin.

http://www.ve3syb.ca/           |"Nerds make the shiny things that distract
Owner of Elecraft K2 #2172      | the mouth-breathers, and that's why we're
                                 | powerful!"
#include  |             --Chris Hardwick
Kevin Cozens
2016-08-27 14:45:09 UTC (over 7 years ago)

Script-fu, Windows 10

On 16-08-02 03:01 AM, Lechner Peter wrote:

I have installed Gimp 2.8.16 and have errors to run my Script-Fu-scripts which are running under Windows 8.1 without any problem. The error-massage said that there are some unbound variables:

You need to upload images to an image sharing site provide the links to the images. The links you provided are unusable.

If you have unbound variables in your Script-Fu scripts they are probably old scripts that need to be updated. The message "unbound variable" means you are setting the value of a variable before you have defined it in your script. Make sure the variable is defined via a define statement, or within the first part of a let, let*, or letrec block.

I tried to find out the reason with Dependency Walker and see that Script-Fu.exe cannot access some Windows DLLs:

Script-Fu should not be trying to load a Windows DLL AFAIK. I can't see the image you referred to in the email so I can't see the error you are seeing.

Cheers!

Kevin.

http://www.ve3syb.ca/           |"Nerds make the shiny things that distract
Owner of Elecraft K2 #2172      | the mouth-breathers, and that's why we're
                                  | powerful!"
#include  |             --Chris Hardwick
Kevin Cozens
2016-09-05 17:32:28 UTC (over 7 years ago)

Script-fu, Windows 10

On 16-09-05 12:18 PM, Lechner Peter wrote:

I hope this description can help to find the reason of such errors!

You can read the comment I posted to the bug report you filed.

Cheers!

Kevin.

http://www.ve3syb.ca/           |"Nerds make the shiny things that distract
Owner of Elecraft K2 #2172      | the mouth-breathers, and that's why we're
                                 | powerful!"
#include  |             --Chris Hardwick