Page 1 of 1

TC_X64 Crash when deleting local files (Win10)

Posted: 2019-03-13, 07:37 UTC
by JamesB1976
Hello!

I am experiencing a strange behaviour. TC_x64 crashes on Windows 10 when deleting local files. My colleage has the same problem but with an older version of TC (9.0a), so it seems to be an older problem.

If i switch to the explorer delete method or use TC_x32 its working fine.

This has been working, so maybe there has been an update on windows?

Re: TC_X64 Crash when deleting local files (Win10)

Posted: 2019-03-13, 08:26 UTC
by ghisler(Author)
Deleting is done via OLE2 (IFileOperation->DeleteItem/PerformOperations), so apparently something is wrong with your OLE2 subsystem. It could be a third party extension (e.g. third party recycle bin), error in the registry etc, very difficult to say. You could try to disable the delete method introduced by Microsoft with Windows Vista:
wincmd.ini
[Configuration]
VistaDelete=0

However, it's not certain that this will work because the older delete functions probably call to the same OLE2 functions to delete files.