DBC:Errors/DBC-E012: Difference between revisions

From Dirty Cache Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:
An I/O error happened reading/writing to <file> caused DBCollect to abort.
An I/O error happened reading/writing to <file> caused DBCollect to abort.


Solution: Submit a bug report.
Solution:
 
If the I/O error is "Permission Denied", see if it can be fixed with <code>chmod</code> on the file or directory.
 
Otherwise, submit a bug report.
 
{{PrevNext|DBC:Errors/DBC-E011|DBC:Errors/DBC-E013}}
{{PrevNext|DBC:Errors/DBC-E011|DBC:Errors/DBC-E013}}

Latest revision as of 14:28, 9 December 2024

[DBC-E012] I/O error in <file>: message

An I/O error happened reading/writing to <file> caused DBCollect to abort.

Solution:

If the I/O error is "Permission Denied", see if it can be fixed with chmod on the file or directory.

Otherwise, submit a bug report.