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

Perl-fu problems -

This discussion is connected to the gimp-user-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.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

Perl-fu problems - Jeff Trefftzs 27 Apr 02:05
Jeff Trefftzs
2002-04-27 02:05:51 UTC (almost 22 years ago)

Perl-fu problems -

Hi all -

I have been working on a perl script to generate L-systems. So far it's been going well, until today, when, out of the blue, I began getting the following error message when I try to access the script from the menu. The error is:

l-sys.pl: Unable to grok '0' as colour specifier at (eval 3) line 666 (ERROR)

The weird thing is that the script runs just fine if I start the perl server and invoke the script from the command line.

I have had similar problems with perl-fu before, but they went away after I rebooted. I suppose I can wait until tomorrow to see if all is well after a complete shutdown, but this time even a warm reboot failed to resolve the problem.

I have tried turning on all the perl tracing available from Gimp::set_trace(TRACE_ALL);, but this never gets invoked, because the error apparently happens before the script is given control. Naturally, there is no line 666 in the script itself.

If anyone can help, it would be appreciated.