Re: [Gimp-developer] Script-fu, Windows 10

2016-09-05 Thread Kevin Cozens

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
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Script-fu, Windows 10

2016-08-27 Thread Kevin Cozens

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
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Script-fu, Windows 10

2016-08-02 Thread Kevin Cozens

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
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Script-fu, Windows 10

2016-08-02 Thread Michael Schumacher


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
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] Script-fu, Windows 10

2016-08-02 Thread Lechner Peter
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

___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list