TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: kdub_nz on September 05, 2017, 11:35:55 PM

Title: VLIDE crash when making FAS
Post by: kdub_nz on September 05, 2017, 11:35:55 PM
In ACAD 2017
I have a situation where the VLIDE crashes/Locks-up  when making FAS files in the VLIDE from unsaved LSP files

When offered the option to save/ignore/cancel the session errors out with
>> FATAL ERROR:  Unhandled Access Violation Reading 0x6f2c8988 Exception at 50b80217h or similar

The LSP folder is listed in the trusted locations.

Has anyone come across this ??

Title: Re: VLIDE crash when making FAS
Post by: Tharwat on September 08, 2017, 04:32:21 AM
Hi,

I have just tried to make a .FAS file with AutoCAD 2017, Windows7 and OS 64 and it works as expected without any issue.
Title: Re: VLIDE crash when making FAS
Post by: kdub_nz on September 08, 2017, 04:59:49 AM
Thanks for the note Tharwat.

It has me stumped.
The file is on the AutoCAD trusted path.
This only happens when the LSP file is modified and not saved.

When I get a chance I'll move the file location and see what happens.

The Project file is pretty simple.

Code - Auto/Visual Lisp: [Select]
  1. ;;; VLisp project file [V2.0] SD_MemberInfo saved to:[L:/Projects-VisualLisp-2017/SD210/SD_Memberinfo] at:[2/22/17]
  2. (vlisp-project-list
  3.   :name
  4.   sd_memberinfo
  5.   :own-list
  6.   ("sd201_Library"
  7.     "sd_MemberInfo"           "sd_MemberInfo_GUI"
  8.     "sd201_leaderandballoon"  "sd201_leaderAndText"
  9.     "sd_Config"               "sd_HoleData"
  10.     "sd_ItemData"             "sd_3d_solidlayer"
  11.     "SD201_NUKE_XDATA"
  12.    )
  13.   :fas-directory
  14.   "L:\\Projects-VisualLisp-2017\\FAS"
  15.   :tmp-directory
  16.   "L:\\Projects-VisualLisp-2017\\TEMP"
  17.   :project-keys
  18.   (:build (:standard) :merged t :safe-mode t :msglevel 2)
  19.   :context-id
  20.   :autolisp
  21. )
  22. ;;; EOF
Title: Re: VLIDE crash when making FAS
Post by: Tharwat on September 08, 2017, 10:18:19 AM
This only happens when the LSP file is modified and not saved.

I already modified a lisp file without saving it and keep it open but I am using the Vlide to create the .FAS & .VLX files via File ->Make Application -> New Application Wizard .... etc and not with the use of any AutoLISP functions and it did work as well.