[FS]Jakob

Server creation failed:2302

15 posts in this topic

try another port. If you get the same error you have a firewall issue or your hostname isn't allowed (hyphens, underscores, starting with a number etc).

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

I tried several ports but that didnt change it. What can this firewall Problem be? I have allowed the Server like in the tutorial. My hostname only consists of letters. The last message i geht is: "Autoinit is only supported for persistent missions." but i changed persistent in the config to 1?

THX for your help.

I tried to launch a Server via the official serverlauncher and this worked everything fine! (But no exile :(

Edited by [FS]Jakob

Share this post


Link to post
Share on other sites

Oh.. that changes things :)

You need to have these folders in your root ARMA folder :

@Exile
@ExileServer
MPMissions

and unzipped all the folders from the server package AND the client package to those folders.. Remember, the server needs the client files too!

Edited by NedFox
  • Like 1

Share this post


Link to post
Share on other sites

ok first thx for giving your time to me ;).

I have all these folders, doublechecked it now and i have done this like the tutorial from S. I just overwrote all this folders but nothing of the notification changed. Maybe its a problem with the database? I read this in another topic but there was no solution and im not that experienced with mysql and how to manipulate it ^^

Would be super nice if you have another idea :D

Share this post


Link to post
Share on other sites

ok i fixed the problem now by simply removing -autoinit from the start.bat but have to vote for a mission is pretty annoying. Persistent is definetely set to 1!!!!!! When i put autoinit back in, my server will again put out the error "Autoinit is only available for persistent missions!"

i have no idea how this can be.

i tried now to change the value of persistent but nothing happened. i also removed the "" from the difficulty but nothing changed. Anyone know if they have to be around the difficulty?

Edited by [FS]Jakob

Share this post


Link to post
Share on other sites

hostname                            = "MeinServer";
password                             = "";
passwordAdmin                          = "OnlyForAdmins";
serverCommandPassword                    = "NoAccess246";
logFile                                = "server.log";
verifySignatures                       = 0;
BattlEye                            = 1;
requiredBuild                         = 132676;
allowedLoadFileExtensions[]         = {:};
allowedPreprocessFileExtensions[]     = {"sqf"};
allowedHTMLLoadExtensions[]         = {"html"};
motdInterval                         = 5;               
maxPlayers                             = 20;        
voteMissionPlayers                     = 200;   
voteThreshold                         = 200;
disableVoN                            = 0;        
vonCodecQuality                     = 10;   
persistent                            = 1;       
kickDuplicate                         = 1;
equalModRequired                     = 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.Altis;
        difficulty = "ExileRegular"; // ExileRegular or ExileHardcore
    }; 
};

I also noticed that the hostname is not shown in server browser, only the Name/ID of my pc

thx for your help @NedFox

Edited by [FS]Jakob

Share this post


Link to post
Share on other sites

OK, that looks good. There's some posts on the mighty web that point towards wrong startup parameters.

As you're hosted, I don't know how you start it, but can you show the parameters in the line that starts your server?

Oh and BtW, if you posted your passwords above, change them ! :)

Share this post


Link to post
Share on other sites

Yeah the passwords i used were only examples ^^ 

I start my server with a .bat, like explained in the official tutorial. I will post all of my .bat because i think maybe its a Syntax error and not only a problem in the parameters.

@echo off
color 0a
title Exile Monitor
:Serverstart
echo Launching Server
C: 
cd "C:\Arma3\Server"
echo Exile Server Monitor... Active !
start "Arma3" /min /wait arma3server.exe -mod=@exile;Kart,Mark,Heli; -servermod=@exileserver; -config=C:\Arma\Server\@ExileServer\config.cfg -port=2302 -profiles=SC -cfg=C:\Arma\Server\@ExileServer\basic.cfg -name=SC -autoinit
ping 127.0.0.1 -n 15 >NUL
echo Exile Server Shutdown ... Restarting!
ping 127.0.0.1 -n 5 >NUL
cls
goto Serverstart

I rly appreciate your help @NedFox!

Edit: Meeen i just noticed that the config path is complete scrap!!!! I have no time to try this out now but... I think this is the one and only Problem. Tooo obvious *triplefacepalm*

Share this post


Link to post
Share on other sites
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

  • Recently Browsing   0 members

    No registered users viewing this page.