Can't get it to start my server for some reason. Getting the following:
[2/6/2017 4:29:10 PM] Error Starting Server
[2/6/2017 4:29:10 PM] ----------------------------------
Current Time: 2/6/2017 4:29:10 PM
Thrown by: Boolean StartWithCreateProcess(System.Diagnostics.ProcessStartInfo)
Message: The system cannot find the file specified
Stack Trace:
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at CAT.server.StartServer(String ServerPath, String ServerFile)
Not sure what's going on, the executable (ConanSandboxServer.exe) is in the path I specified.
[2/6/2017 4:29:10 PM] Error Starting Server
[2/6/2017 4:29:10 PM] ----------------------------------
Current Time: 2/6/2017 4:29:10 PM
Thrown by: Boolean StartWithCreateProcess(System.Diagnostics.ProcessStartInfo)
Message: The system cannot find the file specified
Stack Trace:
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at CAT.server.StartServer(String ServerPath, String ServerFile)
Not sure what's going on, the executable (ConanSandboxServer.exe) is in the path I specified.