Closed ItIsFelix closed 3 years ago
I have the same Problem. After the update the sever is not in the list.
After updating the client software to 2.21(PS4) the server doesn't show up anymore. Same problem on XBox.
I'm running the phantom ARM version on Raspberry Pi
After updating the client software to 2.21(PS4) the server doesn't show up anymore. Same problem on XBox.
I'm running the phantom ARM version on Raspberry Pi
My phantom version runs on my windows PC.
I had fixed the Problem. The Script returns a wrong Server Version. The Script return Server Version 1.6.0, but the Client want now a newer Version. So I had change the return value to 1.16.210 in Line 201 in internal/proxy/proxy.go.
After the change was my connection successful.
I had fixed the Problem. The Script returns a wrong Server Version. The Script return Server Version 1.6.0, but the Client want now a newer Version. So I had change the return value to 1.16.210 in Line 201 in internal/proxy/proxy.go.
After the change was my connection successful.
I had fed the Problem. The Script returns a wrong Server Version. The Script return Server Version 1.6.0, but the Client want now a newer Version. So I had change the return value to 1.16.210 in Line 201 in internal/proxy/proxy.go.
After the change was my connection successful.
I could need more Info how to fix it. I'm not familiar with building the application. In line 201 I see the following:
I can send you the compiled linux or .exe version ? I have an other state of the script on my PC. I think it's from another fork. So if you want my running version, I would give you an download link for Linux or Windows.
I have only test the windows-version :)
I had fixed the Problem. The Script returns a wrong Server Version. The Script return Server Version 1.6.0, but the Client want now a newer Version. So I had change the return value to 1.16.210 in Line 201 in internal/proxy/proxy.go. After the change was my connection successful.
I had fed the Problem. The Script returns a wrong Server Version. The Script return Server Version 1.6.0, but the Client want now a newer Version. So I had change the return value to 1.16.210 in Line 201 in internal/proxy/proxy.go. After the change was my connection successful.
I could need more Info how to fix it. I'm not familiar with building the application. In line 201 I see the following:
Here is the Link. Donwload-Link
Thanks @bjur4676 !
Unfortunately it's not working.
-bash: ./phantom-linux-arm7: cannot execute binary file: Exec format error
Maybe a 64 - 32 bit problem.
I am wondering if we are the only minecraft gamers in the world using a server without Realms ;-)
I will try to learn to build the program by myself and to find the right code to change with your great hint!
Thanks @bjur4676 !
Unfortunately it's not working.
-bash: ./phantom-linux-arm7: cannot execute binary file: Exec format error
Maybe a 64 - 32 bit problem. I am wondering if we are the only minecraft gamers in the world using a server without Realms ;-) I will try to learn to build the program by myself and to find the right code to change with your great hint!
Do have update the Server? I had try the master version from phantom without any changes and it works. I had update yetser day update my Server to 1.16.210.05.
Do have update the Server? I had try the master version from phantom without any changes and it works. I had update yetser day update my Server to 1.16.210.05.
You are totally right. The master version is working fine.
Problem was an old version of phantom. Updating server, client and phantom to the latest version solved my issue.
After updating the client software to 2.21(PS4) the server doesn't show up anymore. Same problem on XBox.