From 4199363c9043cc197f42112a8c2c254f22749b1c Mon Sep 17 00:00:00 2001 From: Florian Bach Date: Sat, 18 Dec 2021 15:18:57 +0100 Subject: [PATCH] Add E_IO_ZIP_INFLATE_BUF_ERROR --- Adobe-error-codes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Adobe-error-codes.md b/Adobe-error-codes.md index 4a897d8..b7e4ea7 100644 --- a/Adobe-error-codes.md +++ b/Adobe-error-codes.md @@ -307,6 +307,10 @@ Currently there's no information about this error. This occurs during book download if ADE cannot write to the temporary file. Check the access rights, maybe try restarting ADE or your computer, then try again. +### E_IO_ZIP_INFLATE_BUF_ERROR + +This error happens when ADE cannot successfully decompress a ZIP file because the buffer byte at the end is missing. This is usually supposed to be handled by the zlib library, so if you see this error message something is probably wrong with zlib. + ### E_LIC_ALREADY_FULFILLED_BY_ANOTHER_USER This error means exactly what it says in the error name - you're trying to fulfill a book that's already licensed to another user. Maybe you mixed up different AdobeIDs, or your authorization has changed between the first fulfillment of the book and the current attempt.