Milad Alizadeh
Milad Alizadeh
I switched to development branch. I can now build fine but when I try to open a PDF I get: ``` render glyph failed err=62 face=0x5ada6587b770, glyph=51 zsh: segmentation fault...
It also happens when I try `sioyek-git` package in Arch's AUR.
(I'd stick with the .appimage but the latest release is 18 months old)
I deleted both files and still get the same error 🤔
> Does this happen with all pdf files? Yes it happens with all PDFs. > You may also want to remove last_document_path.txt file. Made no difference > Another thing is...
I'm building it myself. Do I just add `CONFIG+=debug` to the build command? (thanks for all the help btw 🫡)
I'm not 100% sure I did the debug build correctly but I'm now getting this: ``` cannot create context: incompatible header (1.22.0) and library (1.24.2) versions could not create mupdf...
ah that's strange. I thought I was using the mupdf in the repo. this is my build step: ``` build() { cd "sioyek/mupdf" make USE_SYSTEM_HARFBUZZ=yes cd .. qmake6 CONFIG+=linux_app_image pdf_viewer_build_config.pro...
aaah! Let me try again! Thanks!
that worked and turns out you were right; it's my database after all 😵💫