You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the SVD driver can't find the SVDLIBC executable, it usually has a message like "java.io.IOException: Cannot run program "svd": error=20, Not a directory" in the Throwable. It would probably help the end user's if we caught the exception, looked at the message and tried reporting something more reasonable (e.g., "couldn't find the executable") so they could try debugging on their own, rather than propagating the IOException to the top and having them wonder what went wrong.
The text was updated successfully, but these errors were encountered:
When the SVD driver can't find the SVDLIBC executable, it usually has a message like "java.io.IOException: Cannot run program "svd": error=20, Not a directory" in the Throwable. It would probably help the end user's if we caught the exception, looked at the message and tried reporting something more reasonable (e.g., "couldn't find the executable") so they could try debugging on their own, rather than propagating the IOException to the top and having them wonder what went wrong.
The text was updated successfully, but these errors were encountered: