Hello
I am a bit confused after the update yesterday. Before I was able to connect to my server and play without issues. After the update something went wrong.
When I try to start the server it says "<servername> an error has orcuded", but sometimes it starts successfully. When the server is up and I try to join, I'm in the connection loop und nothing happens.
This server isn't public, so I'll don't want to post the IP or Name. Both is valid and the IP is correctly bound in the logfile.
The gameserver is running on Debian Wheezy 64bit and all packeges are uptodate.
Here is what the log says:
Initialize Static Classes...
Constructions initialized!
Food-Definitions initialized!
Crafting-Definitions initialized!
Apr 13, 2015 7:26:12 AM v.g a
INFO: Register BuildDestroyPermission: object.plank
Apr 13, 2015 7:26:12 AM v.g a
INFO: Register BuildDestroyPermission: ores.copper
Apr 13, 2015 7:26:12 AM v.g a
INFO: Register BuildDestroyPermission: world.dirt
Apr 13, 2015 7:26:12 AM v.g a
INFO: Register BuildDestroyPermission: world.stone
Apr 13, 2015 7:26:12 AM v.g c
INFO: Register MainPermission: permission.changespawn
WORLDINFO Seed :1428871832090
WORLDINFO Vegetations :true
WORLDINFO Worldtype :Normal
WORLDINFO Time :2.1.0 15:30:0.26110318
set game time: 2.1.0 15:30:0.26110318
WORLDINFO Spawninventory :2 0 0 23 0 1 -65 -128 0 0 0 1 0 17 0 1 -65 -128 0 0 0 0 0 0
Biomepart generated: 0 - 0
Worldpart generated: 0 - 0
WORLDINFO Spawnposition :256.0 72.0 256.0
WORLDINFO Spawnrotation :0.0 0.0 0.0 1.0
dir does not exist: Worlds/New World/customImages/
0 Furnaces loaded from DB!
WORLDINFO Version :0.5.5.1_16
Worldconverter: Updating not required
STARTING RISING WORLD SERVER...
Server bind to IP: XX:4255
StartUp TcpKernel Port: 4255
StartUp UdpKernel Port: 4255
StartUp UdpKernel Port: 4256
StartUp TcpKernel Port: 4256
StartUp UdpKernel Port: 4257
StartUp TcpKernel Port: 4257
StartUp TcpKernel Port: 4258
RISING WORLD SERVER STARTED
/home/risingworld/server/scripts
HTTP Server bind to IP: XX:4254
Apr 13, 2015 7:26:16 AM server.Main e
INFO: Server successfully authenticated!
****************************** NEW THREAD LOCAL ALLOCATION ******************************
Apr 13, 2015 7:27:21 AM de.jiw.network.kernel.KernelAdapter dispatch
WARNING: Recieved ClientRegisterCompletedMessage from unpending endpoint: 0 message: de.jiw.network.message.ClientRegisterCompletedMessage
TcpKernel gracefully disconnected
Apr 13, 2015 7:28:04 AM de.jiw.network.NetworkServer removeClient
WARNING: No hosted connection found for endpoint 0
Rising World - 0.5.5.1 - Dedicated Server
Linux 2.6.32-26-pve Java 1.8.0_40
Display More
This are my iptables setting for the game:
iptables -A INPUT -p tcp --dport 4254:4259 -j ACCEPT
iptables -A INPUT -p udp --dport 4254:4259 -j ACCEPT
iptables -A OUTPUT -p tcp --sport 4254:4259 -j ACCEPT
iptables -A OUTPUT -p udp --sport 4254:4259 -j ACCEPT
iptables -A INPUT -p tcp --sport 5001 -j ACCEPT
iptables -A INPUT -p udp --sport 5001 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 5001 -j ACCEPT
iptables -A OUTPUT -p udp --dport 5001 -j ACCEPT
But I guess this is right, because I was able to play before.
To complete the server description, I'll give you my server.properties:
#Mon Apr 13 08:04:14 UTC 2015
server_hive_verification=true
server_list_visible=false
server_world_generatecaves=true
server_world_generatevegetations=true
server_world_name=New World
settings_animals_enabled=true
settings_create_worldbackup=true
settings_custom_images_enabled=true
settings_deadnpc_despawntime=250
settings_deadplayers_creategrave=true
settings_deadplayers_despawntime=600
settings_default_gamemode=survival
settings_fixed_spawnpoint=false
settings_flymode_enabled=false
settings_illegal_state_limit=25
settings_item_despawntime=300
settings_max_custom_image_dimension=512
settings_monsters_enabled=true
settings_npc_spawnrate=1.0
settings_number_of_custom_images_per_player=10
settings_pvp_enabled=false
Display More
Does anyone have a clue?
Regards
Glenvan