Hello,
I created a few CBZ archives a while ago with a batch script and could open them with Sumatra just fine.
Now I notice that I can’t open them anymore. I think I upgraded my version to v3.2 a week or so ago. The files used to work before but I haven’t had much time to read things after I updated, so my assumption would be that the update is the cause for this.
The format of the files that are converted to CBZ doesn’t matter. (tried JPG,PNG,WEBP)
If I manually zip a folder with 7-zip and rename it to .cbz it works.
If I use the batch script that I wrote it doesn’t work anymore.
The batch is a simple:
for /d %%X in (*) do “D:\Tools\7-Zip\7z.exe” a -mx “%%X.cbz” “%%X*”
Is there some way to diagnose in more detail why it isn’t able to open the files anymore?
Thank you.
Edit:
I tried this fix [Fixed in 3.2] Error loading cbr comic files in older 3.1.2 , downloading and placing the UnRAR64.dll to the Sumatra folder, but it didn’t change anything.
And since it works with manually created cbz archives I assume the issue lies somewhere else.