Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Time eror :S

Newbie Spellweaver
Joined
Feb 25, 2014
Messages
56
Reaction score
13
Code:
[04-28 16:38:56,865, 103251] main - INFO  shardstarter.main.a  : Connecting to masterServer 127.0.0.1:9513
[04-28 16:38:56,916, 103302] main - INFO  shardstarter.main.a  : Exchanging protocol version information
[04-28 16:38:57,098, 103484] main - INFO  masterServerConnector.k  : Warning publishing connection is not configured. Skipping.
[04-28 16:38:57,146, 103532] main - INFO  TimeCheck  : Connected to TimeCheck service at 127.0.0.1:9514
[04-28 16:38:57,147, 103533] main - INFO  shardstarter.a  : Shard ID is -1
[04-28 16:38:57,153, 103539] shard-timer-check - INFO  TimeCheck  : Send initial info to TimeCheck
[04-28 16:38:57,258, 103644] shard-timer-check - INFO  TimeCheck  : Close connection to TimeCheck
[04-28 16:38:57,261, 103647] shard-timer-check - ERROR verify  : Thread[shard-timer-check,5,main] failed
system.base.bc: Time is not synced. Setup or check ntp settings. (delta=7972732318480646)
    at shardstarter.b.run(b.java:5)
    at java.lang.Thread.run(Thread.java:722)
[04-28 16:38:57,266, 103652] Thread-2 - INFO  launch.c  : shutting down...

Please help me.
 
Last edited:
Initiate Mage
Joined
Jan 21, 2016
Messages
3
Reaction score
2
This error happens to me because of:
1- Java was getting the wrong time of the system.
2- The timechecker (\server_bin\jars\TimeCheckerEMU.jar) in the 4.02 files do not work all the time, it is implemented wrong, Try this one:View attachment TimeCheckerEMU.zip

Basic, the Shard ask for a time (long) when verifying the time sync, and the original TimeChecker pass a time in String.
 

Attachments

You must be registered for see attachments list
Back
Top