This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9417 - Incorrect zlib error message when player disk is full
Attached to Project:
Rockbox
Opened by Dieter P (Dieter_be) - Wednesday, 24 September 2008, 19:33 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Saturday, 13 December 2008, 21:23 GMT+2
Opened by Dieter P (Dieter_be) - Wednesday, 24 September 2008, 19:33 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Saturday, 13 December 2008, 21:23 GMT+2
|
Detailsrbutilqt (v1.0.6-64bit) says "zlib library error" when disk of player is full.
This is an incorrect error and the real problem should be better communicated to the user. See also http://forums.rockbox.org/index.php?topic=18385.0 |
This task depends upon
Closed by Dominik Riebeling (bluebrother)
Saturday, 13 December 2008, 21:23 GMT+2
Reason for closing: Fixed
Additional comments about closing: Rockbox Utility now checks if the drive has enough space (plus some safety, as running out of disk space can cause weird effects in Rockbox).
Saturday, 13 December 2008, 21:23 GMT+2
Reason for closing: Fixed
Additional comments about closing: Rockbox Utility now checks if the drive has enough space (plus some safety, as running out of disk space can cause weird effects in Rockbox).
The message is the error that gets reported by the used unzip class (http://osdab.sourceforge.net/snippets/zip.php). As zlib is causing the error the message is in fact correct, though I agree that it doesn't give a "user-compatible" hint about the reason. This should get improved.