[BUG?]Error when creating a text string in draft

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
dcapeletti
Posts: 504
Joined: Wed Jul 23, 2014 2:27 pm

[BUG?]Error when creating a text string in draft

Post by dcapeletti »

Hi, when I want to create a draft string, I get the following error:

Code: Select all

Running the Python command 'Draft_ShapeString' failed:
Traceback (most recent call last):
  File "/tmp/.mount_FreeCAJoebZZ/usr/Mod/Draft/DraftTools.py", line 2239, in Activated
    self.task = DraftGui.ShapeStringTaskPanel()
  File "/tmp/.mount_FreeCAJoebZZ/usr/Mod/Draft/DraftGui.py", line 2335, in __init__
    self.platWinDialog("Overwrite")
  File "/tmp/.mount_FreeCAJoebZZ/usr/Mod/Draft/DraftGui.py", line 2413, in platWinDialog
    for ParamSet in GroupContent:

'NoneType' object is not iterable
Is this a possible bug?

Thanks

OS: Debian GNU/Linux 9 (stretch) (GNOME/default)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.19405 (Git) AppImage
Build type: Release
Branch: master
Hash: d2b943e8b7d8fe2673a4e20671b6cb0f8180fdbd
Python version: 3.8.1
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: Spanish/Argentina (es_AR)
Post Reply