I have got an ArmA 3 Server hosted off "Wombat Servers". I am currently trying to create an Exile Mod Server.
The Mods I have Enabled are, @Exile and @ExileServer
When I go and join the server I will get on a screen (After Lobby) and it gets stuck on the screen, it is saying, "Waiting for server version".
Command Line is:
-ip=103.231.91.110 -port=2762 -noPause -noSound -cpuCount=4 -maxMem=2048 -exThreads=7 -cfg=@ExileServer\basic.cfg -config=A3DS\server.cfg -profiles=A3DS\Profiles -world=empty -mod=@Exile;@ExileServer; -autoinit
Server RPT Log can be found here.
http://pastebin.com/h4mAurfx
On line 501-504 (I think that may be the problem)
I have a SQL database which "Wombat Servers" has set up for me and I have imported my SQL file into it.
extDB-conf.ini located in @ExileServer folder
[exile]
Type = MySQL
Name = JackC3_1
Username = JackC3
Password = mD92Br2qf0
IP = 103.231.91.30
Port = 3306
minSessions = 2
idleTime = 60
; Really should only use this if MySQL server is external. Also only for MySQL
compress = false
; Recommend you turn this on http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_secure-auth
Secure Auth = true
{F27796}