You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully built SIR 2.7.3 on Haiku, (thanks to my previous ticket, the issue about the window of the app was solved).
But when i insert any PNG image file inside SIR, and I select that file in the list inside SIR, the app will crash (i cannot also see t he preview of PNG files).
I've tried to build SIR using libpng 1.5.12 and libpng 1.6.14, but this issue was still here: if i click on any PNG file inside SIR, SIR will crash, no difference if the png file will contain alpha channel or not.
I have found a workaround to prevent this crash and then to be able to see the preview of PNG files: I opened the SIR.conf file and changed the string
[Metadata]
enabled=true
to
[Metadata]
enabled=false
But in that way i cannot work on metadata of JPG files; i have to enable again metadata support.
The text was updated successfully, but these errors were encountered:
Well, if i attempt to run SIR using GDB from a Terminal window.. I still obtaion the error about "Qt::WA_OutsideWSRange" (and SIR is not sisplayed).
In anyway (and I hope that could be useful), I saved a debug report using the Haiku Debugger, this is the output when SIR crashs: http://pastebin.com/dw7F6rFc
I successfully built SIR 2.7.3 on Haiku, (thanks to my previous ticket, the issue about the window of the app was solved).
But when i insert any PNG image file inside SIR, and I select that file in the list inside SIR, the app will crash (i cannot also see t he preview of PNG files).
I've tried to build SIR using libpng 1.5.12 and libpng 1.6.14, but this issue was still here: if i click on any PNG file inside SIR, SIR will crash, no difference if the png file will contain alpha channel or not.
I have found a workaround to prevent this crash and then to be able to see the preview of PNG files: I opened the SIR.conf file and changed the string
[Metadata]
enabled=true
to
[Metadata]
enabled=false
But in that way i cannot work on metadata of JPG files; i have to enable again metadata support.
The text was updated successfully, but these errors were encountered: