GitSquared / edex-ui

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

Can not run E-DEX on Elementary OS. #1022

Closed chobotnice007 closed 3 years ago

chobotnice007 commented 3 years ago

Technical information

Using version:

Running on:

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


Problem

I decided to install E-DEX-UI on Elementary OS. I am running Elementary OS 5.1.7 Hera which is based on Ubuntu 18.04.4 LTS. I downloaded the latest. AppImage and set up permission for executing for me. I run E-DEX but nothing displayed. The process is still running. I don't know how to fix that.

wrac4242 commented 3 years ago

hey, can you try building from source, just to see if its an issue in the appimage

chobotnice007 commented 3 years ago

hey, can you try building from source, just to see if its an issue in the appimage

I tried by it failed. Npm have problem with installing dependencies.

wrac4242 commented 3 years ago

can you send the log / output of the failing part

chobotnice007 commented 3 years ago

can you send the log / output of the failing part

Yes `chobotnice@Tomas-Linux:~/eDEX-UI$ ./eDEX-UI-Linux-x86_64.AppImage ▶ start Starting eDEX-UI v2.2.5 ℹ info With Node 12.16.3 and Electron 10.2.0 ℹ info Renderer is Chrome 85.0.4183.121 ▶ Startup Initialized timer... ℹ info Base config dir is /home/chobotnice/.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:

wrac4242 commented 3 years ago

see #997, same issue

chobotnice007 commented 3 years ago

I can not find this dependence GLIBC_2.28.

wrac4242 commented 3 years ago

i believe it is included in the build essentials package, however you may need to refer to some of the messages in #997 if you are still having issues