I get an error saying RangeError The Value “1150729458” is invalid for option “size” at Function.alloc (buffer.js373:3) while it scans my folders. Does anyone know if this is an error saying my collection is too big or a particular file is too big or is something else not working? This is happening in the new 1.2.0 version. Thank you for any insights.
twalker this because you have a file with more than 1Gb of size and it does not fit into the memory buffer.
Though that is still a bug - application should not crash in those cases. This rash will be fixed in next release.
Andrey this bug is fixed in 1.2.1 - it should not crash of such a large files (but it will consider them as broken images).