Couldn't create server on port 28015 (startup error)
Ts3hosting
echo off
:start 
C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\rustserver\ +app_update 258550 +quit
RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.pve false +server.seed 4354478 +server.worldsize 5000 +server.maxplayers 50  +server.hostname "Lunitix test server" +server.description "Link coming soon" +server.url "http://yourwebsite.com" +server.headerimage "http://yourwebsite.com/serverimage.jpg" +server.identity "server1" +rcon.port 28016 +rcon.password 2343451 +rcon.web 1
goto start

Id you have Mutipal network cards try and set +server.ip <your local ip here>

Have 1 wireless card in my PC, but currently connected to the ethernet I'm not sure the port forwarding is a problem because friends were able to connect earlier today it has to be one of the files that involve Steamworks or something inside of the steam files (STEAMCMD) that is used to run a server locally being corrupted or something

change your install dir and start fresh?
Make sure your not runing the bat or exe files as administrator.
i Reccomend runing the apps c:/ root directory as mayby file perms are a miss and it can not access somthing.


Redownload steamcmd and place it into folder c:/steamcmd
then run the steamcmd.exe and let it update and run.

Create a new folder in the c:/ drive called "rustserver"... Create a new bat file and place this into it change the +server.ip to the local ip of your non wireless card.. change nothing else at the moment... if you need help geting the local ip let me know..This will be the local ip not the world ip.

echo off
:start
C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\rustserver\ +app_update 258550 +quit
RustDedicated.exe -batchmode +server.ip 192.168.0.2 +server.port 28015 +server.level "Procedural Map" +server.pve false +server.seed 4354478 +server.worldsize 5000 +server.maxplayers 50  +server.hostname "test server" +server.description "Link coming soon" +server.url "http://yourwebsite.com" +server.headerimage "http://yourwebsite.com/serverimage.jpg" +server.identity "server1" +rcon.port 28016 +rcon.password 2343451 +rcon.web 1
goto start


if that fails let me know i do not think its a bind to port issue as usaly that will state can not bind to port.

The problem of the server not being able to start was fixed after reinstalling steam and trying the entire setup fresh again.
Thanks for the help guys