On 14729, still got crash on path/file name with invalid characters, but under slightly different situation as before. This is how I reproduce the crash:mike.dld wrote: This happened today:
1. Add a torrent with destination folder name including any invalid character and start the torrent. Now the torrent will stop instead of crashing the client after a while.
2. Remove the torrent from list(no matter trash with data or not). Wait for the client to do the next update to the "resume" dir under config dir. This is when the client crash.
According to the log, the client still tries to update the state of the torrent with invalid path name every time it's updating the "resume" dir, even though it stopped with an error. Auto replacing the invalid character, as what the unofficial transmission-qt does, would definitely be a better solution.
BTW, the long path naming issue seems to have been fixed.