(read-line) Bricscad V13
I have just upgraded to BricsCad 13, a lisp program that worked in v12 won't work in v13. The error is at (read-line)
Need help to solve this problem
0
Comments
-
Hi Stan,
Yes looks like a bug with V13.1.10. Looks like it might be an issue with the LISP (OPEN) function, which doesn't look to be opening files correctly. (read-line) usually follows on from this.
Test In V12
[code](setq myfile (open "Sample.txt" "r"))
returns
#<FILE "Sample.txt">[/code]
Test in V13.1.10
[code](setq myfile (open "Sample.txt" "r"))
returns
#<FILE 1>[/code]
Note this also generated crash_report.txt, and also a .dmp file (if QAFLAGS set).
Suggest that you raise a support request & include the crash reports. I will raise one one too.
Work around would be to un-install and go back to an earlier release in the meantime.
Regards,Jason Bourhill
0 -
We are testing an update release with fix for this issue, to be released later today.
Sorry for this inconvenience.0
This discussion has been closed.