GDLauncher icon indicating copy to clipboard operation
GDLauncher copied to clipboard

Vanilla 1.19.2 Instance fails to Launch on Linux in GDLauncher Carbon

Open klugemonkey opened this issue 11 months ago • 0 comments

Instance is crashing from Exception java.lank.UnsatisfiedLinkError: Native library (com/sun/jna/win32-x86-64/libjnidispatch.so) not found in resource path

Looks like GDLauncher Carbon is failing to launch a Vanilla 1.19.2 instance, because it's trying to load a Linux library from a Windows arch path "win32-x86-64" instead of "linux-x86-64". The existing path in the jna-5.10.0.jar only has jnidispatch.dll and no libjnidispatch.so obviously.

This is reproducable on a linux install oof GDLauncher Carbon, just create a Vanilla 1.19.2 instance, play and observe the logs.

Expected behavior Finds the correct path for the .so file for the linux system

os: Linux arch: X86_64 java version: 17.0.15ea minecraft: 1.19.2 loader: N/A gdlauncher: 2.0.24

klugemonkey avatar Mar 30 '25 04:03 klugemonkey