Steven Hé (Sīchàng)
Steven Hé (Sīchàng)
> Does the error happen on the preview build here: https://github.com/ahrm/sioyek/releases/tag/sioyek3-alpha0? Yes, it still crashes with null pointer dereference. Here is the crash report from Apple. ```jsonc ------------------------------------- Translated Report...
> Is it with fresh database files (`local.db` or `shared.db`)? Or are you using the old database files? Those are old database files from my previous laptop. I moved both...
No, the database files are instead in `~/Library/Application Support/sioyek/`, as running `sioyek` shows. I removed the old `local.db` and now the list of previously opened files opens instantly. `local.db` was...
Okay, if I remove `local.db`, the sioyek3-alpha0 build opens and seems to run normally. Is there any way to migrate the database file? However, now I recall why I switched...
Thanks for the pointer. I migrated `shared.db` and put `local.db` back. Now it does not SegFault on start, but still hangs for a while every time I open the list...
I guess it is Qt taking forever to render the scrolldown menu, since it also freezes my tiling window manager Yabai (macOS built-in display server is alpha quality). Yes, I...
Thanks for checking it out and the tip. Setting `multiline_menus 0` does not improve performance for me. I guess I will just clean up my history. I will open a...
Okay, sorry for the stupidity regarding copying. I just needed to press ctrl c instead of command c.
> I guess I will just clean up my history. It is still very slow. I reduced the list to around 40 and it still takes 3 seconds to open....
Looks like it is a Qt problem on this new Mac. I built development and main branches and both are slow. The official 2.0.0 release from 2022 is also slow....