Commit cd8306a pushed to master instead of dev, causing ViaRewind-master to be incompatible with ViaVersion-master
buzzcoding opened this issue ยท 2 comments
/viaversion dump
Output
https://dump.viaversion.com/02fdc076abf03b762ded5d3d3dd681831eda534b249f626b213e91eb78a122cd
Console Error
https://paste.gg/p/anonymous/d7ebde7bdcda43e9867cc4cafe34a1f3
Bug Description
The current build of ViaVersion on the dev branch has a change that requires an update in ViaRewind to support running together with it. The needed change is made in ViaRewind commit cd8306a.
However, this change was pushed to ViaRewind-master instead of ViaRewind-dev, when it is a change needed to support ViaVersion-dev. Now, ViaRewind-master depends on ViaVersion 4.8.0-23w32a-SNAPSHOT, and since the change is not in ViaVersion-master, but in ViaVersion-dev, using the latest master builds of the Via* plugins together causes an error that makes ViaRewind disable itself.
Steps to Reproduce
- Create a Paper server
- Install the latest versions of ViaVersion, ViaBackwards, and ViaRewind from https://ci.viaversion.com
- Start the server and watch the console
Expected Behavior
The server should start up with no errors when using the versions which are supposed to be compatible together
Additional Server Info
No response
Checklist
- Via plugins are only running on EITHER the backend servers (e.g. Paper) OR the proxy (e.g. BungeeCord), not on both.
- I have included a ViaVersion dump.
- If applicable, I have included a paste (not a screenshot) of the error.
- I have tried the latest build(s) from https://ci.viaversion.com/ and the issue still persists.
- I have looked at https://www.spigotmc.org/resources/viarewind-legacy-support.52924/ and it does not offer a fix for my problem