Re: [E-devel] Detecting corrupt eet files.

2012-04-18 Thread Cedric BAIL
On Wed, Apr 18, 2012 at 5:59 PM, Carsten Haitzler wrote: > On Wed, 18 Apr 2012 15:40:39 +1000 David Seikel said: >> Does eet use a checksum or anything to detect if eet files got >> corrupted?  If so, how does the app find out about it?  eet_data_read() >> returning NULL? > > no checksums. if com

Re: [E-devel] Detecting corrupt eet files.

2012-04-18 Thread The Rasterman
On Wed, 18 Apr 2012 15:40:39 +1000 David Seikel said: > Does eet use a checksum or anything to detect if eet files got > corrupted? If so, how does the app find out about it? eet_data_read() > returning NULL? no checksums. if compressed, decompression of a data segment fails and u get NULL. if

[E-devel] Detecting corrupt eet files.

2012-04-17 Thread David Seikel
Does eet use a checksum or anything to detect if eet files got corrupted? If so, how does the app find out about it? eet_data_read() returning NULL? If not, is there an easy way to checksum all the data, so I can do it myself? Using the serialization stuff, with lists, variable arrays, sub stru