Jump to content
Sign in to follow this  
DieselJC

Server issues connection lost

Recommended Posts

So I have my server set up with Mods and a new command line. My issue is every time I go to join I get the "session Lost" message and get booted. The mods on the server are identical to the mods I have on my PC. I even double checked to make sure the server was updated correctly and my PC was updated correctly.

 

I get these messages:

 

Can't find mission with template name: '', skipping to next mission.

 

No player found for channel 876372160 - message ignored

Is this something on my end I need to fix?

The 2 things I am unsure about are the Class Missions and the Template..do I need to have something in there and if so what needs to be there. Some of this I haven't seen before so I don't know if this is new with the latest update.

 

Any help would be greatly appreciated!.

 

 

 

This is my server.cfg

 

 

 

hostName = "84th Engineers Infantry and Logistics Based";

password = "";

passwordAdmin = "mypassword";

reportingIP = "";

logFile = "";

motd[] = {
"Welcome to the 84th"
};
motdInterval = 5;

maxPlayers = 20;

kickduplicate = 1;

verifySignatures = 2;

requiredSecureId = 0;

voteMissionPlayers = 0;

voteThreshold = .33;

disableVoN = 0;

vonCodecQuality = 10;

persistent = 1;

timeStampFormat = "none";

BattlEye = 1;

doubleIdDetected = "";

onUserConnected = "";

onUserDisconnected = "";

onHackedData = "";

onDifferentData = "";

onUnsignedData = "";

regularCheck = "";

class Missions
{
 class Mission1
 {
template="";
  difficulty="Custom";
 };
};

headlessClients[]  = {"127.0.0.1", "104.255.64.158"};
localClient[]      = {"127.0.0.1"};


 

 

Share this post


Link to post
Share on other sites

Remove your config's class missions completely and remove all of your custom missions.

Before you even think about loading mods and custom missions, you need to prove a vanilla install first.

so run exactly the following line.... in your params (exactly as it is, eg an empty mod param)

 

-mod=

 

There are B.I missions permanently installed that you can use to check this install so you dont need anything in your MpMissions.

Do not bypass this stage or you will simply keep going around in circles if there is a default setup issue

 

Once you have a stable vanilla server then you can start to add -mods, (1 at a time until you find the culprit)

Again run the BIS vanilla mission to test this, if that works make a simple mission that uses the mods you are currently running

Keep doing this until you have all the mods installed and running stable

Then you can start adding the missions 1 at a time and testing them to see if any of them are causing issues

 

Do not rush this, do it methodically, )Yes it's laborius, but it is the quickest way to achieve stability).

 

Also Check the debugging tutorial in the sticky section of this forum.


 

  • Like 1

Share this post


Link to post
Share on other sites

 

Remove your config's class missions completely and remove all of your custom missions.

Before you even think about loading mods and custom missions, you need to prove a vanilla install first.

so run exactly the following line.... in your params (exactly as it is, eg an empty mod param)

 

-mod=

 

There are B.I missions permanently installed that you can use to check this install so you dont need anything in your MpMissions.

Do not bypass this stage or you will simply keep going around in circles if there is a default setup issue

 

Once you have a stable vanilla server then you can start to add -mods, (1 at a time until you find the culprit)

Again run the BIS vanilla mission to test this, if that works make a simple mission that uses the mods you are currently running

Keep doing this until you have all the mods installed and running stable

Then you can start adding the missions 1 at a time and testing them to see if any of them are causing issues

 

Do not rush this, do it methodically, )Yes it's laborius, but it is the quickest way to achieve stability).

 

Also Check the debugging tutorial in the sticky section of this forum.

 

 

Thanks for the reply..I thought maybe it had to do with getting the 3rd person view back but am now going through as you stated a mod at a time..it runs with vanilla just fine so am thinking a Mod had to have gotten corrupted someplace..I only use 8 Mods so wont be as bad as a lot of servers I see with 15+ mods..I also still cant get RCon to work but maybe that's for another day..thanks again for the reply..much appreciated!

 

Diesel

 

 

Edited: I have found the issue..its the VSM Gear Pack that is causing the issue..no matter what I have tried it boots me every time I use it on the server.

 

2nd Edit..Issue fixed.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×