Gimp-Forum.net
CRASHING Elsamuko Nationa Geographic NEXT GEN in 2.99.19 - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Gimp 2.99 & Gimp 3.0 (https://www.gimp-forum.net/Forum-Gimp-2-99-Gimp-3-0)
+--- Thread: CRASHING Elsamuko Nationa Geographic NEXT GEN in 2.99.19 (/Thread-CRASHING-Elsamuko-Nationa-Geographic-NEXT-GEN-in-2-99-19)



CRASHING Elsamuko Nationa Geographic NEXT GEN in 2.99.19 - vitforlinux - 10-03-2024

I tried to port Elsamuko National Geographic to Gimp 2.99.19 (this filter works on 2.10 Compat OFF)... but I get a complete Gimp crash.

I think it's the line:

Code:
(car (plug-in-decompose 0 aimg 1 (vector adraw) "rgb" TRUE FALSE)) ;2.99.19

Maybe I'm wrong in the syntax, or it's Gimp 2.99.19 that has a problem, in which case I should report it to the developers, but a second opinion would be of clarification, before causing trouble for the wrong reasons.

Here the scm file:

https://github.com/vitforlinux-gimp/scm-work-in-progress/blob/main/elsamuko-national-geographic-next-gen.scm



THANK YOU


RE: CRASHING Elsamuko Nationa Geographic NEXT GEN in 2.99.19 - Tas_mania - 10-05-2024

Hi vitforlinux
I tested with an appimage by ivanhc. Here is the console error:


Code:
(script-fu:4778): scriptfu-WARNING **: 22:11:56.127: Missing arg type: GimpObjectArray
gimp-2.99: fatal error: Segmentation fault



RE: CRASHING Elsamuko Nationa Geographic NEXT GEN in 2.99.19 - Tas_mania - 10-05-2024

The bug could be in Gimp. When I do Colors > Components > Decompose
closing the new image(s) gives an error message.


RE: CRASHING Elsamuko Nationa Geographic NEXT GEN in 2.99.19 - Ofnuts - 10-06-2024

In Gimp3 there is no longer a single active layer but several, so the layer argument can be an array/list.