cbconvert icon indicating copy to clipboard operation
cbconvert copied to clipboard

fitz: cannot create context error on 1.1.0 in GUI

Open aquova opened this issue 8 months ago • 2 comments

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

aquova avatar Apr 24 '25 13:04 aquova

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"

reddeath68 avatar Apr 30 '25 11:04 reddeath68

That binary is probably compiled for shared mupdf library, and they are different versions, cannot check now. Just compile the binary for your distro.

gen2brain avatar Apr 30 '25 11:04 gen2brain