Beta 18/ no Draft WB appears

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Leatherman
Posts: 155
Joined: Thu Feb 02, 2017 2:49 pm

Beta 18/ no Draft WB appears

Post by Leatherman »

Hello,
after my upgrade today, I'm facing strange problems. For example my Draft WB appears to be empty. Somebody has an idea what is going on?
May be something went wrong by installing. In this case could somebody tell me how I should go about it?
Thanks
OS: Ubuntu 16.04.4 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.13524 (Git)
Build type: None
Branch: master
Hash: 04a7f566fe71dcad8fda92af2f467d3cc211a372
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/India (en_IN)
Attachments
Screenshot from 2018-04-14 07-27-50.png
Screenshot from 2018-04-14 07-27-50.png (192.85 KiB) Viewed 1691 times
chrisb
Veteran
Posts: 53930
Joined: Tue Mar 17, 2015 9:14 am

Re: Beta 18/ no Draft WB appears

Post by chrisb »

Leatherman wrote: Sat Apr 14, 2018 2:06 am In this case could somebody tell me how I should go about it?
We have seen this recently in different places. Deleting the config files seems to help. Don't forget to select the correct Mouse Model after doing so.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Leatherman
Posts: 155
Joined: Thu Feb 02, 2017 2:49 pm

Re: Beta 18/ no Draft WB appears

Post by Leatherman »

chrisb wrote: Sat Apr 14, 2018 6:02 am
Leatherman wrote: Sat Apr 14, 2018 2:06 am In this case could somebody tell me how I should go about it?
We have seen this recently in different places. Deleting the config files seems to help. Don't forget to select the correct Mouse Model after doing so.
This didn'd do the trick :(
Started from the command line and got following text:

Code: Select all

andre@Andre-PC:~/.FreeCAD$ freecad-daily
FreeCAD 0.18, Libs: 0.18R13524 (Git)
© Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2018
  #####                 ####  ###   ####  
  #                    #      # #   #   # 
  #     ##  #### ####  #     #   #  #   # 
  ####  # # #  # #  #  #     #####  #   # 
  #     #   #### ####  #    #     # #   # 
  #     #   #    #     #    #     # #   #  ##  ##  ##
  #     #   #### ####   ### #     # ####   ##  ##  ##

invalid syntax (DraftTools.py, line 1617)
Error: Initializing one or more of the Draft modules failed, Draft will not work as expected.
Unknown command 'Draft_Line'
Unknown command 'Draft_Wire'
Unknown command 'Draft_Circle'
Unknown command 'Draft_Arc'
Unknown command 'Draft_Ellipse'
Unknown command 'Draft_Polygon'
Unknown command 'Draft_Rectangle'
Unknown command 'Draft_Text'
Unknown command 'Draft_Dimension'
Unknown command 'Draft_BSpline'
Unknown command 'Draft_Point'
Unknown command 'Draft_ShapeString'
Unknown command 'Draft_Facebinder'
Unknown command 'Draft_BezCurve'
Unknown command 'Draft_Label'
Unknown command 'Draft_Move'
Unknown command 'Draft_Rotate'
Unknown command 'Draft_Offset'
Unknown command 'Draft_Trimex'
Unknown command 'Draft_Upgrade'
Unknown command 'Draft_Downgrade'
Unknown command 'Draft_Scale'
Unknown command 'Draft_Edit'
Unknown command 'Draft_WireToBSpline'
Unknown command 'Draft_AddPoint'
Unknown command 'Draft_DelPoint'
Unknown command 'Draft_Shape2DView'
Unknown command 'Draft_Draft2Sketch'
Unknown command 'Draft_Array'
Unknown command 'Draft_PathArray'
Unknown command 'Draft_Clone'
Unknown command 'Draft_Drawing'
Unknown command 'Draft_Mirror'
Unknown command 'Draft_Stretch'
Unknown command 'Draft_Line'
Unknown command 'Draft_Wire'
Unknown command 'Draft_Circle'
Unknown command 'Draft_Arc'
Unknown command 'Draft_Ellipse'
Unknown command 'Draft_Polygon'
Unknown command 'Draft_Rectangle'
Unknown command 'Draft_Text'
Unknown command 'Draft_Dimension'
Unknown command 'Draft_BSpline'
Unknown command 'Draft_Point'
Unknown command 'Draft_ShapeString'
Unknown command 'Draft_Facebinder'
Unknown command 'Draft_BezCurve'
Unknown command 'Draft_Label'
Unknown command 'Draft_Move'
Unknown command 'Draft_Rotate'
Unknown command 'Draft_Offset'
Unknown command 'Draft_Trimex'
Unknown command 'Draft_Upgrade'
Unknown command 'Draft_Downgrade'
Unknown command 'Draft_Scale'
Unknown command 'Draft_Edit'
Unknown command 'Draft_WireToBSpline'
Unknown command 'Draft_AddPoint'
Unknown command 'Draft_DelPoint'
Unknown command 'Draft_Shape2DView'
Unknown command 'Draft_Draft2Sketch'
Unknown command 'Draft_Array'
Unknown command 'Draft_PathArray'
Unknown command 'Draft_Clone'
Unknown command 'Draft_Drawing'
Unknown command 'Draft_Mirror'
Unknown command 'Draft_Stretch'
Unknown command 'Draft_VisGroup'
Unknown command 'Draft_Heal'
Unknown command 'Draft_FlipDimension'
Unknown command 'Draft_ToggleConstructionMode'
Unknown command 'Draft_ToggleContinueMode'
Unknown command 'Draft_Edit'
Unknown command 'Draft_Slope'
Unknown command 'Draft_SetWorkingPlaneProxy'
Unknown command 'Draft_AddConstruction'
Unknown command 'Draft_ApplyStyle'
Unknown command 'Draft_ToggleDisplayMode'
Unknown command 'Draft_AddToGroup'
Unknown command 'Draft_SelectGroup'
Unknown command 'Draft_SelectPlane'
Unknown command 'Draft_ShowSnapBar'
Unknown command 'Draft_ToggleGrid'
Unknown command 'Draft_AutoGroup'
Unknown command 'Draft_UndoLine'
Unknown command 'Draft_FinishLine'
Unknown command 'Draft_CloseLine'
Unknown command 'Draft_Snap_Lock'
Unknown command 'Draft_Snap_Midpoint'
Unknown command 'Draft_Snap_Perpendicular'
Unknown command 'Draft_Snap_Grid'
Unknown command 'Draft_Snap_Intersection'
Unknown command 'Draft_Snap_Parallel'
Unknown command 'Draft_Snap_Endpoint'
Unknown command 'Draft_Snap_Angle'
Unknown command 'Draft_Snap_Center'
Unknown command 'Draft_Snap_Extension'
Unknown command 'Draft_Snap_Near'
Unknown command 'Draft_Snap_Ortho'
Unknown command 'Draft_Snap_Special'
Unknown command 'Draft_Snap_Dimensions'
Unknown command 'Draft_Snap_WorkingPlane'
Somebody has another idea, please?
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Beta 18/ no Draft WB appears

Post by sgrogan »

Leatherman wrote: Sat Apr 14, 2018 1:50 pm Somebody has another idea, please?
https://forum.freecadweb.org/viewtopic. ... 70#p227249
PPA is building now with the fix included. Y can make the change locally if you don't want to wait.
"fight the good fight"
Leatherman
Posts: 155
Joined: Thu Feb 02, 2017 2:49 pm

Re: Beta 18/ no Draft WB appears

Post by Leatherman »

sgrogan wrote: Sat Apr 14, 2018 2:13 pm
Leatherman wrote: Sat Apr 14, 2018 1:50 pm Somebody has another idea, please?
https://forum.freecadweb.org/viewtopic. ... 70#p227249
PPA is building now with the fix included. Y can make the change locally if you don't want to wait.
Does this mean, that with the next upgrade this will be fixed on its own? Guess this is what you mean, isn't it?
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Beta 18/ no Draft WB appears

Post by sgrogan »

Leatherman wrote: Sat Apr 14, 2018 2:30 pm Does this mean, that with the next upgrade this will be fixed on its own? Guess this is what you mean, isn't it?
Yes, force an update and you should be good to go.
"fight the good fight"
Leatherman
Posts: 155
Joined: Thu Feb 02, 2017 2:49 pm

Re: Beta 18/ no Draft WB appears

Post by Leatherman »

sgrogan wrote: Sat Apr 14, 2018 3:21 pm
Leatherman wrote: Sat Apr 14, 2018 2:30 pm Does this mean, that with the next upgrade this will be fixed on its own? Guess this is what you mean, isn't it?
Yes, force an update and you should be good to go.
Yes, thank you very much, this was simple as that. Great :lol:
Post Reply