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

gimp-2.0.2 script-fu problem

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.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

gimp-2.0.2 script-fu problem Klaus.Schneider@leica-geosystems.com 05 Jul 09:24
  gimp-2.0.2 script-fu problem Sven Neumann 05 Jul 10:30
Klaus.Schneider@leica-geosystems.com
2004-07-05 09:24:12 UTC (almost 20 years ago)

gimp-2.0.2 script-fu problem

Dear specialists,
I am running an Alpha System with tru64 V5.1B and gcc-3.3.3 installed.

Compiling gimp-2.0.2 with libraries pkg-config-0.15.0
freetype-2.1.3
fontconfig-2.2.0
glib-2.4.2
Pango-1.4.0
atk-1.6.0
gtk+-2.4.3
aalib-1.2
jpeg-6b
libart-lgpl-2.3.16
libexif-0.5.12
libpng-1.2.5
libtiff-3.6.1
libmng--1.0.6
librsvg-2.6.4
libwmf-0.2.8.3
zlib-1.1.4
showed no errors during compilation.

Starting gimp-2.0.2 with 'gimp --verbose' gave the following output and dies:

INIT: gimp_load_config
Parsing '/usr/local/etc/gimp/2.0/gimprc' Parsing '/home/.gimp-2.0/gimprc'
Adding theme 'Default' (/usr/local/share/gimp/2.0/themes/Default) Adding theme 'Small' (/usr/local/share/gimp/2.0/themes/Small) Writing '/home/.gimp-2.0/themerc'
INIT: gimp_initialize
INIT: gimp_real_initialize
INIT: gui_initialize_after_callback
INIT: gimp_restore
INIT: gui_restore_callback
INIT: gimp_real_restore
Starting extension: 'extension_script_fu' Segmentation fault
neptun:bin>
(script-fu:23574): LibGimpBase-WARNING **: script-fu: wire_read(): error

There are some postings concerning LibGimpBase-WARNING **: script-fu: wire_read()
around, but none are helpfull.

Does anyone have an explanation and a possible fix for this problem ?

Thank you Klaus Schneider

Dr. Klaus Schneider
Intellectual Properties Manager
Leica Geosystems AG
CH-9435 Heerbrugg (Switzerland)
Phone: +41 71 727 3542
Fax:   +41 71 726 5542
Email: Klaus.Schneider@leica-geosystems.com
_______    www.leica-geosystems.com   _______
Sven Neumann
2004-07-05 10:30:58 UTC (almost 20 years ago)

gimp-2.0.2 script-fu problem

Hi,

Klaus.Schneider@leica-geosystems.com writes:

Starting gimp-2.0.2 with 'gimp --verbose' gave the following output and dies:

INIT: gimp_load_config
Parsing '/usr/local/etc/gimp/2.0/gimprc' Parsing '/home/.gimp-2.0/gimprc'
Adding theme 'Default' (/usr/local/share/gimp/2.0/themes/Default) Adding theme 'Small' (/usr/local/share/gimp/2.0/themes/Small) Writing '/home/.gimp-2.0/themerc'
INIT: gimp_initialize
INIT: gimp_real_initialize
INIT: gui_initialize_after_callback
INIT: gimp_restore
INIT: gui_restore_callback
INIT: gimp_real_restore
Starting extension: 'extension_script_fu' Segmentation fault
neptun:bin>
(script-fu:23574): LibGimpBase-WARNING **: script-fu: wire_read(): error

Doesn't look like a script-fu problem. It rather seems that gimp is crashing and Script-Fu complains that the app at other end of the pipe died.

I suggest you run gimp in a debugger to find out what's going wrong.

Sven