We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Under unknown circumstances, FcomClient will try to read from C:\Windows\System32, instead of the current directory the executable is located in.
C:\Windows\System32
Re-downloading all files seems to fix the problem.
The following cases have been observed:
server_location.txt
System.IO.FileNotFoundException
log.txt
System.UnauthorizedAccessException
Screenshots of the above:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.FileNotFoundException
log.txt
, with admin privilegesSystem.UnauthorizedAccessException
Screenshots of the above:
The text was updated successfully, but these errors were encountered: