-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Inconsistency detected by ld.so: dl-lookup.c: 111 #1887
Comments
You should ask trouble shooting questions like this on the JME forum: More people will see it there. You can also include more information, like did you run any of the other tests or did you just randomly start with TestJoyStick and so that's the one you say is broken? |
@HiranChaudhuri as a quick solution, you may use the Adoptium OpenJDK
@MeFisto94 please see https://hub.jmonkeyengine.org/t/ubuntu-22-nb14-jme-3-5-2-stable-error/45724/3?u=ali_rs |
@HiranChaudhuri which java version are you using? Edit: |
I started and picked the TestJoyStick (since I was interested in joystick handling) and thus I claim that one does not work. |
That may be. To be honest, i just launched the process like Apparently my command line got translated into this (this is found on the process list): But when I investigate So it seems I was trying to run on OpenJDK 16, likely the same I get when executing java directly:
|
So how can I fix this? How would I install this lwjgl, or should it be part of the jMonkeyEngine3 package that I downloaded? After all it contains liblwjgl64.so and libopenal64.so. But I am not sure whether they would get used at runtime. |
I am working on this issue and hope we fix it in the next release. But if you want to give it a try, download the liblwjgl64.so.zip and extract the zip file, and copy the Please let me know if it fixed the issue. |
I did that, the result it is a big difference. jMonkeyEngine.jar no longer crashes. I can start the fog example and move the mouse to look around, and in case of the Joystick example it also does not crash but display a windows saying that no joystick was found. |
Thanks for trying it out and reporting the result.
Yes, I believe that is a different issue. |
Fixed in 3e1b823 |
I just downloaded the latest release 3.5.2-stable, unpacked the zip and ran it on my Ubuntu 20.04 system.
On startup a window appeared asking to to choose the test, and I picked TestJoystick.
Then a window asking for display settings appeared, in which I just clicked Continue.
After that I am back to the console with the below output.
Is this an issue with my installation, or is it with JME? What could I look at to get further information?
The text was updated successfully, but these errors were encountered: