Matt-MX / ServerGUI

A customizable server gui for Velocity servers!
15 stars 1 forks source link

[BUG] Not Working #10

Open belphegorspn opened 1 year ago

belphegorspn commented 1 year ago

I'm currently using the latest ServerGUI and Protocolize. I've had an old config file that always had worked before so I regenerated a new file and tested the new config file replacing only the server they point to but it still has the same problem. It doesn't really have any errors in both the proxy and backend servers but for the client it says Connection Lost: Timed Out . When I type /server, it opens up the GUI but when I click on any server, I just get laggy, then get kicked out. Another player who tested also had the same problem.

Additional Info: I tested the new ServerGUI version with the stable protocolize version now I'm using the latest dev build. I also updated velocity but to no avail.

Here is my old config file: config.txt

Here is my new config file: New Config.txt

I hope I provided enough info and I'd be happy to do some more digging to help.

Matt-MX commented 1 year ago

Are there any errors in console that could help figure out this problem?

trikop commented 1 year ago

same issue, but when I get timed out Velocity doesn't even seem to disconnect me so I can't rejoin

belphegorspn commented 1 year ago

I tried checking in the console logs for the proxy and backends for some errors but there's none. It doesn't kick you from the server immediately as well, as @trikop said. So you get Timed Out and won't be able to join for a while because the server still thinks you're in.

Matt-MX commented 1 year ago

Ah I see the issue I think, it seems that I was creating a connection request before actually pinging the server.

I was also doing this on the main thread, which is no bueno.

xrh0905 commented 1 year ago

Have this got fixed? I see the new commit, I'll try to compile it for testing.

drmessano commented 1 year ago

Any chance we can get a new build (SNAPSHOT or release) with the fix included?

matt-t-jones commented 1 year ago

+1

Matt-MX commented 1 year ago

I do not think the new build even fixes the issue, I haven't had much time to actually test it, I'll do some tests sometime this week and if it's working then I'll release it.