gruppe-adler / paa-gimp-plugin

A GIMP plug-in for the paa file format
GNU General Public License v2.0
22 stars 2 forks source link

fails silently on images with dimensions not 2^n #2

Closed Fusselwurm closed 4 years ago

Fusselwurm commented 4 years ago

imo there should be a hint why its not working

TheWillard commented 4 years ago

Depending on your settings there should be either a dialog box or a message in your error console:

I need to check if I can force a dialog box since the error console is very hidden (ref: https://developer.gimp.org/api/2.0/libgimp/libgimp-gimpmessage.html).

TheWillard commented 4 years ago

Fixed by using gimp_message_set_handler(GimpMessageHandlerType::GIMP_MESSAGE_BOX) in combination with a message which consists of more than one line.

Fusselwurm commented 4 years ago

wenn ich diesen Menüpunkt nutze, krieg ich eine Modalbox mit Fehlermeldung: 👍

Unbenannt

Aber wenn ich das "Exportieren nach"-Menü nutze gibts keine Modalbox, auch keine Meldung in der Fehlerkonsole, stattdessen in der Statusleiste gelogenes Erfolgs-Hurra: 👎

Unbenannt

TheWillard commented 4 years ago

Should be fixed with d0c47f5c59252a2099cdc9c949058dc5853ed9f1