07-13-2010, 06:55 AM
(This post was last modified: 07-13-2010, 06:56 AM by BjornR1989.)
Keep in mind that i'm comparing Gmod with CS source, i do not use Gmod.
I've seen Steam errors with dedicated servers before, that's why i think the first two lines in the above log don't have anything to do with the other messages. As what the other lines concerns: It seems as if the server is executing a config file (hence, it can load the file) with non-steam/gmod/source commands thus lists each line as an invalid command.
I'm comparing this with the experience that i have gained on my CS source server but (even though i say it myself) i think my approach seems logical.
Code:
Failed to load Steam Service
ServiceStart: failed to start
Unknown command "Server Settings"
Unknown command "{"
Unknown command "sbox_allownpcs"
Unknown command "sbox_playergod"
Unknown command "sbox_maxsents"
Unknown command "sbox_maxwire_turret"
Unknown command "}"
Connection to Steam servers successful.
VAC secure mode is activated
I've seen Steam errors with dedicated servers before, that's why i think the first two lines in the above log don't have anything to do with the other messages. As what the other lines concerns: It seems as if the server is executing a config file (hence, it can load the file) with non-steam/gmod/source commands thus lists each line as an invalid command.
I'm comparing this with the experience that i have gained on my CS source server but (even though i say it myself) i think my approach seems logical.
Steam username for communication: root_admin (but i'm just a regular user)