|
|
|
|
|
by m_eiman
1119 days ago
|
|
I get this when run with homebrew's openjdk (which is JDK 20, I think): mikaeleiman@iMac ~/D/Setris-1.2_LINUX> java -XstartOnFirstThread -jar setris-desktop-1.0-SNAPSHOT-jar-with-dependencies.jar
[LWJGL] [ThreadLocalUtil] Unsupported JNI version detected, this may result in a crash. Please inform LWJGL developers.
[30.05.23][11:52:12] Loading Assets
[30.05.23][11:52:12] Done.
[30.05.23][11:52:12] Starting UI Subsystem
[30.05.23][11:52:12] Done.
[30.05.23][11:52:12] 0 FPS | 260MB RAM | 8 Threads | Render: 13ms
mikaeleiman@iMac ~/D/Setris-1.2_LINUX>
A window is opened, looks like the title screen with the text "press A". But nothing happens when I press keys, A or others.Maybe related to the LWJGL warning? |
|
Same output and behavior, though.
Also tried with an older JDK (version 17), but that fails to even open a window.