Syres916

Results 278 comments of Syres916

> I'm informed that we only support Qt >= 6.2.4, so I guess this is ok, but I can't test it. Ubuntu LTS up to April 2029 has Qt5.15.13, surely...

See https://github.com/FreeCAD/FreeCAD/issues/21182#issuecomment-2857981873

This is due to the version of FreeCAD that the file was fully Recompute'd and then saved (1.0). We can't update the Library objects to 1.1dev _now_ otherwise 1.0.x users...

A compromise might be up update all the objects when the packagers decide on the release date of 1.0.1.

@bgbsww I believe the faces of a four walled building that then has a window inserted does result in face changes in LS3. But you can easily prove this by...

I've tested https://github.com/FreeCAD/FreeCAD/pull/22016 with regard to another report on the forum and I cannot get a crash. The title regarding _PartDesign_ is irrelevant to me, it's any 3D object IMHO.

@semhustej is your version of 1.0 based on Qt5.x, if so, then it's very likely this is basically the same as #20498, see my comment on the root cause analysis...

> It is possible that Qt6 is the culprit. Let's say the API in Qt6 is now subtly different from Qt5 so most scripts that work on Qt6 also work...

@Roy-043 this is now fixed after #21965 was merged, tested using: ``` OS: EndeavourOS (X-Cinnamon/cinnamon/xcb) Architecture: x86_64 Version: 1.1.0dev.42189 (Git) Build date: 2025/06/17 13:59:00 Build type: Release Branch: main Hash:...

@luzpaz ideally the title should specify _Qt6 builds_ due to the code only looking for PySide2 and Shiboken2 versions see https://github.com/FreeCAD/FreeCAD/blob/main/src/LibraryVersions.h.cmake#L43 and https://github.com/FreeCAD/FreeCAD/blob/main/src/LibraryVersions.h.cmake#L49