Evolve
Evolve copied to clipboard
After enabling autofocus application crashes a few seconds later
[parker@x3720 Evolve]$ QT_STYLE_OVERRIDE=gtk ./Evolve
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setPen: Painter not active
QPainter::drawRects: Painter not active
QPainter::end: Painter not active, aborted
Floating point exception (core dumped)
Latest git Arch x86_64 qt 5.4.1-2
Does it still happen without QT_STYLE_OVERRIDE=gtk ?
I'm not quite sure why QPainter would fail.
Same result without the override.
Strange. It looks like your Qt install could be invalid in some way, but I can't really tell right now. I'll try to do some more testing, but I can't reproduce at the moment
Think I narrowed it down. If I open an image and then go straight to Settings > Tick autofocus and apply it crashes a few seconds later. If I first click autofocus in the File menu and then tick the box in settings it works.