FreeCAD / homebrew-freecad

Homebrew recipes for FreeCAD
56 stars 34 forks source link

freecad@1.0.0rc2: runtime issue with part design creating a body #585

Open ipatch opened 1 month ago

ipatch commented 1 month ago

using cmake to build freecad from the git tag of 1.0rc2 from a cli using homebrew deps, i'm getting the below runtime error when attempting to create body using the part design workbench

╰─λ ~/apps/freecads/r2.2/MacOS/FreeCAD                                                                                  0 (2.906s)
FreeCAD 1.0.0, Libs: 1.0.0RC2R38806 (Git)
(C) 2001-2024 FreeCAD contributors
FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.

(qt.qpa.fonts) Populating font family aliases took 81 ms. Replace uses of missing font family "Courier" with one that exists to avoid this cost.
2024-10-22 14:53:26.523 FreeCAD[5008:355500] +[IMKClient subclass]: chose IMKClient_Legacy
2024-10-22 14:56:29.406 FreeCAD[5008:355500] AdjustToIronwoodHotKeyChange - CG (hotmod:1) HotKey : hotKey enabled = 1, keyChar=0xfffbffff, virtKey=0x40000, flags=0x0
Traceback (most recent call last):
  File "<string>", line 1, in <module>
<class 'RuntimeError'>: {'sclassname': 'N4Base12RuntimeErrorE', 'sErrMsg': 'GeoFeatureGroupExtension can only be applied to GeoFeatures', 'sfile': '', 'iline': 0, 'sfunction': '', 'swhat': 'GeoFeatureGroupExtension can only be applied to GeoFeatures', 'btranslatable': False, 'breported': False}

oddly i do not get this error when building freecad using brew install 🧐


image

ipatch commented 1 month ago

similar issue but without a proper fix.

https://forum.freecad.org/viewtopic.php?t=68037