I’m trying to configure my server to run as a service in Windows using the Srvany/Instsrv method (). I have my service all set up and my registry Application string value is:
C:\SourceServer\27015\brink.exe +set fs_basepath C:\SourceServer\27015 +set net_serverDedicated 1 +set net_serverPort 27015 +set net_serverPortMaster 27016 +exec server_default.cfg
This command line works perfectly from the normal command line, but when I run the service it says that the service immediately started and then stopped. Kind of stuck as to how I can even troubleshoot this.