Closed armokfine closed 6 months ago
Haha ok, after i read my own Issues it is kinda obvious that it is problem caused by client-side mousewheelie mod. Closing the issue, goodnight. 😄
Sometimes it be like that... thorough issue report though!
I've managed to edit and compile mousewheelie mod to make it work with Zenith by disabling one function that runs on world load (server join). That function iterates through all ItemGroups with RegistryManager and the moment it hits Zenith it breaks... It seems like something is not yet loaded/initialized in Zenith, but mousewheelie wants to access it. So on first log in it is not loaded, but on second one it is, error doesn't occur and voip connects properly.
Without this function it works just fine, which is good but a makeshift solution.
As I said I'm very interested in trying to repair this issue (by not removing functions from other mods haha) but I'm unable to get Zenith to compile. @TheWinABagel could you help me with that?
I know this is a bit of a weird issue, but it so happens that I did my own SMP modpack and discovered that:
it happens everytime when it's your FIRST connection to that server. After you disconnect and connect again voip is working just fine.
Things i ruled out:
Mods versions: zenith_attributes-0.2.4 zenith-1.1.9-1.20.1 fabric-api-0.92.1+1.20.1 fakerlib-0.1.3 voicechat-fabric-1.20.1-2.5.14
As I understand correctly from the log it is this piece of code that's caussing this issue:
Maybe it causes Simple Voice Chat to not load properly on first try? Dunno.
I am willing to try and dig further to repair this issue and do a PR, but sadly gradlew build on this repo gives me (i know some programming but i'm totally noob to gradle and stuff):
If someone can help me with building this project and exporting to .jar it would be great. Or if someone just knows a quick fix to this problem (if that's deleting the "-1" it would be funny) and release a small patch it would be even better.