"File in use" uncaught exception during torrent piece check #2

Open
opened 2022-10-21 21:54:15 +03:00 by bmn · 0 comments
bmn commented 2022-10-21 21:54:15 +03:00 (Migrated from github.com)

When running Link to Torrent > Check Pieces, LL will crash silently if one of the data files is in use.

I got this when I had a torrent application open, seeding from one folder of hardlinked data and also downloading to a folder that had previously been initialised with Link to Torrent (don't know whether one or both was responsible).

Occurs at
https://github.com/Radioo/LincleLINK/blob/fe0287453637f69be77f34277ac4a4190344ffa8/LincleLINK/Logic/MainWindowLogic.cs#L622

Error:

System.IO.IOException: 'The process cannot access the file 'path\to\LinkleLink\db\E13CAB130F2C395C5306219DC4D4E6F0.ifs' because it is being used by another process.'

When running Link to Torrent > Check Pieces, LL will crash silently if one of the data files is in use. I got this when I had a torrent application open, seeding from one folder of hardlinked data and also downloading to a folder that had previously been initialised with Link to Torrent (don't know whether one or both was responsible). Occurs at https://github.com/Radioo/LincleLINK/blob/fe0287453637f69be77f34277ac4a4190344ffa8/LincleLINK/Logic/MainWindowLogic.cs#L622 Error: > System.IO.IOException: 'The process cannot access the file 'path\to\LinkleLink\db\E13CAB130F2C395C5306219DC4D4E6F0.ifs' because it is being used by another process.'
Sign in to join this conversation.