Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading Errors need to escape underscores in strings #23

Open
BinToss opened this issue May 8, 2020 · 2 comments
Open

Loading Errors need to escape underscores in strings #23

BinToss opened this issue May 8, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@BinToss
Copy link
Member

BinToss commented May 8, 2020

WebP Image

Easy fix.

@BinToss BinToss changed the title Loading Errors need to Escape Underscores Loading Errors need to escape underscores in strings May 8, 2020
@BinToss
Copy link
Member Author

BinToss commented Nov 2, 2020

Not as easy as expected.

@BinToss
Copy link
Member Author

BinToss commented Nov 2, 2020

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

@BinToss BinToss added the bug Something isn't working label Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant