You are not logged in.
Pages: 1
Hi all!
When I use Renamer 3.20 to rename big files (>2Gb, they're AVI files from my camcorder), the file size column shows a negative number. Obviously some sort of wrap around. For example: File is 2.61GB in size, but Renamer 3.20 shows it as -1,488,595,920 bytes.
I'm running on WinXP Pro SP2 + hotfixes. Machine is P4 3GHz
Great program by the way. I won't run without it.
Cheers
JohnM
Offline
It is fixed now, it was a small mistake.. ReNamer was actually getting the fileszie correctly, but the procedure which separates thousand - required Integer(32bytes) as the parameter, while filesize>2Gb would be stored as Int64(64bytes), this truncating the number by half when separating thousands.
Fixed, download the Beta version
Offline
I've tried the beta and it works fine. Fast work!
I now have another one for you. This time it's to do with the sorting options. I have a bunch of pictures (jpegs) which when I sort by "created time" all works ok. However, when I sort by "modified time", it doesn't seem to sort correctly. For example, when I select sort by "modified time" ascending, I get entires like this:
Name Time Modified
File1.jpg 13/4/2006 14:33:58
File2.jpg 13/4/2006 14:34:08
File3.jpg 13/4/2006 14:33:16
I hope this makes sense!
Cheers
JohnM
Offline
Sorting by "Modified Time" produced wrong results because of my copy-and-paste mistake
Sometimes, when 2 functionalities are very similar, but don't contain enough code to make a generalized function - it is much easier to copy-and-paste that piece of code, and change few names... Well, I forgot to change one word, and these are the consequences.
It actually sorted by difference not in "Modified Time of File1" and "Modified Time of File2", but by "Modified Time of File1" and "CREATED Time of File2" - which didn't make sense!
Fixed now ;D
Offline
I retried the beta the news is all good.
Thanks again for a great program.
Cheers
JohnM
Offline
Pages: 1