Grum999 / BuliCommander

An orthodox file manager plugin for Krita
GNU General Public License v3.0
12 stars 0 forks source link

Thanks for this! Also, had a crash. #2

Closed PangolinM closed 2 years ago

PangolinM commented 4 years ago

Good work on this plugin! Wish the appimage had this sort of thing, but... Well, I try not to say unkind things.

Here's a traceback. Traceback.txt

Happened in 4.4.0 while I was using the arrow keys to scroll through my files.

Grum999 commented 4 years ago

Hi @PangolinM

Thanks for feedback :-) Buli Commander is still in earlier development phase and it might be full of bug, but reported bugs are always welcome, I can't find all of them :+1:

Concerning the crash, for what I can see in the traceback, it's related to this part of code:

 1733                 elif chunk['id']=='sRGB':
 1734                     returned.update(decodeChunk_sRGB(chunk))
 1735                     returned.pop('gamma')

It's more related to an image than the fact you've used the keys to scroll through your files. Concerned file: /media/mike/Data/Documents/Ar...6168a94d9b4111b2 (sorry, I don't have full file name in trace but you might be able to find it with the given filename part)

To be able to reproduce the case (and fix it), there's 2 solutions:

Anyway, I'll try to fix this for release 0.5.0a (release 0.4.0a should be published but due to a lack of time in last weeks, it's reported and I don't want to add anything more in 0.4.0a for now)

Grum999

Grum999 commented 4 years ago

Hi @PangolinM

I've pushed a fix for this problem (Commit https://github.com/Grum999/BuliCommander/commit/95e39007cf64c31e60eb767f677b283e9e1e438e) But, as I don't have PNG file that generate the crash, if you can download current 0.5.0a branch and tell me if problem is really fixed, it could be great :-)

Grum999

Grum999 commented 2 years ago

No answers about this problem, on my side I consider the problem is fixed :-)

Closing issue

Grum999