Ultimaker / Uranium

A Python framework for building Desktop applications.
GNU Lesser General Public License v3.0
326 stars 185 forks source link

Uranium failure with (Py)Qt6 6.5.x #878

Open hpax opened 1 year ago

hpax commented 1 year ago

With (Py)Qt6 6.5.x, Uranium (and thus Cura) crashes due to a type violation. Fedora Linux has added a pair of local patches to work around this.

Fedora Linux bug report: https://bugzilla.redhat.com/show_bug.cgi?id=2196130

The patches:

Uranium-5.3.0-qt-6.5-hack.patch.txt

Uranium-5.3.0-qt-try-ints-then-bytes-for-gl-mask-functions.patch.txt

fieldOfView commented 1 year ago

The first patch is probably superseded by https://github.com/Ultimaker/Uranium/pull/874