Menu

#476 "Unknown command" for parameters of several commands though they work

Next release
open-accepted
ui (1)
5
2014-09-25
2014-09-19
poikilos
No

After typing arc then center, program says unknown command but works (but not after typing coordinates). Same behavior occurs after typing a radius, start angle, or end angle. Same behavior occurs after typing length parameter of the offset command. This may happen other times too. btw bug tracker does not have a Milestone called "2.0.5" but this is in version 2.0.5

Discussion

  • Dongxu Li

    Dongxu Li - 2014-09-22

    can you provide detailed steps to reproduce this bug?

     
  • poikilos

    poikilos - 2014-09-23

    Arc parameters "Command not found" and "Unknown command" errors
    (Happens on Windows 7 (SP1) or Windows 8.1)
    1. Run fresh install of LibreCAD 2.0.5 (tested on Windows 8.1)
    (or Delete %LOCALAPPDATA%\LibreCAD then install LibreCAD 2.0.5 (tested on Windows 7))
    2. In a new drawing, click the command line and enter the following lines:
    arc
    center
    0,0
    1
    0
    45
    RESULTS (has "Command not found" and "Unknown command" errors, but draws the arc at the given center point as expected):
    arc
    Command: arc
    center
    Unknown command: center
    Command not found: ce
    Command not found: en
    Command not found: nt
    0,0
    1
    Unknown command: 1
    0
    Unknown command: 0
    45
    Unknown command: 45

     

    Last edit: poikilos 2014-09-23
  • poikilos

    poikilos - 2014-09-23

    Line length parameter "Unknown command" error
    (Happens on Windows 7 (SP1) or Windows 8.1)
    1. Run fresh install of LibreCAD 2.0.5 (tested on Windows 8.1)
    (or Delete %LOCALAPPDATA%\LibreCAD then install LibreCAD 2.0.5 (tested on Windows 7))
    2. In a new drawing, click the command line and enter the following lines:
    line
    0,0
    1,0
    [enter]
    [enter]
    [select the line]
    offset
    1
    [click just above the line]
    RESULTS (has "Unknown command" error, but draws the offset line 1 unit above the original line as expected):
    line
    Command: line
    0,0
    1,0
    offset
    Command: offset
    1
    Unknown command: 1

     

    Last edit: poikilos 2014-09-23
  • poikilos

    poikilos - 2014-09-23

    Circle parameter "Unknown command" error
    (Happens on Windows 7 (SP1) or Windows 8.1)
    1. Run fresh install of LibreCAD 2.0.5 (tested on Windows 8.1)
    (or Delete %LOCALAPPDATA%\LibreCAD then install LibreCAD 2.0.5 (tested on Windows 7))
    2. In a new drawing, click the command line and enter the following lines:
    circle
    0,0
    2
    RESULTS (has "Unknown command" error, but draws the circle with radius 2 as expected):
    circle
    Command: circle
    0,0
    2
    Unknown command: 2

     

    Last edit: poikilos 2014-09-23
  • Dongxu Li

    Dongxu Li - 2014-09-25
    • status: open --> open-accepted
    • assigned_to: Dongxu Li
     

Log in to post a comment.