You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot open /home/runner/work/based-launcher/based-launcher/native/index.node :Error: /home/runner/work/based-launcher/based-launcher/native/index.node: cannot open shared object file: No such file or directory
at Module. (/opt/based-launcher/resources/app.asar/dist/electron/main/index.js:2:289)
at Module._compile (node:internal/modules/cjs/loader:1120:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1175:10)
at Module.load (node:internal/modules/cjs/loader:988:32)
at Module._load (node:internal/modules/cjs/loader:829:12)
at c._load (node:electron/js2c/asar_bundle:5:13343)
at Object. (node:electron/js2c/browser_init:185:3104)
at ./lib/browser/init.ts (node:electron/js2c/browser_init:185:3308)
at webpack_require (node:electron/js2c/browser_init:1:128)
at node:electron/js2c/browser_init:1:1200
distro: arch (btw)
used the latest .pacman file and installed it with sudo pacman -U
The text was updated successfully, but these errors were encountered:
I haven't worked on this in a while, so it's possible it could be fucked in all kinds of ways. Though the last time I was running it, it was on Endeavor, which is also essentially Arch. To be honest I already started working on a successor based on Tauri.
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot open /home/runner/work/based-launcher/based-launcher/native/index.node :Error: /home/runner/work/based-launcher/based-launcher/native/index.node: cannot open shared object file: No such file or directory
at Module. (/opt/based-launcher/resources/app.asar/dist/electron/main/index.js:2:289)
at Module._compile (node:internal/modules/cjs/loader:1120:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1175:10)
at Module.load (node:internal/modules/cjs/loader:988:32)
at Module._load (node:internal/modules/cjs/loader:829:12)
at c._load (node:electron/js2c/asar_bundle:5:13343)
at Object. (node:electron/js2c/browser_init:185:3104)
at ./lib/browser/init.ts (node:electron/js2c/browser_init:185:3308)
at webpack_require (node:electron/js2c/browser_init:1:128)
at node:electron/js2c/browser_init:1:1200
distro: arch (btw)
used the latest
.pacman
file and installed it with sudo pacman -UThe text was updated successfully, but these errors were encountered: