Post #654135
2026-03-14 22:37 UTC
I tried editing one of them to change the -1 in the gimp-text-fontname call to None, then Null. Restarted GIMP after each change, but I’m still getting the error.
But it sounds like it’s an error in the GIMP distribution…
Replies (1)
-
@just_another_person@lemmy.world 2026-03-14 23:10
I don't think you need to directly edit the script if that's what you mean. You want to edit the values in the plug-in menu so it's not out of bounds. Those get passed to the script, which then executes. You probably need the direct error instead of this raised exception. Start Gimp from a terminal, trigger the error, and see if the terminal error is showing exactly what the script's error is.