Results 1 to 2 of 2

Thread: Players Disconnect after role selection screen

  1. #1

    Players Disconnect after role selection screen

    Ive been trying to host a local dedicated server on my computer. Everything seems to check out fine I can join the server no problems, log into admin etc. However other clients/players have problems. They can connect to the server just fine however when they select their role/charatcer etc. then proceed by hitting continue their entire game will crash. I have been using Tophe's dedicated server tool to set up the appropriate server configs etc, ill post them in here anyway

    config
    Code:
    // Server Config Generated by Tophes Arma 2 Dedicated Server Tool
    hostName = "***";
    password = "***";
    passwordAdmin = "*****";
    maxPlayers = 10;
    logFile = "";
    voteThreshold = 0.33;
    voteMissionPlayers = 3;
    reportingIP = "arma2oapc.master.gamespy.com";
    timeStampFormat = "None";
    motd[] = {};
    motdInterval = 3;
    vonCodecQuality = 3;
    disableVoN = 0;
    kickduplicate = 0;
    verifySignatures = 0;
    persistent = 0;
    BattlEye = 1;
    doubleIdDetected = "";
    onUserConnected = "";
    onUserDisconnected = "";
    onHackedData = "";
    onDifferentData = "";
    onUnsignedData = "";
    regularCheck = "";
    
    class Missions
    {
        class Mission1
        {
        template = "mso_32_a2co_coop_baf_usa_vs_tak_ins_gue_4-4.takistan";
        difficulty="regular";
        };
    
    };
    Basic:

    Code:
    MaxMsgSend=128;
    MaxSizeGuaranteed=512;
    MaxSizeNonguaranteed=256;
    MinBandwidth=131072;
    MaxBandwidth=2097152000;
    MinErrorToSend=0.010;
    MinErrorToSendNear=;
    MaxCustomFileSize=1310720;
    adapter=-1;
    3D_Performance=1;
    Resolution_W=0;
    Resolution_H=0;
    Resolution_Bpp=32;
    Windowed=0;
    Any suggestions?

  2. #2
    Same here. I installed the linux beta server and me and my friend have exactly the same problem. We are able to connect and select a mission. Everything gets loaded like on other servers but when we hit the continue button on the map screen after loading is finished the game crashes.

    The game does work on other servers though.

    I hope someone knows a solution to this.

Similar Threads

  1. [SOLVED] Disconnect Back to Server Browser Upon Joining ARMA II Servers / Selecting Role
    By Barry1039 in forum ARMA 2 & OA - TROUBLESHOOTING
    Replies: 3
    Last Post: Jun 14 2012, 20:00
  2. Replies: 1
    Last Post: Feb 5 2012, 11:35
  3. How to place playable units in right order in role select screen?
    By Buzz_Fledderjohn in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 4
    Last Post: May 27 2011, 10:39
  4. Image and Description on selection screen?
    By RandomArmANoob in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 6
    Last Post: Jul 19 2010, 18:25
  5. map selection screen
    By JIN in forum ARMA - MULTIPLAYER
    Replies: 5
    Last Post: Jan 18 2007, 20:36

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •