View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000049 | FreeCAD | Bug | public | 2009-12-10 18:34 | 2009-12-14 08:36 |
Reporter | unauthenticated | Assigned To | yorik | ||
Priority | normal | Severity | crash | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 0.8 | ||||
Fixed in Version | 0.10 | ||||
Summary | 0000049: Crash after drawing circle and extrude | ||||
Description | Hi again, following crash has been observed TypeError: argument 1 must be Base.Vector, not None <type 'exceptions.TypeError'> Traceback (most recent call last): File "/usr/lib/freecad/Mod/Draft/Draft.py", line 2058, in action dist = fcgeo.findPerpendicular(point,self.edges) File "/usr/lib/freecad/Mod/Draft/draftlibs/fcgeo.py", line 421, in findPerpendicular dist = findDistance(point,edge,strict=True) File "/usr/lib/freecad/Mod/Draft/draftlibs/fcgeo.py", line 466, in findDistance newpoint = Vector.add(point, dist) TypeError: argument 1 must be Base.Vector, not None Pick start point: Pick end point: Pick start point: Pick end point: Running the Python command 'Draft_Circle' failed: Traceback (most recent call last): File "/usr/lib/freecad/Mod/Draft/Draft.py", line 1117, in Activated self.arctrack = arcTracker(axis=self.axis) File "/usr/lib/freecad/Mod/Draft/Draft.py", line 501, in __init__ self.initrot = FreeCADGui.ActiveDocument.ActiveView.getViewer().getCamera().orientation Cannot find type information for requested typeIllegal storage access... Please let me know if you need more info to peter@iring.sk Best regards Peter | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-12-10 18:34 | unauthenticated | New Issue | |
2009-12-10 19:23 |
|
Status | new => assigned |
2009-12-10 19:23 |
|
Assigned To | => yorik |
2009-12-10 20:48 | yorik | Note Added: 0000046 | |
2009-12-11 22:00 | yorik | Note Added: 0000047 | |
2009-12-11 22:00 | yorik | Status | assigned => resolved |
2009-12-11 22:00 | yorik | Fixed in Version | => 0.10 |
2009-12-11 22:00 | yorik | Resolution | open => fixed |
2009-12-14 08:36 | wmayer | Status | resolved => closed |