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
I tried running master on windows fresh and got this:
System.IO.FileNotFoundException: Could not find file 'E:\Programming\SS14.Watchdog\SS14.Watchdog\bin\instances\syndicate_mothership\config.toml'. File name: 'E:\Programming\SS14.Watchdog\SS14.Watchdog\bin\instances\syndicate_mothership\config.toml' at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptio ns options, Int64 preallocationSize) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Nett.Toml.ReadFile(String filePath, TomlSettings settings) at Nett.Toml.ReadFile(String filePath) at Robust.Shared.Configuration.ConfigurationManager.LoadFromFile(String configFile) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/Conf iguration/ConfigurationManager.cs:line 46
The text was updated successfully, but these errors were encountered:
May also be a robust issue instead.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I tried running master on windows fresh and got this:
The text was updated successfully, but these errors were encountered: