home
features
downloads
support
news
about
PreviewQt
PhotoQt v4.4

PhotoQt 1.1.0.1 - Critical Bug-fix: PhotoQt crashes on 32 Bit systems

Published: 13th of October, 2014

There has been a bug in the code that caused PhotoQt to crash on 32 Bit systems...

The mistake was a tiny one, and doesn't seem to affect 64 Bit systems: The default value of a boolean was not set. Apparently, on 32 Bit systems, this boolean is assumed to be true, whereas on 64 Bit systems it apparently is assumed to be false (which is what it's supposed to be in this case).

The fix was a single line in setupwidgets.h, setting the default value of this boolean.

Apologies to everyone who run into problems with that! Version 1.1.0.1 should be working now...