The best solution for finding and removing duplicate files.
Sniper_X
Post
by Sniper_X » Thu Feb 26, 2009 10:09 pm
THe program crashes on my Win2k3 server.
Crases every time.
Anonymous
Post
by Anonymous » Thu Feb 26, 2009 10:10 pm
any ideas anyone?
Anonymous
Post
by Anonymous » Thu Feb 26, 2009 10:10 pm
any ideas anyone?
DV
Post
by DV » Fri Feb 27, 2009 8:41 am
Possibly a permissions issue - make sure DC has elevated permissions, and try running it on a small subset of files to see if it works.
Sniper_X
Post
by Sniper_X » Sat Feb 28, 2009 5:33 pm
No change in behavior.
It merely hits the JITD as the comparison starts.
DV
Post
by DV » Mon Mar 02, 2009 8:52 am
Try running with a non-CRC check (ie file size). if it runs then the problem is with the CRC check code. It has unmanaged machine code calls and means the program probably needs elevated permissions.
DV
Post
by DV » Mon Mar 02, 2009 9:12 am
Turning off DEP might cure it (I think this applies to Server 2003 as well as vista). google "turn off DEP for one program"