You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🧐
The text was updated successfully, but these errors were encountered:
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
oddly i do not get this error when building freecad using
brew install
🧐The text was updated successfully, but these errors were encountered: