» Welcome Guest
[ Log In :: Register ]

 

[ Track this topic :: Email this topic :: Print this topic ]

Topic: Bug crashes windows explorer, When right click on a locked file< Next Oldest | Next Newest >
jml
Unregistered





Posted: Nov. 13 2003,21:50

When right click on a file in windows explorer, the explorer crashes if the file is set "read-accessible" and "locked" by other program.
I use Windows API to test it:
Code Sample
HANDLE testfile = CreateFile("test.file", GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
LockFile(testfile, 0, 0, GetFileSize(testfile, NULL), 0);


If I uninstall Mp3/Tag Studio or just remove the register key:
"KEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Mp3TS ShEx"
Then verything is fine. So I think this could be Mp3/Tag Studio's problem.

Use Mp3/Tag Studio 3.05
OS: Windows XP SP1
Back to top
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: Nov. 14 2003,01:00

Thanks for the info, I will take a look at it.

--------------
Software author and website owner
Back to top
Profile PM WEB 
1 replies since Nov. 13 2003,21:50 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]