Saturday, 26 March 2016

GIMP Installation -BSD(solved)

#pkg install gimp
$gimp

ERROR: If shows plugins crash like below

(script-fu:23205): LibGimp-ERROR **: shmat() failed: Invalid argument
Could not attach to gimp shared memory segment

(gimp:23198): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Terminating plug-in: '/usr/local/libexec/gimp/2.2/plug-ins/script-fu'
GIMP-Error: Plug-in crashed: "script-fu"
(/usr/local/libexec/gimp/2.2/plug-ins/script-fu)

The dying plug-in may have messed up GIMP's internal state. You may want to save your images and restart GIMP to be on the safe side.

Solution:
Try open GIMP as
$  gimp --no-shm

No comments:

Post a Comment