-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Install LevelZ 1.4.9+1.19.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
verbranches) ver/1.19.2
Crash reports / logs
https://mclo.gs/sIehqSz or https://pastebin.com/KCYpyKEfOther 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)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working