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
I can't close the app due to an exception (see attached screenshot). It seems it tries to write to a settings file that lives in the install folder (withing Program Files in my case). If I start the app as an admin, there is no issue. I recommend to move the settings files into c:\Users\Username\AppData\Local\AnalogyLogViewer. In this case you can save settings per user rather than same for all and you will avoid permissions issues.
ℹ Computer information
OS: Windows 10 Version 2004 64 bit
Analogy Version 4.2.10 .NET Core 3.1
📝 Detailed reproduction steps
Install app to a folder with a restricted access (ie. Program Files)
Start App
Try to close the app
✔️ Expected result
App will close with no issues even if run under standard permissions.
❌ Actual result
App fails to close on UnauthorizedAccessException .
📷 Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
I can't close the app due to an exception (see attached screenshot). It seems it tries to write to a settings file that lives in the install folder (withing Program Files in my case). If I start the app as an admin, there is no issue. I recommend to move the settings files into c:\Users\Username\AppData\Local\AnalogyLogViewer. In this case you can save settings per user rather than same for all and you will avoid permissions issues.
ℹ Computer information
📝 Detailed reproduction steps
✔️ Expected result
App will close with no issues even if run under standard permissions.
❌ Actual result
App fails to close on UnauthorizedAccessException .
📷 Screenshots
The text was updated successfully, but these errors were encountered: