Re: Thematic Crash - hard to debug

2020-12-16 Thread Fred Kiefer
The lines that the debugger reports look like this: if ([[img image] size].width > 64 || [[img image] size].height > 64) The most likely reason for a crash here is [img image] being nil. Just add a check for this condition a few lines above and see what happens. Hope this helps, Fred

Thematic Crash - hard to debug

2020-12-16 Thread Riccardo Mottola
Hello, I am suffering a crash im Thematic as soon as I open the image inspector of the theme. It happens on NetBSD/x86-32 with the gcc runtime. - I am unable to get the libobjc2 runtime working on NetBSD yet, so no comparison - on Linux, both 32bit and 64bit, gcc or libobjc2 runtime I do not have