Open primus1a opened 2 years ago
Any news on this matter?
Any news on this matter?
Yes, version of Tad 0.10.1 doesn't work either on Ubuntu 22.04, Kernel 18.15, generic. Version 0.9.0 works perfectly. Is there any way around to make it work?
It has an uncaught exception on libssl.so.1.1 here.
I also get this error message
❯ uname -r
5.15.0-48-generic
~ at 16:12:03
❯ killall tad
~ at 16:12:24
❯ tad --help
A JavaScript error occurred in the main process
Uncaught Exception:
Error: libssl.so.1.1: cannot open shared object file: No such file or directory
at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1812)
at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199:18)
at Object.func [as .node] (node:electron/js2c/asar_bundle:5:2039)
at Module.load (node:internal/modules/cjs/loader:988:32)
at Module._load (node:internal/modules/cjs/loader:829:12)
at Function.c._load (node:electron/js2c/asar_bundle:5:13343)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/opt/Tad/resources/app.asar/node_modules/ac-node-duckdb/src/addon-bindings/connection-binding.ts:12:24)
at Module._compile (node:internal/modules/cjs/loader:1116:14)
[9512:1005/161228.495197:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
Me too cannot start tad 0.10.1, nor 0.10.0 on Linux Mint. Version 0.9.0 works ok...
Tad 0.10.0 doesn't work on Ubuntu 22.04, kernel 18.0, generic. Tad 0.9.0 works perfectly, 0.10.0 doesn't even show up. It looks like it loads, few processes are running, but then the app never shows up on the screen.
Running processes are:
tad --enable-crashpad tad --gpu-preferences=... tad --shared-files=V8_context... tad --type=broker tad --type=zygote --enable-crashpad... tad --type=zygote --enable-crashpad... tad --type=zygote --no-zygote-sandbox --enable-crashpad...
Is there any way to solve this issue or should I use the older working version?