Describe the bug
I tested the application in Rocky Linux 8.5 (an exact clone of RedHat 8.5) and it fails to start.
To Reproduce
Steps to reproduce the behavior:
- execute the application from command line
- the main window shows up but it is empty (white). Only the toolbar shows up, and in the console I can read the following error message:
10:12:46.268 › Config: {
"channel": "latest"
}
Config: {
"channel": "latest"
}
libva error: va_getDriverName() failed with unknown libva error,driver_name=(null)
[17661:0318/101246.356847:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
Channel: latest
(node:17619) UnhandledPromiseRejectionWarning: Error: An object could not be cloned.
at EventEmitter.t.ipcRendererInternal.send (node:electron/js2c/renderer_init:85:328)
at EventEmitter.<anonymous> (node:electron/js2c/renderer_init:81:357)
(Use `anytype2 --trace-warnings ...` to show where the warning was created)
(node:17619) 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)
after that the menu is responsive, but nothing works as expect, even the quit command closes the UI but the program is left running and needs to be terminated with a double CTRL-C.
Expected behavior
The app starting.
System Information:
- OS: e.g. Rocky Linux 8.5 (RedHat clone) - Kernel: 4.18.0-348.7.1.el8_5.x86_64
- Device Manufacturer/Model: custom built PC (CPU AMD Ryzen 3700X)
- Anytype Version: e.g. 0.24.0
Additional context
On the same hardware, in dual boot, with Ubuntu the application works correctly.