fjamieson Posted February 23, 2017 Share Posted February 23, 2017 Just started working on JC3:MP server. When I run the 'server.exe' from the desktop.. all appears works okay. But when I try to run it under TCadmin.... it fails. Anyone else tackled JC3:MP and gotten it to work? Thanks in advance for any and all help Link to comment Share on other sites More sharing options...
Dennis Posted February 23, 2017 Share Posted February 23, 2017 Have you tried running it using the information you see under 'Service Settings'? Link to comment Share on other sites More sharing options...
fjamieson Posted March 1, 2017 Author Share Posted March 1, 2017 Have you tried running it using the information you see under 'Service Settings'? I don't have anything unusual under the Service Settings, is there something specific you are referring to? When I start it under TC admin I get a "Detected process crash" in the activity.log file and "Failed to communicate with steam, abort" messages in the Server.log file. Not sure if the latter is the cause of the fist... Link to comment Share on other sites More sharing options...
Dennis Posted March 1, 2017 Share Posted March 1, 2017 I'm referring to starting the server using the stuff you see under 'Service Settings', like when you're troubleshooting. Take a look at this: http://help.tcadmin.com/Troubleshooting_Game_%26_Voice_Services Link to comment Share on other sites More sharing options...
fjamieson Posted March 1, 2017 Author Share Posted March 1, 2017 (edited) I'm referring to starting the server using the stuff you see under 'Service Settings', like when you're troubleshooting. Take a look at this: http://help.tcadmin.com/Troubleshooting_Game_%26_Voice_Services I see something flash a few times. But no stable open windows to debug with :-( I think I may not be able to run it as TCAGame... if not what would be the safest way?? Edited March 1, 2017 by fjamieson Link to comment Share on other sites More sharing options...
Dennis Posted March 1, 2017 Share Posted March 1, 2017 What's the command line that you start it with? Link to comment Share on other sites More sharing options...
fjamieson Posted March 1, 2017 Author Share Posted March 1, 2017 What's the command line that you start it with? I am using: -MaxPlayers=$[service.Slots] -port=$[service.GamePort] -steamPort=$[service.CustomPort1] Translates to: server.exe -MaxPlayers=5 -port=4200 -steamPort=4204 I think the issue is related to: [2017-03-01 14:07:25]: port: 4200 [2017-03-01 14:07:25]: steamPort: 4204 [2017-03-01 14:07:25]: Failed to communicate with steam, abort Link to comment Share on other sites More sharing options...
platchford02 Posted March 1, 2017 Share Posted March 1, 2017 put your server ip in the command line I get that error with gmod if I do not do -ip $[service.IpAddress] Link to comment Share on other sites More sharing options...
Dennis Posted March 2, 2017 Share Posted March 2, 2017 Also, I would use the query port as the steamPort. Link to comment Share on other sites More sharing options...
fjamieson Posted March 2, 2017 Author Share Posted March 2, 2017 Thanks for the help. Changed my command line to : -host=$[service.IpAddress] -MayPlayers=$[service.Slots] -port=$[service.GamePort] -steamPort=$[service.QueryPort] Still getting a Process Crash and the message about not being able to get to steam. I also am seeing the following message "Adding Directory client_packages, generating MD5 hashes. This might take a while." in the \log\network.log file. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now