- Status Closed
- Percent Complete
- Task Type Bugs
- Category Rbutil
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by Dieter_be - 2008-09-24
Last edited by bluebrother - 2008-12-13
Opened by Dieter_be - 2008-09-24
Last edited by bluebrother - 2008-12-13
FS#9417 - Incorrect zlib error message when player disk is full
rbutilqt (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.
Closed by bluebrother
2008-12-13 20:23
Reason for closing: Fixed
Additional comments about closing:
2008-12-13 20:23
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).
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
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.