Exotic Blocks

Exotic Blocks

50.3k Downloads

Crash on dedi server when wedges are placed

LemmaEOF opened this issue ยท 2 comments

commented

Exotic Blocks 0.4.70+1.14.4, Exotic Matter 1.6.249, JOML Mod 1.0.0+build.8

Whenever a wedge block is placed on a dedicated server, the game will crash with java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: org/joml/Vector3f. It looks like this is because something is trying to call JOML server-side, even though JOML is client-only.

commented

Thanks for the report. There's nothing in JOML itself that should really prevent it from running server-side. In this case it's being used (or was meant to be used) for transforming server-side collision volumes. Was probably a mistake to mark it client-only. Will take a look.

commented

Fixed in grondag/exotic-matter-2@0d2c391

Thanks again for the report.