Tuxguitar doesn’t work anymore and I don’t know what to do…reinstall does not work.
Here’s the terminal.
[iwakura@iwakura-hp290g4microtowerpc ~]$ tuxguitar
Errore: LinkageError durante il caricamento della classe principale org.herac.tuxguitar.app.TGMainSingleton
java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-11-openjdk/lib/libnio.so: /usr/lib/jvm/java-11-openjdk/lib/libnio.so: undefined symbol: reuseport_available
It is a known bug and the workaround is mentioned in the first comment on the AUR page.
bug
https://bugs.archlinux.org/task/77183
AUR page:
https://aur.archlinux.org/packages/tuxguitar
"Just edit tuxguitar.sh and append a line
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib/jvm/default/lib/server
will perfectly solve my problem."