Describe the bug
After recent update VSCodium starts with blank screen on Raspberry Pi (Raspbian Linux)
Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Start up application either from menu or from terminal.
Expected behavior
Codium worked perfectly prior to recent update.
Now the application looks like this after start:

Desktop (please complete the following information):
Raspbian Linux (Raspberry OS) running on Raspberry Pi 4 4GB
> uname -a
Linux raspberry 4.19.118-v7l+ #1311 SMP Mon Apr 27 14:26:42 BST 2020 armv7l GNU/Linux
> lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
> codium --version
1.47.1
485c41f9460bdb830c4da12c102daff275415b53
arm
Additional context
I googled the problem. Trying to run codium --disable-gpu does not help.
I also tried removing all configuration files from $HOME (rm -rf ~/.config/VSCodium) which had no effect either.
The OS is updated to most recent stable packages. VScodium is installed via deb package repository
*> cat /etc/apt/sources.list.d/vscodium.list *
deb https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/ vscodium main
Same on Manjaro, Pinebook Pro
Console Log
[alfons@rvx ~]$ vscodium --v
1.47.1
485c41f9460bdb830c4da12c102daff275415b53
arm64
[alfons@rvx ~]$ vscodium --verbose
[main 2020-07-15T20:36:01.317Z] Starting VS Code
[main 2020-07-15T20:36:01.323Z] from: /usr/share/vscodium-bin/resources/app
[main 2020-07-15T20:36:01.324Z] args: {
_: [],
diff: false,
add: false,
goto: false,
'new-window': false,
'reuse-window': false,
wait: false,
help: false,
'list-extensions': false,
'show-versions': false,
version: false,
verbose: true,
status: false,
'prof-startup': false,
'disable-extensions': false,
'disable-gpu': false,
telemetry: false,
logExtensionHostCommunication: false,
'skip-release-notes': false,
'disable-restore-windows': false,
'disable-telemetry': false,
'disable-updates': false,
'disable-crash-reporter': false,
'disable-user-env-probe': false,
'skip-add-to-recently-opened': false,
'unity-launch': false,
'open-url': false,
'file-write': false,
'file-chmod': false,
'driver-verbose': false,
force: false,
'do-not-sync': false,
trace: false,
'force-user-env': false,
'no-proxy-server': false,
nolazy: false,
'force-renderer-accessibility': false,
'ignore-certificate-errors': false,
'allow-insecure-localhost': false
}
[main 2020-07-15T20:36:01.328Z] Resolving machine identifier...
[main 2020-07-15T20:36:01.328Z] Resolved machine identifier: 716c40ec4782369ec53cfa4cf9875aa0474fbf2848c024127c1968a9b16b4787
Error: Could not locate the bindings file. Tried:
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/out/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/out/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/default/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/compiled/12.8.1/linux/arm64/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/release/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/debug/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/default/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/lib/binding/node-v75-linux-arm64/spdlog.node
at bindings (/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/node_modules/bindings/bindings.js:126:9)
at Object.<anonymous> (/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/index.js:3:35)
at Module.o._compile (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:15:956)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)
at Module.load (internal/modules/cjs/loader.js:735:32)
at Module._load (internal/modules/cjs/loader.js:648:12)
at Module._load (electron/js2c/asar.js:717:26)
at Function.Module._load (electron/js2c/asar.js:717:26)
at Module.require (internal/modules/cjs/loader.js:775:19)
at require (internal/modules/cjs/helpers.js:68:18)
at t.load (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:16:369)
at e.load (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:13:586)
at i (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:29:452)
at Object.errorback (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:29:576)
at e.triggerErrorback (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:13:955)
at /usr/share/vscodium-bin/resources/app/out/vs/loader.js:13:659
at /usr/share/vscodium-bin/resources/app/out/vs/loader.js:16:744
at u (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:18:761)
at ReadFileContext.callback (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:18:848)
at FSReqCallback.readFileAfterOpen [as oncomplete] (fs.js:246:13) {
tries: [
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/spdlog.node',
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/Debug/spdlog.node',
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/Release/spdlog.node',
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/out/Debug/spdlog.node',
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/Debug/spdlog.node',
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/out/Release/spdlog.node',
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/Release/spdlog.node',
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/default/spdlog.node',
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/compiled/12.8.1/linux/arm64/spdlog.node',
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/release/install-root/spdlog.node',
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/debug/install-root/spdlog.node',
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/default/install-root/spdlog.node',
'/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/lib/binding/node-v75-linux-arm64/spdlog.node'
],
phase: 'loading',
moduleId: 'spdlog',
neededBy: [ '===anonymous3===' ]
}
[main 2020-07-15T20:36:01.401Z] [storage state.vscdb] open(/home/alfons/.config/VSCodium/User/globalStorage/state.vscdb, retryOnBusy: true)
[main 2020-07-15T20:36:01.406Z] lifecycle (main): phase changed (value: 2)
[main 2020-07-15T20:36:01.409Z] windowsManager#open
[main 2020-07-15T20:36:01.413Z] window#validateWindowState: validating window state on 1 display(s) { mode: 1, x: 810, y: 222, width: 1024, height: 768 }
[main 2020-07-15T20:36:01.414Z] window#validateWindowState: 1 monitor working area { x: 0, y: 0, width: 1920, height: 1044 }
[main 2020-07-15T20:36:01.415Z] window#ctor: using window state { mode: 1, x: 810, y: 222, width: 1024, height: 768 }
[main 2020-07-15T20:36:01.703Z] lifecycle (main): phase changed (value: 3)
[main 2020-07-15T20:36:01.707Z] update#setState idle
[main 2020-07-15T20:36:01.798Z] [storage state.vscdb] open(): Unable to open DB due to Error: Cannot find module '../build/Release/sqlite'
Require stack:
- /usr/share/vscodium-bin/resources/app/node_modules.asar/vscode-sqlite3/lib/sqlite3.js
- /usr/share/vscodium-bin/resources/app/out/bootstrap-amd.js
- /usr/share/vscodium-bin/resources/app/out/main.js
-
Error: Cannot find module './build/Release/keymapping'
Require stack:
- /usr/share/vscodium-bin/resources/app/node_modules.asar/native-keymap/index.js
- /usr/share/vscodium-bin/resources/app/out/bootstrap-amd.js
- /usr/share/vscodium-bin/resources/app/out/main.js
-
at Module._resolveFilename (internal/modules/cjs/loader.js:717:15)
at Function../lib/common/reset-search-paths.ts.Module._resolveFilename (electron/js2c/browser_init.js:7729:16)
at Module._load (internal/modules/cjs/loader.js:622:27)
at Module._load (electron/js2c/asar.js:717:26)
at Function.Module._load (electron/js2c/asar.js:717:26)
at Module.require (internal/modules/cjs/loader.js:775:19)
at n (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:15:731)
at NativeBinding._init (/usr/share/vscodium-bin/resources/app/node_modules.asar/native-keymap/index.js:15:22)
at NativeBinding.onDidChangeKeyboardLayout (/usr/share/vscodium-bin/resources/app/node_modules.asar/native-keymap/index.js:37:10)
at Object.exports.onDidChangeKeyboardLayout (/usr/share/vscodium-bin/resources/app/node_modules.asar/native-keymap/index.js:61:18)
at /usr/share/vscodium-bin/resources/app/out/vs/code/electron-main/main.js:606:294 {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/usr/share/vscodium-bin/resources/app/node_modules.asar/native-keymap/index.js',
'/usr/share/vscodium-bin/resources/app/out/bootstrap-amd.js',
'/usr/share/vscodium-bin/resources/app/out/main.js',
undefined
]
}
[main 2020-07-15T20:36:01.830Z] [storage state.vscdb] open(): Unable to use backup due to Error: ENOENT: no such file or directory, unlink '/home/alfons/.config/VSCodium/User/globalStorage/state.vscdb'
[main 2020-07-15T20:36:01.831Z] [storage] init(): Unable to init global storage due to Error: Cannot find module '../build/Release/sqlite'
Require stack:
- /usr/share/vscodium-bin/resources/app/node_modules.asar/vscode-sqlite3/lib/sqlite3.js
- /usr/share/vscodium-bin/resources/app/out/bootstrap-amd.js
- /usr/share/vscodium-bin/resources/app/out/main.js
-
[main 2020-07-15T20:36:02.001Z] [uncaught exception in main]: Error: Cannot find module '../build/Release/sqlite'
Require stack:
- /usr/share/vscodium-bin/resources/app/node_modules.asar/vscode-sqlite3/lib/sqlite3.js
- /usr/share/vscodium-bin/resources/app/out/bootstrap-amd.js
- /usr/share/vscodium-bin/resources/app/out/main.js
-
[main 2020-07-15T20:36:02.001Z] Error: Cannot find module '../build/Release/sqlite'
Require stack:
- /usr/share/vscodium-bin/resources/app/node_modules.asar/vscode-sqlite3/lib/sqlite3.js
- /usr/share/vscodium-bin/resources/app/out/bootstrap-amd.js
- /usr/share/vscodium-bin/resources/app/out/main.js
-
at Module._resolveFilename (internal/modules/cjs/loader.js:717:15)
at Function../lib/common/reset-search-paths.ts.Module._resolveFilename (electron/js2c/browser_init.js:7729:16)
at Module._load (internal/modules/cjs/loader.js:622:27)
at Module._load (electron/js2c/asar.js:717:26)
at Function.Module._load (electron/js2c/asar.js:717:26)
at Module.require (internal/modules/cjs/loader.js:775:19)
at n (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:15:731)
at Object.<anonymous> (/usr/share/vscodium-bin/resources/app/node_modules.asar/vscode-sqlite3/lib/sqlite3.js:1:77)
at Module.o._compile (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:15:956)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)
at Module.load (internal/modules/cjs/loader.js:735:32)
at Module._load (internal/modules/cjs/loader.js:648:12)
at Module._load (electron/js2c/asar.js:717:26)
at Function.Module._load (electron/js2c/asar.js:717:26)
at Module.require (internal/modules/cjs/loader.js:775:19)
at require (internal/modules/cjs/helpers.js:68:18)
at t.load (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:16:369)
at e.load (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:13:586)
at i (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:29:452)
at Object.errorback (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:29:576)
at e.triggerErrorback (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:13:955)
at /usr/share/vscodium-bin/resources/app/out/vs/loader.js:13:659
at /usr/share/vscodium-bin/resources/app/out/vs/loader.js:16:744
at u (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:18:761)
at ReadFileContext.callback (/usr/share/vscodium-bin/resources/app/out/vs/loader.js:18:848)
at FSReqCallback.readFileAfterOpen [as oncomplete] (fs.js:246:13)
[main 2020-07-15T20:36:02.123Z] getShellEnvironment: running on CLI, skipping
[7927:0715/223602.672441:INFO:CONSOLE(33)] "innerError Error: Cannot find module '../build/Debug/pty.node'
Require stack:
- /usr/share/vscodium-bin/resources/app/node_modules.asar/node-pty/lib/unixTerminal.js
- /usr/share/vscodium-bin/resources/app/node_modules.asar/node-pty/lib/index.js
- /usr/share/vscodium-bin/resources/app/out/vs/code/electron-browser/workbench/workbench.html", source: /usr/share/vscodium-bin/resources/app/node_modules.asar/node-pty/lib/unixTerminal.js (33)
[7927:0715/223602.676322:INFO:CONSOLE(33)] "innerError Error: Cannot find module '../build/Debug/pty.node'
Require stack:
- /usr/share/vscodium-bin/resources/app/node_modules.asar/node-pty/lib/unixTerminal.js
- /usr/share/vscodium-bin/resources/app/node_modules.asar/node-pty/lib/index.js
- /usr/share/vscodium-bin/resources/app/out/vs/code/electron-browser/workbench/workbench.html", source: /usr/share/vscodium-bin/resources/app/node_modules.asar/node-pty/lib/unixTerminal.js (33)
[main 2020-07-15T20:36:05.495Z] Shared process: IPC ready
[7927:0715/223605.527021:INFO:CONSOLE(311)] "Error: Could not locate the bindings file. Tried:
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/out/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/out/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/default/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/compiled/12.8.1/linux/arm64/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/release/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/debug/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/default/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/lib/binding/node-v75-linux-arm64/spdlog.node", source: file:///usr/share/vscodium-bin/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (311)
[7927:0715/223605.567423:INFO:CONSOLE(311)] "Error: Could not locate the bindings file. Tried:
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/out/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/out/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/default/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/compiled/12.8.1/linux/arm64/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/release/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/debug/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/default/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/lib/binding/node-v75-linux-arm64/spdlog.node", source: file:///usr/share/vscodium-bin/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (311)
[7927:0715/223605.567765:INFO:CONSOLE(311)] "Error: Could not locate the bindings file. Tried:
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/out/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/out/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/default/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/compiled/12.8.1/linux/arm64/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/release/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/debug/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/default/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/lib/binding/node-v75-linux-arm64/spdlog.node", source: file:///usr/share/vscodium-bin/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (311)
[main 2020-07-15T20:36:05.568Z] Shared process: init ready
[main 2020-07-15T20:36:31.715Z] update#setState checking for updates
[main 2020-07-15T20:36:31.716Z] RequestService#request https://vscodium.now.sh/api/update/linux-arm64/stable/485c41f9460bdb830c4da12c102daff275415b53
[main 2020-07-15T20:36:32.202Z] Error: Server returned 404
at t.asJson (/usr/share/vscodium-bin/resources/app/out/vs/code/electron-main/main.js:386:619)
at processTicksAndRejections (internal/process/task_queues.js:85:5)
[main 2020-07-15T20:36:32.205Z] update#setState idle
Here is my output:
codium --verbose
main 2020-07-15T22:38:20.168Z] Starting VS Code
[main 2020-07-15T22:38:20.173Z] from: /usr/share/codium/resources/app
[main 2020-07-15T22:38:20.174Z] args: {
_: [],
diff: false,
add: false,
goto: false,
'new-window': false,
'reuse-window': false,
wait: false,
help: false,
'list-extensions': false,
'show-versions': false,
version: false,
verbose: true,
status: false,
'prof-startup': false,
'disable-extensions': false,
'disable-gpu': false,
telemetry: false,
logExtensionHostCommunication: false,
'skip-release-notes': false,
'disable-restore-windows': false,
'disable-telemetry': false,
'disable-updates': false,
'disable-crash-reporter': false,
'disable-user-env-probe': false,
'skip-add-to-recently-opened': false,
'unity-launch': false,
'open-url': false,
'file-write': false,
'file-chmod': false,
'driver-verbose': false,
force: false,
'do-not-sync': false,
trace: false,
'force-user-env': false,
'no-proxy-server': false,
nolazy: false,
'force-renderer-accessibility': false,
'ignore-certificate-errors': false,
'allow-insecure-localhost': false
}
[main 2020-07-15T22:38:20.179Z] Resolving machine identifier...
[main 2020-07-15T22:38:20.183Z] Resolved machine identifier: 7e7340064c7ed8649b8878d3a637d798bd677450b04468ed3fae1fa8e58e2aed
Error: Could not locate the bindings file. Tried:
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/build/spdlog.node
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/build/Debug/spdlog.node
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/build/Release/spdlog.node
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/out/Debug/spdlog.node
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/Debug/spdlog.node
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/out/Release/spdlog.node
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/Release/spdlog.node
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/build/default/spdlog.node
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/compiled/12.8.1/linux/arm/spdlog.node
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/addon-build/release/install-root/spdlog.node
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/addon-build/debug/install-root/spdlog.node
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/addon-build/default/install-root/spdlog.node
โ /usr/share/codium/resources/app/node_modules.asar/spdlog/lib/binding/node-v75-linux-arm/spdlog.node
at bindings (/usr/share/codium/resources/app/node_modules.asar/spdlog/node_modules/bindings/bindings.js:126:9)
at Object.
at Module.o._compile (/usr/share/codium/resources/app/out/vs/loader.js:15:956)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)
at Module.load (internal/modules/cjs/loader.js:735:32)
at Module._load (internal/modules/cjs/loader.js:648:12)
at Module._load (electron/js2c/asar.js:717:26)
at Function.Module._load (electron/js2c/asar.js:717:26)
at Module.require (internal/modules/cjs/loader.js:775:19)
at require (internal/modules/cjs/helpers.js:68:18)
at t.load (/usr/share/codium/resources/app/out/vs/loader.js:16:369)
at e.load (/usr/share/codium/resources/app/out/vs/loader.js:13:586)
at i (/usr/share/codium/resources/app/out/vs/loader.js:29:452)
at Object.errorback (/usr/share/codium/resources/app/out/vs/loader.js:29:576)
at e.triggerErrorback (/usr/share/codium/resources/app/out/vs/loader.js:13:955)
at /usr/share/codium/resources/app/out/vs/loader.js:13:659
at /usr/share/codium/resources/app/out/vs/loader.js:16:744
at u (/usr/share/codium/resources/app/out/vs/loader.js:18:761)
at ReadFileContext.callback (/usr/share/codium/resources/app/out/vs/loader.js:18:848)
at FSReqCallback.readFileAfterOpen [as oncomplete] (fs.js:246:13) {
tries: [
'/usr/share/codium/resources/app/node_modules.asar/spdlog/build/spdlog.node',
'/usr/share/codium/resources/app/node_modules.asar/spdlog/build/Debug/spdlog.node',
'/usr/share/codium/resources/app/node_modules.asar/spdlog/build/Release/spdlog.node',
'/usr/share/codium/resources/app/node_modules.asar/spdlog/out/Debug/spdlog.node',
'/usr/share/codium/resources/app/node_modules.asar/spdlog/Debug/spdlog.node',
'/usr/share/codium/resources/app/node_modules.asar/spdlog/out/Release/spdlog.node',
'/usr/share/codium/resources/app/node_modules.asar/spdlog/Release/spdlog.node',
'/usr/share/codium/resources/app/node_modules.asar/spdlog/build/default/spdlog.node',
'/usr/share/codium/resources/app/node_modules.asar/spdlog/compiled/12.8.1/linux/arm/spdlog.node',
'/usr/share/codium/resources/app/node_modules.asar/spdlog/addon-build/release/install-root/spdlog.node',
'/usr/share/codium/resources/app/node_modules.asar/spdlog/addon-build/debug/install-root/spdlog.node',
'/usr/share/codium/resources/app/node_modules.asar/spdlog/addon-build/default/install-root/spdlog.node',
'/usr/share/codium/resources/app/node_modules.asar/spdlog/lib/binding/node-v75-linux-arm/spdlog.node'
],
phase: 'loading',
moduleId: 'spdlog',
neededBy: [ '===anonymous3===' ]
}
[main 2020-07-15T22:38:20.261Z] [storage state.vscdb] open(/home/dmitry/.config/VSCodium/User/globalStorage/state.vscdb, retryOnBusy: true)
[main 2020-07-15T22:38:20.264Z] lifecycle (main): phase changed (value: 2)
[main 2020-07-15T22:38:20.267Z] windowsManager#open
[main 2020-07-15T22:38:20.272Z] window#validateWindowState: validating window state on 1 display(s) { mode: 1, x: 690, y: 138, width: 1024, height: 768 }
[main 2020-07-15T22:38:20.273Z] window#validateWindowState: 1 monitor working area { x: 0, y: 40, width: 1920, height: 1040 }
[main 2020-07-15T22:38:20.275Z] window#ctor: using window state { mode: 1, x: 690, y: 138, width: 1024, height: 768 }
[main 2020-07-15T22:38:20.789Z] lifecycle (main): phase changed (value: 3)
[main 2020-07-15T22:38:20.791Z] update#setState idle
[19314:0716/013820.843864:ERROR:sandbox_linux.cc(369)] InitializeSandbox() called with multiple threads in process gpu-process.
[main 2020-07-15T22:38:21.183Z] [storage state.vscdb] open(): Unable to open DB due to Error: Cannot find module '../build/Release/sqlite'
Require stack:
I have the same issue after upgrading to version 1.47.1 on my raspberry pi (same specs as reported by dmfed).
Reinstalled earlier version (codium version 1.46.1) in order to keep working. This version seems not to have the same issue.
I have the same issue after upgrading to version 1.47.1 on my raspberry pi (same specs as reported by dmfed).
Reinstalled earlier version (codium version 1.46.1) in order to keep working. This version seems not to have the same issue.
How can I reinstall the previuos version?
Confirm, I have the same issue in Majaro RPi 4.
> codium --version
1.47.2
17299e413d5590b14ab0340ea477cdd86ff13daf
arm
The bug is present in the most recent update as well.
I have the same issue after upgrading to version 1.47.1 on my raspberry pi (same specs as reported by dmfed).
Reinstalled earlier version (codium version 1.46.1) in order to keep working. This version seems not to have the same issue.How can I reinstall the previous version?
This is how I did the reinstallation:
1) Download the source file you want to install from https://github.com/VSCodium/vscodium/releases (for me this was codium_1.46.1-1592564097_armhf.deb). Save this file to /var/cache/apt/archives/
2) Uninstall the previous version: sudo apt-get remove codium
3) Install downloaded version using dpgk: I used following command: "sudo dpkg -i /var/cache/apt/archives/codium_1.46.1-1592564097_armhf.deb"
Same issue here. I'm not sure how to install older versions from AUR packages so I simply downloaded VSCodium-linux-arm64-1.46.1.tar.gz for my Pinebook Pro and run the executable from there. Not ideal but will do for now.
I'm in the same place as with the others; I've installed 1.47.2 with only an empty screen opening up. I use Pinebook Pro with Manjaro.
Just upgraded to 1.47.3-1 and still seems to be the same problem :disappointed:
Is there anyway we can help get this fixed?
Also have this issue 1.47.3-1
Raspberry Pi OS 32 bit has now switched to kernel 5.4 and VSCodium breaks there too.
Same on 1.48 and Manjaro on Pinebook Pro. I tried both the AUR and the package from here. Same results
I am back to 1.46.1 which is the last version that works for me
Same on 1.48 and Raspi 4B armhf. Still not fixed.
@stripedpajamas is there anything we can help to figure out how to get this fixed?
Two things that seem suspicious (but I don't know anything how vscodium works) are
Error: Could not locate the bindings file.Unable to open DB due to Error: Cannot find module '../build/Release/sqlite'--> I don't have sqlite as executable, only sqlite3 not sure if that could be an issue? Maybe related to other system upgrades and not even vscodium?
Here my full console logs
$ vscodium --version
1.48.0
db40434f562994116e5b21c24015a2e40b2504e6
arm64
$ vscodium --verbose
[main 2020-08-18T04:12:36.476Z] Starting VS Code
[main 2020-08-18T04:12:36.482Z] from: /usr/share/vscodium-bin/resources/app
[main 2020-08-18T04:12:36.482Z] args: {
_: [],
diff: false,
add: false,
goto: false,
'new-window': false,
'reuse-window': false,
wait: false,
help: false,
'list-extensions': false,
'show-versions': false,
version: false,
verbose: true,
status: false,
'prof-startup': false,
'disable-extensions': false,
'disable-gpu': false,
telemetry: false,
logExtensionHostCommunication: false,
'skip-release-notes': false,
'disable-restore-windows': false,
'disable-telemetry': false,
'disable-updates': false,
'disable-crash-reporter': false,
'disable-user-env-probe': false,
'skip-add-to-recently-opened': false,
'unity-launch': false,
'open-url': false,
'file-write': false,
'file-chmod': false,
'driver-verbose': false,
force: false,
'do-not-sync': false,
trace: false,
'force-user-env': false,
'open-devtools': false,
'no-proxy-server': false,
nolazy: false,
'force-renderer-accessibility': false,
'ignore-certificate-errors': false,
'allow-insecure-localhost': false
}
[main 2020-08-18T04:12:36.487Z] Resolving machine identifier...
[main 2020-08-18T04:12:36.487Z] Resolved machine identifier: 84175d1c9e2a3bdfe1e84a3c11c97f4694d0ff3146afc888ad5eaab0642e7bc7
Error: Could not locate the bindings file. Tried:
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/out/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/Debug/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/out/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/Release/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/build/default/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/compiled/12.8.1/linux/arm64/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/release/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/debug/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/addon-build/default/install-root/spdlog.node
โ /usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/lib/binding/node-v75-linux-arm64/spdlog.node
at bindings (/usr/share/vscodium-bin/resources/app/node_modules.asar/spdlog/node_modules/bindings/bindings.js:126:9)
at Object.
Looks to me like an issue with native node modules. Perhaps the 1.47.x arm builds failed. Let's check latest builds (1.48.x) as they come in this week to see if issue is resolved.
@stripedpajamas damn you were right, it must have been fixed in the VS Code source... just installed 1.48.1 and it works fine now :tada:
Thanks again for making an ARM build available. I wish others (:roll_eyes: sublime text) would too
@dmfed try the latest release and see if that fixes the issue for you too and this can be closed :slightly_smiling_face:
Works for me I use AUR package what I was having the same issue before now is OK. Great. Thanks
I'm running 1.48.1 and can confirm that the app now works on a Pinebook Pro running Manjaro. Thanks a lot for fixing this!
@dmfed try the latest release and see if that fixes the issue for you too and this can be closed
Sorry I missed your comment earlier. Yep, 1.48.1 works like a charm :) A million thankyous!
Most helpful comment
Just upgraded to 1.47.3-1 and still seems to be the same problem :disappointed:
Is there anyway we can help get this fixed?