RelativityMC / raknetify

A Fabric mod / Velocity plugin / BungeeCord plugin that uses RakNet to improve multiplayer experience significantly under unreliable and rate-limited connections.
MIT License
152 stars 2 forks source link

1.20.1 Unable to connect to server #38

Closed exalented closed 1 year ago

exalented commented 1 year ago

Describe the bug connection timed out on client when using raknet; prefix

To Reproduce Steps to reproduce the behavior:

  1. Attempt to connect using raknet
  2. See error

Expected behavior Client logs in and is in-game.

Runtime info:

Checklist

Additional context Perhaps I'm not fully understanding how to get this setup. Please let me know if I may be missing something or how I can test in a better way. The server info is able to be displayed fine when using the raknet; prefix on the client. The fact the server reports UDP server is started on /0.0.0.0:25565 lets me know the raknet server should be working correctly.

ishland commented 1 year ago

The fact the server reports UDP server is started on /0.0.0.0:25565 lets me know the raknet server should be working correctly.

Raknetify should show Starting raknetify server on /.... rather than that. Also you might have some mods that interferes with the server ping so it still shows as online.

Casmin7 commented 1 year ago

Same thing here, although i get the Starting raknetify server on /....

exalented commented 1 year ago

Only after creating the issue here I find out the server hadn't loaded the plugin. Sorry for the issue spam. Thanks for your help and for the great mods ishland.