System.UnauthorizedAccess error with 2.2.0a4

dshaughnessy

09-09-2009 22:44:59

When the application scans a folder for missing episodes, I get the following error

Description:
Stopped working

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: tvrename.exe
Problem Signature 02: 0.0.0.0
Problem Signature 03: 4a914543
Problem Signature 04: mscorlib
Problem Signature 05: 2.0.0.0
Problem Signature 06: 47577b16
Problem Signature 07: 3404
Problem Signature 08: 15a
Problem Signature 09: System.UnauthorizedAccess
OS Version: 6.0.6001.2.1.0.1296.17
Locale ID: 1033


It does rename, missing, thumbnail checks all successful... just when I add a local drive to search for missing files. This had worked successfully on previous 2.1 version of the application.

I have tried running with regular user as well as "run as administrator" both produce the same error

sstteevvee

11-09-2009 12:33:57

Are you adding the root folder of the local drive, e.g. "c:\" or "d:\" ? It might be trying to get into system folders like "System Volume Information". You should be able to work around (until it is fixed) it by adding only some subfolders, rather than the entire drive.

I'll improve it so that it properly handles this error in the next version I upload.

dshaughnessy

11-09-2009 14:52:22

You are correct.. that is what I was doing. I moved the files to their own folder and updated tvrename to the new location and I am no longer getting an error. Thanks for the reply.