FS#73180 - [freecad] error on starting Arch workbench

Attached to Project: Community Packages
Opened by Felix Braun (hazzl) - Tuesday, 28 December 2021, 21:14 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 28 December 2021, 21:54 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

When starting Arch workbench with a new project, I get the following error:
<built-in function SoFieldContainer_getField> returned a result with an exception set
This prevents me from adding any of the elements to the drawing. Nothing works.

Additional info:
* package version(s): 19.3-11
* config and/or log files etc.
22:01:31 Persistent toolbars: Snapper toolbar not managed.
22:01:31 <built-in function SoFieldContainer_getField> returned a result with an exception set
22:01:31 Traceback (most recent call last):
File "<string>", line 159, in Activated
File "/usr/lib/freecad/Mod/Draft/draftguitools/gui_snapper.py", line 1635, in show
self.setTrackers()
File "/usr/lib/freecad/Mod/Draft/draftguitools/gui_snapper.py", line 1679, in setTrackers
self.grid = trackers.gridTracker()
File "/usr/lib/freecad/Mod/Draft/draftguitools/gui_trackers.py", line 974, in __init__
pick.style.setValue(coin.SoPickStyle.UNPICKABLE)
File "/usr/lib/python3.10/site-packages/pivy/coin.py", line 3989, in __getattr__
field = self.getField(name)
File "/usr/lib/python3.10/site-packages/pivy/coin.py", line 3873, in getField
return _coin.SoFieldContainer_getField(self, name)

Steps to reproduce:
1. Start freecad
2. open new project
3. Start Arch workbench
=> crash
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 28 December 2021, 21:54 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#73122 
Comment by Felix Braun (hazzl) - Tuesday, 28 December 2021, 21:18 GMT
This bug does not affect the upstream AppImage.

Loading...