Client classes being loaded on dedicated server on DynResourceGenerator
Alexthw46 opened this issue ยท 7 comments
- supplementaries-1.21-3.0.33-beta-neoforge.jar
- moonlight-1.21-2.17.16-neoforge.jar
- neoforge-21.1-93.jar
Interesting part on the bottom.
Logs error on world load, no crash since the exception is caught, when the Server startup events are fired. Upon inspection it seems that somehow the Client version of DynResourceGenerator is being used, perhaps a subscribe event / listener issue?
More likely to be library's fault than one of the mods using it as dep, but if you need the modlist spl have printed it at the start.
Unrelated, there are also little GLM errors about Supplementaries a bit above that.
Fair question but since it's a dedicated server issue i can't meddle freely with modlist as in general issues, may take a while to setup the stuff to check
real issue is one of my mod or one of another mod that uses dynamic generator system is registering a client reloader on server side too
noticeable other one i see that depends on selene is everycomp, which i also have to update a bit apparently
Nope, can't manage to reproduce on a smaller set of mods. Is there any way of dumping the list of registered reloaders, like a quick custom jar of moonlib so i can drop that on the server where it occurs?