Latest Dev Builds Break Simple Voice Chat
DrBurgerMaster opened this issue · 3 comments
Describe the bug
The latest dev builds break Simple Voice Chat (SVC). (Players cannot connect to the voice server).
No errors appear in the console related to this issue.
Previous builds work with SVC but builds 557 or greater seem to be incompatible with the plugin.
Build 548 and previous work, however errors appear in chat (known & fixed in dev builds)
549-556 cannot be tested as these builds do not allow players to connect on 1.19 servers (known & fixed in 557)
To Reproduce
- Install the Simple Voice Chat spigot plugin
- Configure the Voice Server / Ports
- Restart Server & Join (Voice Chat works)
- Install ProtocolLib build 557 or greater
- Restart and join (Voice Chat no longer works)
Expected behavior
Simple Voice Chat and ProtocolLib are not expected to have conflicts
Version Info
https://pastebin.com/0dyG54a9
As from your dump I cannot see any dependency of SVC on ProtocolLib. That means that (most likely) SVC tries something which is incompatible with PLib. Please report that to them (the last dev builds change some stuff related to channel injection, maybe that is a reason 🤷 )