GitSquared / edex-ui

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

UI worked on v2.2.4, but failed on v2.2.5. #980

Closed Joevaen closed 3 years ago

Joevaen commented 3 years ago

Technical information

Using version:

Running on:

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


Problem

First: The UI v2.2.4 worked on my ubuntu 18.04 but v2.2.5 failed. Error looks like below: `$ ./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/qiao/.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:

Whether I use clash or not, it always show "offline" and this error. Could you please tell me what to do in detail?

wrac4242 commented 3 years ago

it looks like you dont have libc accessable, you may need to install lib C

and possibly try running of master branch

GitSquared commented 3 years ago

v2.2.5 just came out yesterday so no need to try out master. The version of libc you're missing is GLIBC_2.28, you'll need to find out why & how to get it.

cmbillman commented 3 years ago

Everything fails after 10 seconds!!!

lapsio commented 3 years ago

I have similar error regarding GLIBC_2.28 on OpenSUSE 15.1.

2.2.4 works for me just fine.

GitSquared commented 3 years ago

v2.2.6 releasing in a few mins with updated glibc