Page 1 of 1

[SOLVED] gimp cage transform problem

PostPosted: Apr 11th, '18, 16:03
by bitit
i have a problem with cage transform, the gimp crashing ; i have read that also in other distributions is the same problem for a bug .

i have try to lunch gimp by shell command with this output:

Code: Select all
GdkPixbuf-LOG **: gdk_pixbuf_from_pixdata() called on: at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Encoding raw at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Dimensions: 16 x 16 at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Rowstride: 64, Length: 1048 at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Copy pixels == false at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **: gdk_pixbuf_from_pixdata() called on: at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Encoding raw at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Dimensions: 12 x 12 at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Rowstride: 48, Length: 600 at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Copy pixels == false at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **: gdk_pixbuf_from_pixdata() called on: at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Encoding raw at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Dimensions: 12 x 12 at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Rowstride: 48, Length: 600 at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Copy pixels == false at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **: gdk_pixbuf_from_pixdata() called on: at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Encoding raw at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Dimensions: 12 x 12 at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Rowstride: 48, Length: 600 at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Copy pixels == false at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **: gdk_pixbuf_from_pixdata() called on: at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Encoding raw at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Dimensions: 12 x 12 at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Rowstride: 48, Length: 600 at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
GdkPixbuf-LOG **:       Copy pixels == false at /usr/lib/perl5/5.22.3/XSLoader.pm line 119.
Operator or semicolon missing before *DATA at /usr/lib64/gimp/2.0/plug-ins/colorhtml line 58.
Ambiguous use of * resolved as operator * at /usr/lib64/gimp/2.0/plug-ins/colorhtml line 58.
Operator or semicolon missing before *FILE at /usr/lib64/gimp/2.0/plug-ins/colorhtml line 62.
Ambiguous use of * resolved as operator * at /usr/lib64/gimp/2.0/plug-ins/colorhtml line 62.
syntax error at /usr/lib64/gimp/2.0/plug-ins/colorhtml line 12, near "sub read_text "
Can't use global $/ in "my" at /usr/lib64/gimp/2.0/plug-ins/colorhtml line 14, near "local $/"
Missing right curly or square bracket at /usr/lib64/gimp/2.0/plug-ins/colorhtml line 154, at end of line
syntax error at /usr/lib64/gimp/2.0/plug-ins/colorhtml line 154, at EOF
Execution of /usr/lib64/gimp/2.0/plug-ins/colorhtml aborted due to compilation errors.

(gimp:22797): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
gimp-make-img-map: Unknown option -gimp! (ERROR)
/usr/lib64/gimp/2.0/plug-ins/gimp-make-img-map is a GIMP plug-in and must be run by GIMP to be used

(gimp:22797): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error


Re: gimp cage transform problem

PostPosted: Apr 11th, '18, 18:02
by doktor5000
That has already been reported as https://bugs.mageia.org/show_bug.cgi?id=17171 - I've already taken the freedom to update this bug with your finding.

You could try to install gimp as flatpak, see https://flathub.org/apps/details/org.gimp.GIMP or you could also install it as appimage.
You could also compile gimp yourself, but you would have to build it against gegl-0.2 to fix this issue.

Re: gimp cage transform problem

PostPosted: Apr 11th, '18, 19:47
by bitit
But; i should uninstall the present version for install flatpak?. or simply i can installing the new gimp, overwriting the present version
do you believe possible installing cauldron version?

thank you
enrico

Re: gimp cage transform problem

PostPosted: Apr 11th, '18, 22:47
by doktor5000
bitit wrote:or simply i can installing the new gimp, overwriting the present version

Yes, they are independent of each other.

And no, cauldron version won't help as it's affected by the same problem AFAICT.

Re: gimp cage transform problem

PostPosted: Apr 12th, '18, 10:08
by bitit
ok thank you
Enrico