Search found 3 matches

by RM.
Wed Feb 08, 2017 11:55 pm
Forum: Help on using FreeCAD
Topic: [solved] Type.Error - Sketching is impossible
Replies: 12
Views: 3900

Re: [bug] Type.Error - Sketching is impossible

solved.

It was the locale problem (point vs. comma)

workaround-script, to start freeCAD:

Code: Select all

#!/bin/bash
export LC_ALL=C
freecad $1 $2 $3 $4 $5
by RM.
Wed Feb 08, 2017 6:55 pm
Forum: Help on using FreeCAD
Topic: [solved] Type.Error - Sketching is impossible
Replies: 12
Views: 3900

Re: [bug] Type.Error - Sketching is impossible

1) my repository configuration is:

Code: Select all

#/etc/apt/sources.list
deb http://ftp.de.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.de.debian.org/debian/ testing main contrib non-free
2) same error, if i delete both config file

Code: Select all

.FreeCAD/system.cfg
.FreeCAD/user.cfg
by RM.
Wed Feb 08, 2017 4:15 am
Forum: Help on using FreeCAD
Topic: [solved] Type.Error - Sketching is impossible
Replies: 12
Views: 3900

[solved] Type.Error - Sketching is impossible

Bug-Ticket: https://freecadweb.org/tracker/view.php?id=2891#c8233 OS: Debian GNU/Linux 9.0 (stretch) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.16. Build type: None Python version: 2.7.13 Qt version: 4.8.7 Coin version: 4.0.0a OCC version: 6.8.0.oce-0.17 Kernel : Linux 4.9.2-2-a...