• 0
Sign in to follow this  
Christian Lux

[SOLVED] Stuck in loading screen

Question

Hello,
I keep freezing in the exile loading screen while trying to connect to my server. I see the "Group channel" appearing on the bottom for a few seconds.

OS: Ubuntu 18.04.2 LTS

Here's what I did:
- Installed the server using this tutorial: https://exile.majormittens.co.uk/topic/24217-tutorial-linux-server-einrichten/
- copied all the mods I wanted to run into the arma3 folder (cba_a3, ryanszombies, cup_vehicles, cup_units, cup_weapons, Extended_Base_Addon)

My starting command:
./arma3server -cfg=@ExileServer/basic.cfg -config=@ExileServer/config.cfg -autoinit -mod=@Exile\; -servermod=@cba_a3\;@ExileServer\;@ryanzombies\;@Extended_Base_Mod\;@cup_units\;@cup_vehicles\;@cup_weapons\ >> serverlog.rpt

My config.cfg:

Spoiler

hostname                            = "Lux Exile (1.0.4|1.80)";
password                             = "yesthereisapassword";
passwordAdmin                          = "yesthereisapassword";
serverCommandPassword                = "changeme";
logFile                                = "server.log";
verifySignatures                       = 1; // Do NOT use verifySignatures=2! It costs too many FPS
BattlEye                            = 1;
requiredBuild                         = 143869; // 1.80 stable
allowedLoadFileExtensions[]         = {:};
allowedPreprocessFileExtensions[]     = {"sqf"};
allowedHTMLLoadExtensions[]         = {"html"};
motdInterval                         = 5;
maxPlayers                             = 10;
voteMissionPlayers                     = 200;
voteThreshold                         = 200;
allowedVoteCmds[]                     = {};
allowedVotedAdminCmds[]                = {};
disableVoN                            = 0;
vonCodecQuality                     = 30;
persistent                            = 1;
kickDuplicate                         = 1;
equalModRequired                     = 0;
kickClientsOnSlowNetwork            = 0;
timeStampFormat                     = "short";
onUserConnected                     = "";
onUserDisconnected                     = "";
doubleIdDetected                     = "";
onUnsignedData                         = "kick (_this select 0)";
onHackedData                         = "kick (_this select 0)";
onDifferentData                     = "kick (_this select 0)";
motd[]                                 = {"Welcome to Arma 3 Exile Mod!", "exile.majormittens.co.uk", "Enjoy your stay!" };

class Missions
{
    class Exile
    {
        template = Exile.Tanoa;  // Exile.Namalsk, Exile.Altis, Exile.Tanoa, ExileEscape.Altis, ExileEscape.Tanoa

        // do NOT use custom difficulties!
        // Use either ExileRegular or ExileHardcore
        // or you will break Exile!
        difficulty = "ExileRegular";
    };
};

Addons in mission.sqm:

Spoiler

addons[] =

{
        "exile_client",
        "A3_Ui_F",
        "ryanzombies",
        "ryanzombiesfunctions"
};

My serverlog.rpt:

Spoiler

 6:49:46 BattlEye Server: Initialized (v1.217)
../steamnetworkingsockets/clientlib/steamnetworkingsockets_lowlevel.cpp (117) : Assertion Failed: SteamDatagramTransportLock held for 28.8ms!
 6:49:46 Game Port: 2302, Steam Query Port: 2303
Arma 3 Console version 1.92.145639 x86 : port 2302
 6:49:46 Mission Exile.Tanoa read from bank.
 6:49:47 Host identity created.
 6:49:47 Roles assigned.
 6:49:47 Reading mission ...
 6:50:10 Mission read.
 6:50:10 Game started.
 6:50:17 Christian Lux uses modified data file
 6:50:20 BattlEye Server: Player #0 Christian Lux (192.168.0.19:2304) connected
 6:50:20 Player Christian Lux connecting.
 6:50:20 BattlEye Server: Connected to BE Master

Any ideas?

Regards
Christian

Edited by Christian Lux

Share this post


Link to post
Share on other sites

0 answers to this question

There have been no answers to this question yet

Advertisement

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.