91
Bug reports / Re: [2.4.0 RC6] Idea/suggestion: about checking VFS integrity...
« Last post by LeoNeeson on November 06, 2023, 04:02:36 AM »...this script tests if the size of the vfs is less than a certain value (255 to be reduced if necessary) and in this case restores the backup...Besides checking VFS's file size, is there some alternative to check VFS integrity? (even if it requires modifying the source code). This is serious, because I think it could be very frustrating loosing a well configured VFS.
ยป Edit: by saying 'checking VFS integrity', I mean comparing what's loaded on memory, versus what is stored on file, before writing the VFS to the disk (of course it would need writing a new function, modifying the source code). An easy source code modification, would be saving a copy of the VFS without compressing (without applying zlib). If the origin of this issue is a bug with zlib, perhaps on those cases, it could be useful (or not, it depends).