fitz: cannot create context error on 1.1.0 in GUI
Using cbconvert-gui on Linux to convert a PDF into a .cbz with seemingly any settings results in a popup warning message that fitz is unable to create a context. Running cbconvert-gui via the terminal prints out the following information.
cannot create context: incompatible header (1.23.3) and library (1.24.9) versions
convertDocument: fitz: cannot create context
Using 1.0.0 does not have this issue, the PDF converts as expected.
System Configuration OS: Arch Linux x86 Desktop: KDE Plasma Wayland 6.3.4 Kernel Version 6.14.3
I tried running a conversion in the terminal and got an error with a bit more information
"cannot create context: incompatible header (1.23.3) and library (1.24.9) versions"
That binary is probably compiled for shared mupdf library, and they are different versions, cannot check now. Just compile the binary for your distro.