[SOLVED] DayZ Mod Server 1.7.5.1

cobra0702

New Member
I am attempting to host an old 1.7.5.1 Vanilla DayZ server. I got the server running and I can join but if I use www.canyouseeme.org while it is running it does not find the server. I am the only one who can join the server, i have
Code:
//reportingIP = "arma2oapc.master.gamespy.com";           // For Arma2: Operation Arrowhead
steamport = 8766;        //default 8766, needs to be unique if multiple serves on same box
steamqueryport = 27016;    //default 27016, needs to be unique if multiple servers on same box

in my server.cfg. I have the ports 2300-2306, 8765-8767, and 27016 open on TCP & UDP and they are unblocked in the Windows Firewall, inbound and outbound.
I also get the this error but the DB seems to work properly anyway

Code:
Starting MySQL database. Please wait 5-10 seconds.
OK.


Executing spawn script...
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (10061)
OK.


Starting server...
OK.





Launcher created by Pwnoz0r.
Code:
160817 21:16:36 [Note] Plugin 'FEDERATED' is disabled.
160817 21:16:36 InnoDB: The InnoDB memory heap is disabled
160817 21:16:36 InnoDB: Mutexes and rw_locks use Windows interlocked functions
160817 21:16:36 InnoDB: Compressed tables use zlib 1.2.3
160817 21:16:36 InnoDB: Initializing buffer pool, size = 16.0M
160817 21:16:36 InnoDB: Completed initialization of buffer pool
160817 21:16:36 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
160817 21:16:36  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
160817 21:16:36  InnoDB: Waiting for the background threads to start
160817 21:16:37 InnoDB: 1.1.8 started; log sequence number 1772639
160817 21:16:37 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
160817 21:16:37 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
160817 21:16:37 [Note] Server socket created on IP: '0.0.0.0'.
160817 21:16:37 [Note] Event Scheduler: Loaded 0 events
160817 21:16:37 [Note] .\bin\mysqld: ready for connections.
Version: '5.5.29'  socket: ''  port: 3306  MySQL Community Server (GPL)
Any help would be greatly appreciated.

All sorted. Thanks guys.
 
Back
Top