NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 1132 1133 1134 1135 1136 … 1231 Next »
video archiver error

 
  • 0 Vote(s) - 0 Average
video archiver error
darrin75
Offline

Senior Member

Posts: 558
Threads: 103
Joined: Nov 2004
#1
2004-12-19, 08:12 AM
c:\system volume information is denied..What Do i do??
surveyor
Offline

Junior Member

Posts: 46
Threads: 21
Joined: Dec 2004
#2
2004-12-19, 08:32 AM
You can't use "System Volume Information" for any storage. Can you explain a little bit more, what the problem is?
darrin75
Offline

Senior Member

Posts: 558
Threads: 103
Joined: Nov 2004
#3
2004-12-19, 09:08 AM
No matter where i put my videoarchive, i put mine of course in the skin/blue/archive folder. It still say c: system volume info denied. i don't know...How exactly and where do you put everything.
surveyor
Offline

Junior Member

Posts: 46
Threads: 21
Joined: Dec 2004
#4
2004-12-19, 09:24 AM
I have generated folders for each plug-in on another harddisk and set this folders in the plug-in-properties.
darrin75
Offline

Senior Member

Posts: 558
Threads: 103
Joined: Nov 2004
#5
2004-12-19, 11:11 AM
Maybe i misleading you??
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#6
2004-12-19, 12:26 PM
goto windows explorer, see if you can see C:\system volume ... if its not there goto tools\folder options\view and uncheck "hide protected operating system files". the directory should now be present, right click on it goto properties, uncheck read only. this might fix it, if it doesnt, you'll have to talk to the developer, ive never used the plugin. but its just throwing an exception whilst trying to read it or something, my plugins where throwing an exception at the same place, i just caught it via code.
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#7
2004-12-20, 06:04 AM
Can you be more specifc as to the error? If you send you gbpvr.exe.log and archiver.log file maybe I can figure it out.

Reven, what was the similiar problem you had in your plug-in and how did you fix it?

Thanks

Jeff
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#8
2004-12-20, 06:14 AM
there error was when i was a doing a recursive search for image files, so when i was accessing that directory it threw an exception. i just threw a try{}catch(Exception) around it. the exception was thrown, but caught before it caused any problems.
Guest

Unregistered
 
#9
2004-12-20, 06:49 AM
Thanks. Given a root directory for the user's archive and DVDs, I do a scan of all the sub directries under it. Even if the archive folder was specifed as being under a subdirectory, if the DVD drive was specified as C: I suppose I would hit the C:\system volume folder.

If this is what is going on, the quick "fix" would be to avoid the problem by specifing storage folders that are sub directries off of C:. I will try to duplicate the problem here to see if that causes the problem.

Jeff
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#10
2004-12-20, 06:54 AM
just throw a try catch around the code that is scanning each directory, so if its a loop
for(int i=0;i<dirs.length;i++)
try{
ScanDirectory();
}catch(Exception){};

since there maybe other folders, files etc that will cause the same problem.



« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Composite Source using Hauppauge PVR500 gives sound but no video DukeBrymin 1 3,090 2012-02-03, 02:41 AM
Last Post: slowtech
  VMR9 Error message cristovao 7 5,903 2012-01-31, 07:35 AM
Last Post: SLR_65
  Two Channels Without Video skycyclepilot 5 3,576 2011-10-29, 07:49 PM
Last Post: sub
  Zehd's Video Library Slick Skin Snooze 0 2,256 2011-09-03, 01:09 AM
Last Post: Snooze
  New Machine (probably old problems), Video Render Options jvcleave 12 5,511 2011-02-01, 08:37 AM
Last Post: stustunz
  No Video in PVRX2 GUI TonySmith35 13 5,070 2011-01-09, 10:31 PM
Last Post: steevo
  "Failed to submit the Tune Request to the Network Provider" Error? jksmurf 4 2,508 2010-12-17, 02:09 PM
Last Post: jksmurf
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,567 2010-11-11, 11:59 PM
Last Post: classpro
  Can't cure the Error: 1904 problem rkircher 1 1,892 2010-11-10, 07:22 AM
Last Post: stustunz
  Attempts to play .dvd files in Video Library results in PVRX2 not responding Jwbrit 2 2,069 2010-11-04, 11:37 PM
Last Post: Jwbrit

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode