question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cannot run on Ubuntu 19.10

See original GitHub issue

when I try to run the launcher.sh contained in the .zip file downloaded from the releasepage the followed prompt occurs:

Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)’ failed!

this is the java version: openjdk 11.0.6 2020-01-14 OpenJDK Runtime Environment (build 11.0.6+10-post-Ubuntu-1ubuntu119.10.1) OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Ubuntu-1ubuntu119.10.1, mixed mode, sharing)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
metaphorecommented, May 14, 2020

It looks like a problem with LWJGL2 LibGDX’s backend, its codebase generally outdated and relies on some functionality that is outdated and banned in modern JRE/JVM releases. Migration to LWJGL3 is not that a big deal, but the problem is some parts of the app needs to be updated/reworked due to missing AWT implementation for LibGDX in that backend. I’ll put it on the roadmap. This will take a while since I cannot spend too much time on this project right now, so I’d recommend setting up an environment to run the app through dedicated JRE (version < 9).

1reaction
silviogamescommented, Dec 27, 2020

4.9.0 works perfectly now on Ubuntu!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ubuntu 19.10 - cannot run .desktop files
I believe all you have to do is right click on the .desktop file on the Desktop, and click Allow Launching . enter...
Read more >
Error when running apt update on Ubuntu 19.10 - Linode
When trying to update my Linode running Ubuntu 19.10, I'm getting the following errors: ``` Err:8 http://security.ubuntu.com/ubuntu ...
Read more >
Cannot run on Ubuntu 19.10, page 1 - Forum - GOG.com
When trying to run on Ubuntu 19.10, I get a mess of different missing library errors. ./NecroDancer: error while loading shared libraries: ...
Read more >
Can't run on ubuntu 19.10 · Issue #113 · amethyst/evoli · GitHub
Hello. I think I have an issue with your running your game and I can't figure out why. Here is what I get:...
Read more >
Hi, Unable to install python in Ubuntu 19.10 - Stack Overflow
While trying the download python package in ubuntu 19.10, got this error. Tried sudo apt-get update, but of no use. How can I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found