linuxserver / docker-booksonic-air

GNU General Public License v3.0
32 stars 8 forks source link

Does not start with new zlib #10

Closed zerodogg closed 2 years ago

zerodogg commented 2 years ago

After updating the image at some point the last few weeks the container stopped working, I get an java.util.zip.ZipException: invalid entry CRC error. After some searching this seems to be a known issue with newer zlib versions.

Could the image pin an older zlib version until upstream fixes this issue? According to the second linked post above at least version 1.2.11 is supposedly known to work.

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

srd424 commented 2 years ago

Weirdly, it's working fine here.. what architecture are you running on?

srd424 commented 2 years ago

Ah, https://bugs.archlinux.org/task/74371 suggests it's CPU dependent .. heaven knows why. Intel(R) Core(TM) i3-10110U CPU @ 2.10GHz here.

thespad commented 2 years ago

Looks like it's been patched upstream and the Alpine package has been updated https://git.alpinelinux.org/aports/commit/?id=6754a9005594de4243aad9b2744546971078c6c7 so it should get updated automatically on next build.

srd424 commented 2 years ago

Hopefully 8b341e1d69d095ecc5e6720605a87f2ad5708ee9 has sorted it?

thespad commented 2 years ago

Should have done, @zerodogg would need to update & test.

zerodogg commented 2 years ago

Just pulled the latest and it's working again. Thanks :)