Author Topic: VLIDE crash when making FAS  (Read 1320 times)

0 Members and 1 Guest are viewing this topic.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2125
  • class keyThumper<T>:ILazy<T>
VLIDE crash when making FAS
« 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 ??

Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

Tharwat

  • Swamp Rat
  • Posts: 707
  • Hypersensitive
Re: VLIDE crash when making FAS
« Reply #1 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.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2125
  • class keyThumper<T>:ILazy<T>
Re: VLIDE crash when making FAS
« Reply #2 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
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

Tharwat

  • Swamp Rat
  • Posts: 707
  • Hypersensitive
Re: VLIDE crash when making FAS
« Reply #3 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.