sudo apt-get install libc6
and this lib is already here.
Problem
`tools/eDEX-UI-Linux-x86_64.AppImage
▶ 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/jsamson/.config/eDEX-UI
☐ pending Mirroring internal assets...
☐ pending Loading settings file...
☐ pending Resolving shell path...
ℹ info Shell found at /usr/bin/zsh
✔ success Settings loaded!
☐ pending Creating new terminal process on port 13000
innerError Error: Cannot find module '../build/Debug/pty.node'
Require stack:
at Module._resolveFilename (internal/modules/cjs/loader.js:972:15)
at Function.n._resolveFilename (electron/js2c/browser_init.js:249:921)
at Module._load (internal/modules/cjs/loader.js:848:27)
at Function.f._load (electron/js2c/asar_bundle.js:5:12738)
at Module.require (internal/modules/cjs/loader.js:1032:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object. (/tmp/.mount_eDEX-UAkG2uq/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js:31:15)
at Module._compile (internal/modules/cjs/loader.js:1152:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10)
at Module.load (internal/modules/cjs/loader.js:992:32) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/tmp/.mount_eDEX-UAkG2uq/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js',
'/tmp/.mount_eDEX-UAkG2uq/resources/app.asar/node_modules/node-pty/lib/index.js',
'/tmp/.mount_eDEX-UAkG2uq/resources/app.asar/classes/terminal.class.js',
'/tmp/.mount_eDEX-UAkG2uq/resources/app.asar/_boot.js',
undefined
]
}
(node:5108) UnhandledPromiseRejectionWarning: Error: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.28' not found (required by /tmp/.org.chromium.Chromium.dD20F7) at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1812) at Object.Module._extensions..node (internal/modules/cjs/loader.js:1203:18) at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2039) at Module.load (internal/modules/cjs/loader.js:992:32) at Module._load (internal/modules/cjs/loader.js:885:14) at Function.f._load (electron/js2c/asar_bundle.js:5:12738) at Module.require (internal/modules/cjs/loader.js:1032:19) at require (internal/modules/cjs/helpers.js:72:18) at Object.<anonymous> (/tmp/.mount_eDEX-UAkG2uq/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js:27:11) at Module._compile (internal/modules/cjs/loader.js:1152:30) (node:5108) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag--unhandled-rejections=strict(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:5108) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Hello! Big fan of Edex ui ! Thanks a lot!
Technical information
Using version:
master
(running from GitHub-published source code, currentlyv2.2.8-pre
)latest
(latest release, currentlyv2.2.7
)vX.X.X
(specify other version)Running on:
How comfortable you are with your system and/or IT in general:
I also run this command:
sudo apt-get install libc6
and this lib is already here.Problem
`tools/eDEX-UI-Linux-x86_64.AppImage ▶ 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/jsamson/.config/eDEX-UI ☐ pending Mirroring internal assets... ☐ pending Loading settings file... ☐ pending Resolving shell path... ℹ info Shell found at /usr/bin/zsh ✔ success Settings loaded! ☐ pending Creating new terminal process on port 13000 innerError Error: Cannot find module '../build/Debug/pty.node' Require stack:
at Module._resolveFilename (internal/modules/cjs/loader.js:972:15) at Function.n._resolveFilename (electron/js2c/browser_init.js:249:921) at Module._load (internal/modules/cjs/loader.js:848:27) at Function.f._load (electron/js2c/asar_bundle.js:5:12738) at Module.require (internal/modules/cjs/loader.js:1032:19) at require (internal/modules/cjs/helpers.js:72:18) at Object. (/tmp/.mount_eDEX-UAkG2uq/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js:31:15)
at Module._compile (internal/modules/cjs/loader.js:1152:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10)
at Module.load (internal/modules/cjs/loader.js:992:32) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/tmp/.mount_eDEX-UAkG2uq/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js',
'/tmp/.mount_eDEX-UAkG2uq/resources/app.asar/node_modules/node-pty/lib/index.js',
'/tmp/.mount_eDEX-UAkG2uq/resources/app.asar/classes/terminal.class.js',
'/tmp/.mount_eDEX-UAkG2uq/resources/app.asar/_boot.js',
undefined
]
}
(node:5108) UnhandledPromiseRejectionWarning: Error: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.28' not found (required by /tmp/.org.chromium.Chromium.dD20F7) at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1812) at Object.Module._extensions..node (internal/modules/cjs/loader.js:1203:18) at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2039) at Module.load (internal/modules/cjs/loader.js:992:32) at Module._load (internal/modules/cjs/loader.js:885:14) at Function.f._load (electron/js2c/asar_bundle.js:5:12738) at Module.require (internal/modules/cjs/loader.js:1032:19) at require (internal/modules/cjs/helpers.js:72:18) at Object.<anonymous> (/tmp/.mount_eDEX-UAkG2uq/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js:27:11) at Module._compile (internal/modules/cjs/loader.js:1152:30) (node:5108) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:5108) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.