RelativityMC / VMP-fabric

A Fabric mod designed to improve server performance at high playercounts.
MIT License
136 stars 8 forks source link

use_multiple_netty_event_loops Setting causes all recipes in the recipe guide book disappear #36

Open SteveKunG opened 1 year ago

SteveKunG commented 1 year ago

Describe the bug When you connect and disconnect to the server rapidly, all the recipes in the recipe guide book disappear. Unless you restart the server and rejoin for the first time.

To Reproduce Steps to reproduce the behavior:

  1. Start the server
  2. Join the server
  3. Press E to see the recipes, it still display in the guide book
  4. Disconnect and rejoin
  5. Now all the recipes disappear

Expected behavior Recipes in the recipe guide book should appear as expected.

Screenshots 2023-01-26_12 07 16 2023-01-26_12 39 57

Runtime info (please complete the following information):

Crash reports / logs None

Other mods image

Checklist

Additional context Disable use_multiple_netty_event_loops to false fixes this issue.

SteveKunG commented 1 year ago

Things getting weird, testing on my machine a bug doesn't happened. But on the linux server with use_optimized_entity_tracking=false the issue still occurred.

I'm trying to test with binary search for now.

SteveKunG commented 1 year ago

Disable use_multiple_netty_event_loops to false seems to fix the issue. Not by use_optimized_entity_tracking.

ishland commented 1 year ago

Does this happen with only vmp installed?

SteveKunG commented 1 year ago

Hello, After doing more testing on my server it seems to conflict with Krypton. I'll report on Krypton to track an issue. https://github.com/astei/krypton/issues/97