nowrep / obs-vkcapture

OBS Linux Vulkan/OpenGL game capture
GNU General Public License v2.0
508 stars 25 forks source link

Running into LinkageError when trying to use obs-gamecapture on minecraft #146

Closed emaxoda closed 1 year ago

emaxoda commented 1 year ago

when i try to use obs-gamecapture with minecraft 1.19.4 (openjdk17) it seems to trigger the same bug that mangohud had here https://github.com/flightlessmango/MangoHud/issues/906

Error: LinkageError occurred while loading main class org.prismlauncher.EntryPoint java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-17-openjdk/lib/libnio.so: /usr/lib/jvm/java-17-openjdk/lib/libnio.so: undefined symbol: reuseport_available

this is how they fixed it https://github.com/flightlessmango/MangoHud/pull/947

nowrep commented 1 year ago

Does #147 help?

emaxoda commented 1 year ago

Yes, it does fix the issue with java and LD_LIBRARY_PATH Screenshot_20230417_200636