Very Many Players (Fabric)

Very Many Players (Fabric)

2M Downloads

Fabric 1.19.2 VMP incompatibility to LevelZ

Kitoglav opened this issue ยท 0 comments

commented

Describe the bug
VMP crashes on start-up when LevelZ mod is installed (probably any mod that has mixin injection into PlayerListS2CPacket but I'm not sure). Problem disappears on removing one of LevelZ or VMP mods

To Reproduce
Steps to reproduce the behavior:

  1. Install LevelZ 1.4.9+1.19.2
  2. See error

Expected behavior

Normal behavior :)

Screenshots

Runtime info (please complete the following information):

  • OS: Windows 10
  • Minecraft version: 1.19.2
  • Mod version: 0.2.0+beta.7.30+1.19.2
  • Mod branch: (fill this if you are not using the default ver branches) ver/1.19.2

Crash reports / logs

https://mclo.gs/sIehqSz or https://pastebin.com/KCYpyKEf

Other mods

check logs
Checklist

  • I am using the official version of the mod.
  • I tried the latest development version but the issue persists.
  • I searched for similar open issues and could not find an existing bug report on this.

Additional context

As I could see, crash occurs cause of RakNet gathering PlayerListS2CPacket class into channel1 set, and this action somehow conflicts to some injectors provided by LevelZ (https://github.com/Globox1997/LevelZ/blob/1.19/src/main/java/net/levelz/mixin/player/PlayerListS2CPacketMixin.java)