-
-
Couldn't load subscription status.
- Fork 448
Description
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: