Sign in to follow this  
Zera

Server Lock on Player Join(s)

Recommended Posts

Everything was running fine and dandy until all of a sudden the server decided to freeze everything to the point where no one could do anything.

A few moments of waiting to see if it was Client or we'd 'catch up' and resume I simply manually restarted the server.

 

This is the error I found in the Console:

Quote

[09:44:12 AM] INFO com.wurmonline.server.players.Player: Tosiek intrateleport to 5948.0,11658.0, 3.7, layer 0 currentTile:null=false reason=many tiles - x:0, y:2 nposx=5949.0947, nposy=11665.366 hasVisionArea=true, initialized=false vehicle=-10

java.lang.Exception

	at com.wurmonline.server.players.Player.intraTeleport(Player.java:7077)

	at com.wurmonline.server.creatures.Communicator.movePlayer(Communicator.java:705)

	at com.wurmonline.server.creatures.Communicator.pollNextMove(Communicator.java:1107)

	at com.wurmonline.server.Server.pollComms(Server.java:2599)

	at com.wurmonline.server.Server.run(Server.java:2477)

	at java.util.TimerThread.mainLoop(Timer.java:555)

	at java.util.TimerThread.run(Timer.java:505)

 

This occured when what seemed like 2 brand new players joined the server at nearly the exact same time.

 

Any tips on what can be done to prevent something like this from occurring again?

Share this post


Link to post
Share on other sites

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
Sign in to follow this