jhead / phantom

Use your own Minecraft server with your Xbox or PS4 and play with friends!
MIT License
613 stars 76 forks source link

Update 2.21 (PS4 and XBox) Server doesn't show up #143

Closed ItIsFelix closed 3 years ago

ItIsFelix commented 3 years ago

After updating the client software to 2.21(PS4) the server doesn't show up anymore. Same problem on XBox.

bjur4676 commented 3 years ago

I have the same Problem. After the update the sever is not in the list.

ItIsFelix commented 3 years ago

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

bjur4676 commented 3 years ago

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.

bjur4676 commented 3 years ago

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.

ItIsFelix commented 3 years ago

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:

SmartSelect_20210311-222727_Chrome

bjur4676 commented 3 years ago

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 :)

bjur4676 commented 3 years ago

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:

SmartSelect_20210311-222727_Chrome

Here is the Link. Donwload-Link

ItIsFelix commented 3 years ago

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!

bjur4676 commented 3 years ago

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.

ItIsFelix commented 3 years ago

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.

ItIsFelix commented 3 years ago

Problem was an old version of phantom. Updating server, client and phantom to the latest version solved my issue.