ScriptPro Failing Every Other File
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was wondering if anyone has come across the issue of ScriptPro failing on every other file? I have been bashing my head against this brick wall for a few days now and before I abandon it all together I'm hopeful someone here has some suggestions..
I have a script, that calls on a lisp. Manually I can open the files and either run the script or load/run the lisp no problem. I feel fairly confident in the makeup of these because they do function but they are attached if you would like to see. Note that they are edited to include a generic path. (SCR files not allowed so its a .txt file).
ScriptPro can call on the script to run the lisp successfully, but it fails out every other file. So I just run it again on the failed files and the behavior repeats until I'm down to my last fail. It'll handle this last fail solo just fine. So essentially ScriptPro is working for this, I just have to keep running it on the failed files until nothing remains. Something I'm hoping to avoid.
I have a script/lisp routine that is very similar. The script is nearly identical to the uploaded .txt except pointed correctly so i will not include that. The lisp file EditToPrep.lsp is uploaded. ScriptPro gives me no issue running through the list and executing this without fail.
The major difference between the two lisp commands (from what I can tell) is the _.Open command. I'm wondering if that could be causing an issue with ScriptPro? Some sort of memory issue?
Other things to note: I'm running on Windows11 on AutoCAD2024. ScriptPro is working on multiple files consecutively for me in other scenarios (EditToPrep.lsp for example)
If anyone has any suggestions I'd appreciate it!