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
So...the string in the PATH variable is correct. The system's exception is also correct.
Name
Value
Type
▶
$exception
{"Access to the path 'C:\Users\Noah\AppData\Roaming\SPV3\OpenSauce\OS_Settings.User.xml' is denied."}
System.UnauthorizedAccessException
Attempting to save to a Read-Only file causes the application to critically fail. I expected this access denied exception to be handled a bit more gracefully.
Restricting the file's Write permission to System and Admin also causes the application to crash. This behavior is different than previously observed when this Issue was created.
Disregard the strikethrough text. The exception handling works as expected on Release builds. exception.log
WebP Image
Easy fix.
The text was updated successfully, but these errors were encountered: