-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LWJGL2 Tests failing #3
Comments
More investigation: There also weren't any changes to this repository, the only thing I could imagine is the bintray issue or the engine updating gradle files/gradle versions, but still this repositories gradle version (gradle 6) is more recent than the current one on the engine. |
I think this is a symptom of jMonkeyEngine/jmonkeyengine#1247 IIRC more modern versions of the jvm/ubuntu fixed the assertion in LD, plainly refusing to load the native library. |
I can confirm that newer builds of OpenJDK no longer hang with the LD issue, instead throwing an error. |
https://github.com/jMonkeyEngine/jmonkeyengine/actions/runs/929511145
Apparently from a quick look the lwjgl2 context doesn't even properly start, because the logging output stops after printing the jme version and keeps locking the jvm for every test.
If you look at the results from lwjgl3, there you can see multiple contexts spinning up.
The text was updated successfully, but these errors were encountered: