coolsimulations / SurvivalPlus-Lightsabers

A Minecraft Mod which adds lightsabers from Star Wars with SurvivalPlus
0 stars 2 forks source link

[1.14.4-0.1.2] crashes dedicated server with unsatisfiedlink error #1

Closed kreezxil closed 4 years ago

kreezxil commented 4 years ago
report name paste
crash-2019-11-11_17.59.18-server.txt http://paste.ubuntu.com/p/hZ552vhZxm/
crash-2019-11-11_18.02.51-server.txt http://paste.ubuntu.com/p/rVb3pgbPPK/
coolsimulations commented 4 years ago

Didn't see this until just now. The issue is because I've made it so that when you login to a world it plays a sound "Hello There". It's been tested and works on MacOS and Windows 10 but I didn't realise it didn't work on Linux. Thanks for reporting, I will look into resolving this issue.

coolsimulations commented 4 years ago

Fixed with version 0.1.3 cba59325ce8338a809340645fab91b1a364c6d90 by making the sound client side as well as adding a config option in SurvivalPlus.

coolsimulations commented 3 years ago

Permanently fixed with https://github.com/coolsimulations/SurvivalPlus-Lightsabers/commit/eb831392fb7a253bff2ddf5cb85499d112f33ed0. Turns out this crash occurs due to the java dependency sun.audio not being included in most java forks such as OpenJDK.