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
148 stars 2 forks source link

Simple Voice Chat incompatible ( Same UDP Port ) #16

Closed xR4YM0ND closed 2 years ago

xR4YM0ND commented 2 years ago

latest.log

xR4YM0ND commented 2 years ago

Does Raknetify needs the same port as the server? Or could we open another port for Raknetify

nikijaz commented 2 years ago

Does Raknetify needs the same port as the server? Or could we open another port for Raknetify

"You need to have a UDP port opened at the same port number of your normal server port."

xR4YM0ND commented 2 years ago

I changed "Simple Voice Chat" UDP to another port, now i try Raknetify

ishland commented 2 years ago

Changing port number of raknetify just doesn't sound right or make any sense for me. If you are really looking for an option to change the port number, you have to add an additional JVM flag: -Draknetify.fabric.portOverride=<port> where <port> is the port number you want.

xR4YM0ND commented 2 years ago

All good, Simple Voice Chat allows to change the port to whereever, so now the server starts

Btw my log goes kinda crazy right now with Raknetify, can you quickly look over this pls

latest.log

xR4YM0ND commented 2 years ago

Line 301 Line 324 - 335 Line 516 - 570

ishland commented 2 years ago

L301: This warning can be ignored and can't be removed unfortunately. L324-335: This will be removed in a future release. L525-570: This looks like some other mods leaking memory or just a vanilla bug. It is made visible with raknetify.

xR4YM0ND commented 2 years ago

I have Memory Leak Fix installed

ishland commented 2 years ago

I have Memory Leak Fix installed

Memory Leak Fix doesn't magically fixes everything.

xR4YM0ND commented 2 years ago

could i supress the L525-570 somehow?

ishland commented 2 years ago

Use -Dio.netty.leakDetectionLevel=disabled jvm flag if you really want to silence that but this is usually not recommended.

xR4YM0ND commented 2 years ago

awesome thank you so much <3