Skip to content
New issue

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

Watchdog should create a default server config.toml #15

Open
metalgearsloth opened this issue Feb 5, 2022 · 1 comment · May be fixed by #16
Open

Watchdog should create a default server config.toml #15

metalgearsloth opened this issue Feb 5, 2022 · 1 comment · May be fixed by #16

Comments

@metalgearsloth
Copy link

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
@metalgearsloth
Copy link
Author

May also be a robust issue instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant