ViaVersion / ViaProxy

Standalone proxy which allows players to join EVERY Minecraft server version (Classic, Alpha, Beta, Release, Bedrock)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attempting to join gives error

ev1l1203 opened this issue · comments

commented

Whenever I join the proxy (bound to 127.0.0.1:25568 and goes to play.purpleprison.net:25565) on MC 1.20.6, it gives me the following error:

"Internal Exception: io.netty.codec.DecoderException: Recieved unknown packet id -1"

And I do not know what this is, nor how to fix it.
I do have a dump created, it is here if that helps.

Console log:

[15:44:07] [main/INFO] (ViaProxy) Initializing ViaProxy GUI v3.2.2 (git-ViaProxy-3.2.2:01c94f8) (Injected using Launcher Agent)...
[15:44:07] [main/INFO] (ViaProxy) Using java version: Java HotSpot(TM) 64-Bit Server VM 17.0.11 (Oracle Corporation) on Windows 10
[15:44:07] [main/INFO] (ViaProxy) Available memory (bytes): 8535408640
[15:44:07] [main/INFO] (ViaProxy) Working directory: C:\Users*******\Desktop\vp
[15:44:07] [Via-Mappingloader-0/INFO] (ViaVersion) Loading block connection mappings ...
[15:44:08] [main/INFO] (ViaBackwards) Loading translations...
[15:44:08] [main/INFO] (ViaBackwards) Registering protocols...
[15:44:08] [main/INFO] (ViaRewind) Registering protocols...
[15:44:08] [main/INFO] (ViaBedrock) Started resource pack HTTP server on http://127.0.0.1:54930/
[15:44:08] [main/INFO] (ViaVersion) ViaVersion detected lowest supported version by the proxy: 1.7.2-1.7.5 (4)
[15:44:08] [main/INFO] (ViaVersion) Highest supported version by the proxy: 1.20.5-1.20.6 (766)
[15:44:09] [main/INFO] (ViaProxy) ViaProxy started successfully!
[15:44:11] [Via Async Scheduler 0/INFO] (ViaVersion) Finished mapping loading, shutting down loader executor!
[15:44:58] [Thread-3/INFO] (ViaProxy) Starting proxy server
[15:44:58] [Thread-3/INFO] (ViaProxy) Binding proxy server to 0.0.0.0:25568
[15:45:22] [ForkJoinPool.commonPool-worker-2/INFO] (ViaProxy) [CONNECT] (127.0.0.1:54974 | null) [1.20.5-1.20.6 <-> 1.20.5-1.20.6] Connecting to play.purpleprison.net:25565
[15:45:22] [Netty NIO Client IO #0/INFO] (ViaProxy) [DISCONNECT] (127.0.0.1:54974 | gl1tchy1203) Connection closed
[15:45:39] [ForkJoinPool.commonPool-worker-2/INFO] (ViaProxy) [CONNECT] (127.0.0.1:54992 | null) [1.20.5-1.20.6 <-> 1.20.5-1.20.6] Connecting to play.purpleprison.net:25565
[15:45:39] [Netty NIO Client IO #1/INFO] (ViaProxy) [DISCONNECT] (127.0.0.1:54992 | gl1tchy1203) Connection closed
via dump
[15:45:48] [Via Async Task 0/INFO] (ViaVersion) We've made a dump with useful information, report your issue and provide this url: https://dump.viaversion.com/f548a157e78dc26b9b1e7566263e9bbec1175ae76e98567fc46b31e45a68ff79

Please help!!

Check if the error is fixed with the latest dev build: https://ci.viaversion.com/view/Platforms/job/ViaProxy/

commented

Check if the error is fixed with the latest dev build: https://ci.viaversion.com/view/Platforms/job/ViaProxy/

Sooo the version and stuff I used was on a test enviornment (Windows 10 with java 17) but my runtime enviornment is raspbian with java 21 and with that one it never says the green text that says it's running and after it kept giving me that error it just times out :c

Upload the log

commented

Upload the log

https://mclo.gs/F0NRWjf

You never connected to the proxy because you stopped it after starting it

commented

You never connected to the proxy because you stopped it after starting it

I tried but it just times out

Make sure to connect to 127.0.0.1:25565 as thats the bind address you configured. To see the green text make the GUI larger

commented

Make sure to connect to 127.0.0.1:25565 as thats the bind address you configured. To see the green text make the GUI larger

So the text appears now, meaning it's running, but even on the Pi itself on 127.0.0.1:25565 I get timed out.

Can you record a video. I am not sure how else to debug this any further as its working for me on Windows

commented

https://file.io/GvaoUwGEOfVM

This link should download the recording

This almost certainly is a system misconfiguration as thats the first report of such an issue (And I just confirmed that it works for me on Windows 10). Can you check if the original error is fixed by running it in your Windows 10 environment instead of the Pi.

commented

This almost certainly is a system misconfiguration as thats the first report of such an issue (And I just confirmed that it works for me on Windows 10). Can you check if the original error is fixed by running it in your Windows 10 environment instead of the Pi.

I did try it, and on Windows 10 it does indeed work. So I guess this is something with my Pi that I can probably debug on my own.

If you found the fix for the Pi you can mention it here in case anyone else has the same issue in the future