BiggerSeries / BiggerReactors

GNU Lesser General Public License v2.1
12 stars 16 forks source link

Mod not star in different server types #95

Closed SrNadien closed 4 months ago

SrNadien commented 4 months ago

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

latest (11).log

SrNadien commented 4 months ago

@RogueLogix

RogueLogix commented 4 months ago

Does it work with normal Forge?

SrNadien commented 4 months ago

Does it work with normal Forge?

not same error

RogueLogix commented 4 months ago

can you provide the log for normal Forge then, and use https://mclo.gs/ for it this time

SrNadien commented 4 months ago

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

SrNadien commented 4 months ago

https://mclo.gs/pM6YGHP

RogueLogix commented 4 months ago

thats still using kettingpowered, not normal Forge.

SrNadien commented 4 months ago

thats still using kettingpowered, not normal Forge.

in forge it replicates

JustRed23 commented 4 months ago

thats still using kettingpowered, not normal Forge.

in forge it replicates

It doesn't

JustRed23 commented 4 months ago

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

RogueLogix commented 4 months ago

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.