Mod not star in different server types
SrNadien opened this issue · 11 comments
versión 1.20.1
biggerreactors-1.20.1-0.6.0-beta.10.4.jar
phosphophyllite-1.20.1-0.7.0-alpha.0.1.jar
quartz-1.20.1-0.2.0-alpha.0.1.jar
Its supposed to load on the server, this is for accelerating a server side only simulation. That said, it not gracefully failing has been fixed in 1.20.4+. Given that this isn't replicated on Forge, I wont be making a new release just to fix this. If an issue that does prompt a new 1.20.1 version comes up, then the fix will be backported and included in that.
can you provide the log for normal Forge then, and use https://mclo.gs/ for it this time
can you provide the log for normal Forge then, and use https://mclo.gs/ for it this time
same error shown before
forge 47.2.20
thats still using kettingpowered, not normal Forge.
in forge it replicates
It doesn't
Hi there, kettingpowered owner here, the issue was on our end, the server loaded lwjgl to the classpath, which in turn allowed OpenCL to load correctly from the ClUtil class (instead of giving a ClassNotFoundError on normal forge servers) which in turn crashed from not being able to find natives, a good failsafe would be to only allow ClUtil to load on the client, as adding lwjgl to the classpath would replicate this error