GitSquared / edex-ui

A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
GNU General Public License v3.0
40.61k stars 2.56k forks source link

Error on startup: Module not found #1094

Closed patchicsd closed 3 years ago

patchicsd commented 3 years ago

Technical information

Using version:

Running on:

How comfortable you are with your system and/or IT in general:


Problem

Greetings, I am using a ubuntu 18.04.2 x86_64 machine and i downloaded the corresponding 2.2.7 release. After i chmod the appimage i run it and i get the following terminal output:

▶ start Starting eDEX-UI v2.2.7 ℹ info With Node 12.18.3 and Electron 11.3.0 ℹ info Renderer is Chrome 87.0.4280.141 ▶ Startup Initialized timer... ℹ info Base config dir is /home/patchi/.config/eDEX-UI ☐ pending Mirroring internal assets... ☐ pending Loading settings file... ☐ pending Resolving shell path... ℹ info Shell found at /bin/bash ✔ success Settings loaded! ☐ pending Creating new terminal process on port 3000 innerError Error: Cannot find module '../build/Debug/pty.node' Require stack:

I'd like to notice that libc6 is already installed and updated. Thank you for your time and im looking forward to using this emulator.

wrac4242 commented 3 years ago

issue is with the verstion of libc, it is looking for version 2.28, as described in #1011

GitSquared commented 3 years ago

Getting a libc upgrade on ubuntu 18.04 is going to be a pain, but if you can, you should consider upgrading to ubuntu 20.04, the latest LTS (long term support) version.

See attached image for a helpful list of ubuntu versions and their codenames - you're lagging one LTS release behind. The libc version bundled with 20.04 is 2.31, which should let you run edex with no issues.

Running update-manager -c in a terminal should get you a graphical prompt to begin the upgrade process.