Before adding Oxide to my server, I was able to connect to my server, no issue whatsoever.
Then when I removed the Vanilla server auto update in the .bat file, i am suddenly having all sorts of issues.
The error message that comes up when I go in the prompt "F1: client.connect localhost:28015" the error message states:
"Disconnected (Connection Attempt Failed) - Returning to main menu.
I will provide screenshots of my .bat file and any sorts of other files needed.
[DOUBLEPOST=1467567406][/DOUBLEPOST]The game also crashes periodically.
Solved Unable to connect to dedicated server
Discussion in 'Rust Discussion' started by itsnatexd, Jul 3, 2016.
-
Wulf Community Admin
Check your RustDedicated_Data/output_log.txt for the location of -logfile for errors. It sounds like your server isn't starting, which means it is likely either missing files or using mismatched files.
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
"ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.'
-
Wulf Community Admin
-
-
Wulf Community Admin
-
@echo off
RustDedicated.exe -batchmode -ip 127.0.0.1 -port 28015 +rcon.port 28016 +rcon.ip 127.0.0.1 +server.hostname "Server Name" +server.identity "Id Player" +rcon.password "Password" -cfg "server\cfg\server.cfg"Attached Files:
-
-
Wulf Community Admin
Code:@echo off RustDedicated.exe -batchmode +server.ip 0.0.0.0 +server.port 28015 +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password "Password" +server.hostname "Server Name"
-
it still gave me the same error message and crashed, except in the command prompt, it said connection accepted or something like that
it says in the .bat cmd, that i am missing "envsync" or something.Last edited by a moderator: Jul 7, 2016 -
Wulf Community Admin
-
-
Wulf Community Admin
-
yeah, sorry for the late reply by the way.
Attached Files:
-
-
Wulf Community Admin
-
I reinstalled SteamCMD and modified it to be ready for Oxide. I am having trouble with getting the oxide folder to insert my desired plug ins.
-
Wulf Community Admin