Skip to content

[6.0] It is impossible to debug the generated IntelliJ IDEA run configurations on Linux #972

@Jonathing

Description

@Jonathing

I am completely unable to run debug in my IDE using the run configurations on Linux. After doing some shallow research, I'm led to believe that the run configurations are not handled in the same way as the JavaExec tasks are. This is because LWJGL complains about an unsupported JNI version, which I was able to debug as value 0x150000. This is not a real JNI version. If you are on Linux and are crashing on startup when the window opens on attempting to run debug on the generated client IDE run configuration, this is why.

There's no fix to the problem, but the workaround is to simply debug the runClient task itself. The server run config works fine in debug because the server does not use an LWJGL window.

My plan for FG7 is still to ditch IDE run configs in favor of the tasks themselves, so this is more of an informational issue in case others have had this same issue and don't know what's up.

See also:

Metadata

Metadata

Assignees

No one assigned

    Labels

    FG6This request is for FG 6won't fixIssue is not a real issue or not something worth fixing

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions