-
aur/joplin 1.0.179-1
-
Arch Linux
-
The console window is just white, when I try to run joplin-desktop with flags.txt ->
--open-dev-tools --log-level debug
The desktop app is freezing up after a while of usage. I can still edit text, but it does not save on exit or show any changes in the rendered ‘window’. Synchronizing also freezes.
I get following errors in the terminal both when the app starts (while still working):
[13391:0216/151348.932608:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
(node:13395) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information
(node:13395) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information
(electron) 'getName function' is deprecated and will be removed. Please use 'name property' instead.
And after a while when the problem occurs I get this again:
ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
Google doesn’t give me much other than hinting at the Compositor error or hardware acceleration.