Please someone help me, I redid the server and stuff, but still when I load up the bat this happens
Generating terrain of size 4000 with seed 124627344Code:C:\Users\Phill\Desktop\Rust>C:\steamCMD\steamcmd.exe +login anonymous +force_install_dir C:\Users\Phill\Desktop\Rust\ +app_update 258550 validate +quit The system cannot find the path specified. C:\Users\Phill\Desktop\Rust>RustDedicated.exe -batchmode +server.hostname "Gee S quad Server Noob Friendly" +server.identity GeeSquadServerNoobFriendly +server.maxplayers 50 +server.port 28015 +rcon.port 28016 +rcon.password 0123456 +server.worldsize 4000 +server.seed 124627344 +server.saveinterval 600 -logfile ôGeeSquad.txtö
Now this time the RustDedicated.exe is loading up inside the task manager, but it's not showing up. I really would like some help, is there ANYBODY out there that can help me?Code:Floating point textures aren't supported on this device (Main Camera (UnityStand ardAssets.CinematicEffects.TonemappingColorGrading)) [AmplifyOcclusion] Null graphics device detected. Skipping effect silently. RCon Started on 28016 [19.8s] HEIGHT MAP [9.2s] MOUNTAINS [1.0s] BIOME MAP [9.1s] TOPOLOGY MAP [2.5s] SPLAT MAP [11.1s] LARGE MONUMENTS [0.9s] MEDIUM MONUMENTS [1.1s] SMALL MONUMENTS [9.2s] RIVER LAYOUT [0.6s] RIVER OBJECTS [10.5s] ROAD LAYOUT [2.6s] ROAD OBJECTS [0.8s] POWERLINE LAYOUT [1.0s] POWERLINE OBJECTS [1.0s] FIELD ROCKS 1/2 [0.9s] FOREST ROCKS 1/2 [1.3s] FOREST ROCKS 2/2 [0.8s] CLIFFS 1/2 [3.5s] MICRO CLIFFS [0.3s] FORMATION ROCKS 1/2 [16.1s] TERRAIN MESH [2.4s] CLIFF SPLAT [4.6s] PROCEDURAL OBJECTS [3.3s] CLIFF TOPOLOGY [0.5s] CLUTTER TOPOLOGY [116.3s] Procedural Generation Couldn't load server/GeeSquadServerNoobFriendly/proceduralmap.4000.124627344.135 .sav - file doesn't exist AngryAnt Behave version 2.5 (d859964) - Copyright (C) Emil Johansen - AngryAnt 2 015 Map Spawned 16068 entities Missing EnvSync - creating Initializing 16083 entity links Initializing 67 stability supports Initializing 0 conditional models Setting breakpad minidump AppID = 252490 Connected to Steam eac_server.dll [x64] :: hModule: 000007FEEB980000 dwReason: 1 lpvReserved: 0 Server startup complete
Various errors showing in my log
Discussion in 'Rust Discussion' started by ItzGrimmace, Oct 20, 2016.
-
Wulf Community Admin
None of those are actually errors, just warnings. The first you can ignore, the 2nd means you are starting a new save.
-
Edit: Also, it does that everytime I load up the bat file. -
Wulf Community Admin
-
[DOUBLEPOST=1477000092][/DOUBLEPOST]Alright, so I loaded the bat up. The RustDedicate.exe is loaded into the task manager. I'm not sure if the game is suppose to automatically load in or not. After this part, what is suppose to happen? -
Wulf Community Admin
-
Would the Bat file be the console? It's the cmd.exe where I can type in commands and what not.
[DOUBLEPOST=1477000416][/DOUBLEPOST]
Platform assembly: C:\Users\Phill\Desktop\Rust\RustDedicated_Data\Managed\System.Data.dll (this message is harmless)
" -
Wulf Community Admin
-
Yet no server comes up, here's the top part of the bat file. -
Wulf Community Admin
-
I most definitely did, I had to get my ISP to reset my router password and user so I could get into it lol. Here is a screenshot of my Task Manager, the RustDedicated.exe is running
And of the txt file you were talking about.
If there is any errors from there, Do I run my server from the actual game? Or is this suppose to open the game aswell? -
Wulf Community Admin
-
-
Wulf Community Admin
-
There are some things in your bat file messed up try this like +server. worldsize take a note of the space after server
Code:@echo off RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +server.port 28015 +rcon.ip 0.0.0.0 +rcon.port 28016 +server.hostname "Gee Squad Server Noob Friendly" +server.identity "GeeSquadServerNoobFriendly" +server.maxplayers 50 +rcon.password 0123456 +server.worldsize 4000 +server.seed 124627344 +server.saveinterval 600
-
Wulf Community Admin
The only "messed up" part was the quotes around the logfile name, but that won't stop it from working (which it is working fine).
The problem I see is that port 28016 is forwarded, but the server is set to use/listen on 28015. -
-
Wulf Community Admin
-
-
Wulf Community Admin
Cause: copied from console = spaces added from wrapping. His .bat is fine. You can see the actual output of it in a screenshot that was provided.