Printable Version of Topic
-Brading Software Message Board +--Forum: Mp3/Tag Studio Support and Bug Reports +---Topic: Bug crashes windows explorer started by jml Posted by: jml on 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); ---------------------CODE SAMPLE------------------- 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 Posted by: Magnus Brading on Nov. 14 2003,01:00 Thanks for the info, I will take a look at it. end |