[FS]Jakob 0 Report post Posted November 8, 2015 Ive set up my Server, but when i Start it i always get the window saying Server creation failed:2302 . anyone know where this is coming from and how i can fix it?Thx Share this post Link to post Share on other sites
NedFox 48 Report post Posted November 8, 2015 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). 1 Share this post Link to post Share on other sites
[FS]Jakob 0 Report post Posted November 8, 2015 (edited) 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 November 8, 2015 by [FS]Jakob Share this post Link to post Share on other sites
NedFox 48 Report post Posted November 8, 2015 (edited) Oh.. that changes things You need to have these folders in your root ARMA folder :@Exile @ExileServer MPMissionsand unzipped all the folders from the server package AND the client package to those folders.. Remember, the server needs the client files too! Edited November 8, 2015 by NedFox 1 Share this post Link to post Share on other sites
[FS]Jakob 0 Report post Posted November 8, 2015 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 Share this post Link to post Share on other sites
[FS]Jakob 0 Report post Posted November 8, 2015 (edited) 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 November 8, 2015 by [FS]Jakob Share this post Link to post Share on other sites
NedFox 48 Report post Posted November 8, 2015 Can you post your config.cfg ? Share this post Link to post Share on other sites
[FS]Jakob 0 Report post Posted November 9, 2015 (edited) 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 pcthx for your help @NedFox Edited November 9, 2015 by [FS]Jakob Share this post Link to post Share on other sites
NedFox 48 Report post Posted November 9, 2015 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
[FS]Jakob 0 Report post Posted November 11, 2015 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 offcolor 0atitle Exile Monitor:Serverstartecho Launching ServerC: 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 -autoinitping 127.0.0.1 -n 15 >NULecho Exile Server Shutdown ... Restarting!ping 127.0.0.1 -n 5 >NULclsgoto ServerstartI 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