How to fix logs not being able to be created? #1492
-
I got this from another guy, neither SHV, SHVDN nor dinput8 makes logs for him (he got no other ''log making'' mods afaik) but he can open his SHVDN console and he saw this among other things |
Beta Was this translation helpful? Give feedback.
Answered by
kagikn
Aug 29, 2024
Replies: 1 comment 1 reply
-
he needs to give write or full permissions to files and folders (or at least the 2 log files) before SHV and SHVDN can write logs. A |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Michael21107
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
he needs to give write or full permissions to files and folders (or at least the 2 log files) before SHV and SHVDN can write logs. A
System.UnauthorizedAccessException
is thrown when some C# program tries to read or write files but gets denied due to insufficient permissions.