No Error Contexts are not implemented for NeoForge
mrmangohands opened this issue ยท 4 comments
Bug Description
The mixin in core/WindowMixin was updated and commented out during the multiloader merge, may need further changes
https://github.com/CaffeineMC/sodium-fabric/blob/acb25b4e10961dd5ad0149e6fe6536519cc8d521/common/src/main/java/net/caffeinemc/mods/sodium/mixin/core/WindowMixin.java#L13
This was disabled due to the weirdness surrounding NeoForge's early window, and the fact that a separate path needs to be used there. I can work on this later.
We probably can't get this fixed in a reasonable time window for Sodium 0.6, since NeoForge complicates things with their early window initialization. The important thing is making sure that our Fabric builds still have this functionality.
I have already fixed Fabric support in 1744347.