Skip to content

Vanilla 1.19.2 Instance fails to Launch on Linux in GDLauncher Carbon #1630

Open
@klugemonkey

Description

@klugemonkey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions