Can't connect to server after the update

POCKET951

Refugee
after updating the server from 20.3 to 20.5 I get  s tuck at this window and the server never loads. why  isn't it initalized? the server still shows up when I use the 20.3 Browser. 

I type in the servers IP/password and I get stuck here .


Here is the pastebin output when connecting on 20.5(b2) https://pastebin.com/kfBQVKew

Here is the pastebin from when I join the server in the list in 20.3 https://pastebin.com/fS2mq1Qk

image.png 

 
Last edited by a moderator:
Perhaps the server log holds the answer to that question.

Also, did you add the region and lanuguage fields that are required for 20.4 and 20.5?
The server administrator said they did. but that didn't seem to fix it. 

It just copy and pasting these exactly as they are  into the server config.xml right?

<property name="Region" value="NorthAmericaEast" />
<property name="Language" value="English" />

regardless I will probe the admin for the server logs tomorrow. Sorry I am just the middle man 😅

 
Those are the correct lines to add. A question that I have, is it only you having the connection issue or can no one join?

 
It just copy and pasting these exactly as they are  into the server config.xml right?
You would put the closest region to where the server is physically located. Instructions are included in the serverconfig.xml.

I'll copy them here for you.

<property name="Region"                            value="NorthAmericaEast" />    <!-- The region this server is in. Values: NorthAmericaEast, NorthAmericaWest, CentralAmerica, SouthAmerica, Europe, Russia, Asia, MiddleEast, Africa, Oceania -->
    <property name="Language"                        value="English" />            <!-- Primary language for players on this server. Values: Use any language name that you would users expect to search for. Should be the English name of the language, e.g. not "Deutsch" but "German" -->

 
Back
Top