ich versuche gerade ein Appimage unter Endeavour zu starten und bekomme folgende Fehlermeldung.
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find the native Koffi module; did you bundle it correctly?
at init (/tmp/.mount_EEZ-StNxcZsg/resources/app.asar/node_modules/koffi/index.js:466:15)
at Object.<anonymous> (/tmp/.mount_EEZ-StNxcZsg/resources/app.asar/node_modules/koffi/index.js:610:12)
at Module._compile (node:internal/modules/cjs/loader:1484:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1564:10)
at Module.load (node:internal/modules/cjs/loader:1295:32)
at Module._load (node:internal/modules/cjs/loader:1111:12)
at c._load (node:electron/js2c/node_init:2:16955)
at Module.require (node:internal/modules/cjs/loader:1318:19)
at require (node:internal/modules/helpers:179:18)
at Object.<anonymous> (/tmp/.mount_EEZ-StNxcZsg/resources/app.asar/build/instrument/connection/interfaces/visa-dll.js:1:929)
Unter Debian 12 (VM) läufts out of the box.
Versuche:
--no-sandbox startet dennoch nicht
node und npm ist installiert
npm install koffi hilft auch nicht
Fragen:
Idee was ich hier nachinstallieren muss/kann?
ich dachte Appimage hat alles dabei damit sowas nicht passiert?