ModernFix

ModernFix

72M Downloads

`NoClassDefFoundError: net/minecraft/client/sounds/MusicManager`

SettingDust opened this issue ยท 2 comments

commented

I'm not sure whether should it treat as a bug. It causing by Paxi(A global pack loader) loading resource pack on server side. It should not working. But seems that modernfix think the resources are useful?

java.lang.NoClassDefFoundError: net/minecraft/client/sounds/MusicManager
        at java.base/java.lang.Class.getDeclaredFields0(Native Method)
        at java.base/java.lang.Class.privateGetDeclaredFields(Class.java:3297)
        at java.base/java.lang.Class.getDeclaredFields(Class.java:2371)
        at TRANSFORMER/[email protected]/org.embeddedt.modernfix.entity.EntityDataIDSyncHandler.onDatapackSyncEvent(EntityDataIDSyncHandler.ja
va:45)
        at net.minecraftforge.eventbus.ASMEventHandler_7_EntityDataIDSyncHandler_onDatapackSyncEvent_OnDatapackSyncEvent.invoke(.dynamic)
commented

I pushed a commit with the fix; it will be included in the next release. Here is a link to the dev build if you want it sooner: https://github.com/embeddedt/ModernFix/suites/12130798945/artifacts/639546978

commented

Should be fixed.