Under unknown circumstances, FcomClient will try to read from C:\Windows\System32, instead of the current directory the executable is located in.
Re-downloading all files seems to fix the problem.
The following cases have been observed:
server_location.txt, without admin privileges
- Results in
System.IO.FileNotFoundException
log.txt, with admin privileges
- Results in
System.UnauthorizedAccessException
Screenshots of the above:
- https://cdn.discordapp.com/attachments/502296319340314634/554571734137831424/2019-03-11_18-49-50.png
- https://cdn.discordapp.com/attachments/502296319340314634/554572043778129940/2019-03-11_18-51-07.png
Under unknown circumstances, FcomClient will try to read from
C:\Windows\System32, instead of the current directory the executable is located in.Re-downloading all files seems to fix the problem.
The following cases have been observed:
server_location.txt, without admin privilegesSystem.IO.FileNotFoundExceptionlog.txt, with admin privilegesSystem.UnauthorizedAccessExceptionScreenshots of the above: