Archived Beta Discussions > SlickEdit 2019 v24 Beta Discussion
B4 error on first run
jporkkahtc:
In the failed to load a buffer case, does slick check for specific error codes to ignore, or just ignore all?
In most cases I think it is a bad practice to look at specific error codes, but in this case there is a terrible one to ignore -- the case where the file is not found because a file share is not available.
If the saved state has 10 files on some file share, then just ignoring these errors when trying to restore will cause slick to hang for a *really* long time. (Unless of course, slick is doing async IO to open all the files at the same time :-) ).
Clark:
Code has been added to reduce the amount of time spent waiting for access to some network. SlickEdit will wait 2 seconds and then force the fail. Previously, this time could be as long as 30 seconds and was OS and Network dependent.
All errors are handle the same. Just continue to restore the files you can.
jporkkahtc:
Another case I found:
---------------------------
SlickEdit Pro
---------------------------
Restore: gzip program not found in PATH
---------------------------
OK
---------------------------
If I have 3 *.GZ files to be restored and gzip is not in my path, how many times will I see this popup error?
Clark:
No popup message are displays for errors unless you are restoring from an auto-save crash restore file.
Navigation
[0] Message Index
[*] Previous page
Go to full version