; error: Exception occurred: 0xC0000005 (Access Violation)

Discussion in 'AutoCAD' started by Michael Fernandez, Oct 14, 2004.

  1. Any ideas on why I get the following error during the execution of an
    Autolisp routine?

    ; error: Exception occurred: 0xC0000005 (Access Violation)
    ; warning: unwind skipped on exception
    ; error: Exception occurred: 0xC0000005 (Access Violation)
     
    Michael Fernandez, Oct 14, 2004
    #1
  2. Michael Fernandez

    j.buzbee Guest

    I usually see this when I'm attempting to use vlax-* on an Object that
    hasn't been properly initialized, or doesn't support the method I'm
    attempting to execute. Are you attempting something like this and if so what
    Object type are you trying to: access, modifiy, add, delete . . ..

    jb
     
    j.buzbee, Oct 14, 2004
    #2
  3. Michael Fernandez

    liftedaxis Guest

    liftedaxis, Oct 14, 2004
    #3
  4. Michael Fernandez

    Main Guest

    Have you either altered anything in the register
    OR
    Run a reg cleaning program such as Vcom FixIT utilities - System registry -
    registry fixer - as I found out these programs pick up AutoCAD's registry
    entries as invalid. When there run you need to actively instruct the program
    to associated the reg entry with the respective AutoCAD files deleting the
    registry entries causes all kinds of errors including this one to be
    displayed


    | Any ideas on why I get the following error during the execution of an
    | Autolisp routine?
    |
    | ; error: Exception occurred: 0xC0000005 (Access Violation)
    | ; warning: unwind skipped on exception
    | ; error: Exception occurred: 0xC0000005 (Access Violation)
    |
    |
     
    Main, Oct 16, 2004
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.