TC_X64 Crash when deleting local files (Win10)

Please report only one bug per message!

Moderators: white, Hacker, petermad, Stefan2

Post Reply
JamesB1976
Junior Member
Junior Member
Posts: 4
Joined: 2014-04-24, 08:46 UTC

TC_X64 Crash when deleting local files (Win10)

Post 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?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: TC_X64 Crash when deleting local files (Win10)

Post 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.
Author of Total Commander
https://www.ghisler.com
Post Reply