New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/30189#issuecomment-818116844 Comment: It's working, but it seems to only launch a visible screen the second time I call it; the first one it just prints some errors to the terminal and gets stuck there. While that's running, if I launch it in another terminal a window appears, otherwise it just seems to be inactive. ``` ~ ➜ element-desktop Keytar unexpected error: Error: Module did not self-register: '/tmp/.org.chromium.Chromium.KhebCp'. at process.func [as dlopen] (electron/js2c/asar.js:140:31) at Object.Module._extensions..node (internal/modules/cjs/loader.js:1196:18) at Object.func [as .node] (electron/js2c/asar.js:149:18) at Module.load (internal/modules/cjs/loader.js:981:32) at Module._load (internal/modules/cjs/loader.js:881:14) at Function.Module._load (electron/js2c/asar.js:779:28) at Module.require (internal/modules/cjs/loader.js:1023:19) at require (internal/modules/cjs/helpers.js:77:18) at Object. (/usr/lib/element-desktop/resources/app.asar/node_modules/keytar/lib/keytar.js:1:14) at Module._compile (internal/modules/cjs/loader.js:1145:30) Seshat unexpected error: Error: The module '/tmp/.org.chromium.Chromium.pALjkd' was compiled against a different Node.js version using NODE_MODULE_VERSION 87. This version of Node.js requires NODE_MODULE_VERSION 82. Please try re-compiling or re-installing the module (for instance, using `npm rebuild` or `npm install`). at process.func [as dlopen] (electron/js2c/asar.js:140:31) at Object.Module._extensions..node (internal/modules/cjs/loader.js:1196:18) at Object.func [as .node] (electron/js2c/asar.js:149:18) at Module.load (internal/modules/cjs/loader.js:981:32) at Module._load (internal/modules/cjs/loader.js:881:14) at Function.Module._load (electron/js2c/asar.js:779:28) at Module.require (internal/modules/cjs/loader.js:1023:19) at require (internal/modules/cjs/helpers.js:77:18) at Object. (/usr/lib/element-desktop/resources/app.asar/node_modules/matrix-seshat/lib/index.js:15:16) at Module._compile (internal/modules/cjs/loader.js:1145:30) /home/ericonr/.config/Element exists: no /home/ericonr/.config/Riot exists: yes Using legacy user data path: /home/ericonr/.config/Riot No update_base_url is defined: auto update is disabled (node:10627) UnhandledPromiseRejectionWarning: TypeError: mainWindow.webContents.session.setSpellCheckerEnabled is not a function at App. (/usr/lib/element-desktop/resources/app.asar/src/electron-main.js:947:36) (node:10627) 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:10627) [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. ```