Jump to content

Search the Community

Showing results for tags 'error'.

  • Search By Tags

    • error ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. Hi! Avid reader of the forums, first time poster. I have a code with which I'm trying to extract the x and y coordinate of the startpoint of a line to the clipboard for pasting into another program. The problem is that when I run the lisp in Civil 3D it spits out when...
  2. Hello! I often need to count areas with hatches, using the cumulative area property. And many times, we get bad hatches without area, needing to painstakingly go one by one finding the bad hatch to fix it, sometimes repeating for multiple hatches I tried to find a LISP routine...
  3. Hello everyone! So, i am doing a school project in which i want to select all circles of a given radius and then move them all in the arithmetic mean of all centers. The arithmetic mean is no problem, everything works fine, till i add the "more complex" filter. Here is the part of the code:...
  4. Lee Mac

    403 Forbidden

    I'm currently receiving the following message when posting anything which includes code: Is this affecting others or is it just me?
  5. How are you. I'm pretty simple with Lisp programming, but develop a routine for my needs I'm having problems with restoring variables; since if the user presses the esc key the variables are not reset at the end of the routine. Can someone help me with error control? I would be very grateful....
  6. Yesterday by AutoCAD crashed and since then I have been experiencing a number of issues with all of my existing dwg files and any new files I create. The prob is that I am unable to select items (objects/text/lines) before I select the commands. For instance I am unable to select a line and then...
  7. This is happening after I post the name of the lisp to the command line. I can't spot the error in it. It has always worked before. The lisp is supposed to search out text and attribute values and replace them. Can anyone spot the error? (defun c:BUBBLER01 () (setq ss_blk (ssget "x" '((0 . "...
  8. Hi, All I have a situation where the AutoCAD stopped working. I cannot open DWG format file. I get this error message: Internal Error Can someone please help me. Thanks in Advance, Jared.
  9. Hey everyone (again), Im having another unpleasant experience at the moment when i open DWG files for AutoCAD. I double click on them to open them through AutoCAD 2017 and i get a windows error saying "There was a problem sending the command to the program." But AutoCAD still opens up, it just d...
  10. Hello, This is my first forum post and I have been doing a lot of searching before coming here so please be nice! I'm having a problem when trying to open a DXF file in AutoCAD LT 2017, I'm getting an error saying: 'Invalid of incomplete DXF input -- drawing discarded' I...
  11. Guys, I had to re-scale a drawing and convert it to DXF so we can use in our cutting machine. The problem is when I try to open the DXF file on our factory computer there are missing some lines. But when I open the file on my computer, it is perfect. Do you guys now if this is a AutoCAD error when c...
  12. Hi, I've just purcharsed a new x64 bit notebook that came with Windows 10 in it, but it won't let me install AutoCAD in any way. Everytime I download Autodesk's student version through the Install Now or Virtual Agent methods, right after the extraction I recieve an unidentified "Error" message...
  13. Hi all, I am having issues with what I believe could be a corrupted page setup file. I have gone to the page setup manager to try and delete and re-create, but ANY interaction with the page setup in question causes CAD to immediately lock up and crash (even a right click, somehow). Does anyone know...
  14. Hi... I have a problem with the ObjectARX 2017 project creation on the Visual Studio 2015. I've downloaded the ObjectARX package from the Autodesk page and run it. It was unpacked in that folder: C:\Autodesk\Autodesk_ObjectARX_2017_Win_64_and_32_Bit. But there aren't any executable for the i...
  15. I try to install autocad 2017. can't install it. coming error. see attached screenshots pls help me
  16. I have been having problems loading a lisp that has previously worked, without a problem for years, but now throws a message "Error: bad argument value: string position out of range 17". The lisp is loaded on opening of each drawing in the acaddoc.lsp, which has not changed. It is supposed to o...
  17. When trying to use the 'Revit Fabrication Export' Addin i get the following message when trying to save out as a RIF. Steps so far. Select the required system store design line & graphical element Select 'out' Save As 'Rif' ... then i get the error message. My goal is to get the...
  18. I don't know if anyone else has this issue but since my support and Autodesk couldn't figure it out maybe it can be figured out here. When I am drafting I have multiple drawings open, I tend to copy and paste between drawings. This has caused an issue when I am publishing a finished drawing. When I...
  19. I hope I am posting this on the right forum. I keep getting kicked out of the webpage and I have written this post 3 times so hopefully I don't miss any information writing it again. I have an error in a hatch pattern and I have done everything I can think of to correct it. line 21618: 0,...
  20. I hope I am posting this on the correct forum. I am having an issue with a custom hatch pattern. not one that I made. I found it on a website where you can share custom lisp routines and hatch patterns. I do not know how to create a hatch pattern. I am having an error with a certain line in the pat...
  21. When i run a lisp om my computer it gives me an error. the first problem was a missing font ic-romand (i renamed another font to continue). I included the files as attatchment. The path to files should be:C:\Program Files (x86)\ProgeCAD\progeCAD 2014 Professional ENG\Program. With appload i load the...
  22. Hi All, I have a solid model (layer "base solid" ), from which i want to subtract (layer "Subtract solid" ) and union (layer "Union solid" ) to the base. I get Boolean subtract and union error "Modeling Operation Error:Wire being deleted crosses face boundary." I have tried many different ways of m...
  23. Has anyone had the issue of your command line not working if you have a p-line/object selected and your cursor is over the same object? sometimes this will cause the object to adjust after you try to start a command, but the command won't start. I just get a beep signaling an error, but no message...
  24. hi, i've written some input validation code, and i wonder what is really required to code and what can be handled by the autolisp *error* function. secondly, for readability sake, since the validation code is long i were thinking to link it from a different sub-function . is this a good idea...
  25. I have a layer that seems to displaying incorrectly. I am trying to freeze "NoPlot" through a viewport. It is also freezing out on paperspace. Am I wrong in thinking it should only freeze "inside" the viewport? Test.dwg
×
×
  • Create New...