Error message with FC 0.19.20196 AppImage

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
herbk
Veteran
Posts: 2660
Joined: Mon Nov 03, 2014 3:45 pm
Location: Windsbach, Bavarya (Germany)

Error message with FC 0.19.20196 AppImage

Post by herbk »

Hi,
if i open a Dokument wich contends a Path Job, or if i want to create a Job, i get a ton off error messages:

Code: Select all

Traceback (most recent call last):
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathOp.py", line 227, in onDocumentRestored
    self.opOnDocumentRestored(obj)
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathAreaOp.py", line 155, in opOnDocumentRestored
    self.areaOpOnDocumentRestored(obj)
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathProfileBase.py", line 96, in areaOpOnDocumentRestored
    self.setOpEditorProperties(obj)
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathProfileFaces.py", line 102, in setOpEditorProperties
    obj.setEditorMode('LimitDepthToFace', 2)
<class 'AttributeError'>: Property container has no property 'LimitDepthToFace'
Traceback (most recent call last):
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathOp.py", line 227, in onDocumentRestored
    self.opOnDocumentRestored(obj)
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathAreaOp.py", line 155, in opOnDocumentRestored
    self.areaOpOnDocumentRestored(obj)
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathProfileBase.py", line 96, in areaOpOnDocumentRestored
    self.setOpEditorProperties(obj)
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathProfileFaces.py", line 102, in setOpEditorProperties
    obj.setEditorMode('LimitDepthToFace', 2)
<class 'AttributeError'>: Property container has no property 'LimitDepthToFace'
Traceback (most recent call last):
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathOp.py", line 227, in onDocumentRestored
    self.opOnDocumentRestored(obj)
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathAreaOp.py", line 155, in opOnDocumentRestored
    self.areaOpOnDocumentRestored(obj)
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathProfileBase.py", line 96, in areaOpOnDocumentRestored
    self.setOpEditorProperties(obj)
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathProfileFaces.py", line 102, in setOpEditorProperties
    obj.setEditorMode('LimitDepthToFace', 2)
<class 'AttributeError'>: Property container has no property 'LimitDepthToFace'

OS: openSUSE Leap 15.1 (KDE//usr/share/xsessions/plasma5)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.20196 (Git) AppImage
Build type: Release
Branch: master
Hash: 92d005b26f5a5c45c21d7d5f447e1a8114ef0558
Python version: 3.8.2
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: German/Germany (de_DE)
Gruß Herbert
Russ4262
Posts: 953
Joined: Sat Jun 30, 2018 3:22 pm
Location: Oklahoma
Contact:

Re: Error message with FC 0.19.20196 AppImage

Post by Russ4262 »

herbk wrote: Sun Mar 22, 2020 1:46 pm Hi,
if i open a Dokument wich contends a Path Job, or if i want to create a Job, i get a ton off error messages:

Code: Select all

Traceback (most recent call last):
...
  File "/tmp/.mount_FreeCAPNSJ9c/usr/Mod/Path/PathScripts/PathProfileFaces.py", line 102, in setOpEditorProperties
    obj.setEditorMode('LimitDepthToFace', 2)
<class 'AttributeError'>: Property container has no property 'LimitDepthToFace'
Traceback (most recent call last):
...
...
We added the rotational property, `LimitDepthToFace`, to ProfileFaces and PocketShape. At the moment, you will need to delete these operations and re-create them. The Job is fine, just the ProfileFaces and PocketShape operations are affected with the new property.

Russ
herbk
Veteran
Posts: 2660
Joined: Mon Nov 03, 2014 3:45 pm
Location: Windsbach, Bavarya (Germany)

Re: Error message with FC 0.19.20196 AppImage

Post by herbk »

Hi Russ,

i get this error messages also if i create a new Job...
Gruß Herbert
Russ4262
Posts: 953
Joined: Sat Jun 30, 2018 3:22 pm
Location: Oklahoma
Contact:

Re: Error message with FC 0.19.20196 AppImage

Post by Russ4262 »

herbk wrote: Sun Mar 22, 2020 3:07 pm Hi Russ,

i get this error messages also if i create a new Job...
Sorry, HerbK. I think that AppImage is lacking PR #3224 that fixes the broken Job creation. It is git commit 5fc4a26a00390e91cbf91848b766b68ad87e5917.

Unfortunately, you might have to wait until the next AppImage, or use the previous.

Russ
herbk
Veteran
Posts: 2660
Joined: Mon Nov 03, 2014 3:45 pm
Location: Windsbach, Bavarya (Germany)

Re: Error message with FC 0.19.20196 AppImage

Post by herbk »

Russ4262 wrote: Sun Mar 22, 2020 4:02 pm Unfortunately, you might have to wait until the next AppImage, or use the previous.
Thx for the info Russ,

thats no problem, i have allways a few older AppImages stored. :) ;)
Gruß Herbert
Post Reply