All of a sudden, whenever I shut down Bit Comet…when I start it up again ALL of my download tasks have been removed. I have replaced them several times, but everytime I have to shut the program down the tasks dissapear when I restart. EVERY SINGLE FILE IS REMOVED. Which means I am no longer seeding anything either.
Anyone else have this prob??? I have been using this program for 8 months or so, & this has NEVER happened before! Any help would be greatly appreciated. I don’t want to have to change Torrent programs…BUT I am NOT going to add all my tasks & files more than ONE MORE TIME!!
Also, since you didn’t read this (obvious by its absence), I can only say that your tasks are stored in the file “downloads.xml”, which is stored in the program directory. If BitComet can’t write to that file for any reason, then the tasks don’t get saved. The most-often seen reason for not being able to write to this file is usually a permission problem, with either the file or the progam directory. Another possible reason is that the file has been set to “Read-only” mode.
Which means I am no longer seeding anything either.
I’m not sure if you are referring to the tasks, themselves, or the contents of the torrents - they’re stored in the downloads directory that you specify in your Preferences.
I fooled around with thn easier way to replace the files without having to re-locate the files online again. I’m hoping this fixed the situation.
As for the seeding…When my files disapeared…I meant they were no longer in my dowloads folder or connected to the prog in ANY WAY. At any rate…I think I fixed er’
Well you didn’t clearly specify that Bitcomet deletes your tasklist EVERY TIME you close Bitcomet. This is what you mean now, right? If that is the case, than it means that for whatever reason cannot save the downloads.xml file in the program folder. This would happen because Bitcomet can’t write in the file (i.e. the file is readonly or a bunch of other reasons).
Since as you said, you have formatted the system drive that implies you have also installed a fresh copy of a operating system and a new set of application of which everyone could interfere with that. Only you know what changes you have made to the system and for that reason it rests mostly on you to figure out what is going on and why Bitcomet can’t write this file.
erm i did specify when i close bitcomet and return, the tasks disappeared. the files .bc! stlll exists but the tasks in the program are no longer there.
but thanks for the answer anyways
guess i have to play with windows settings then, perhaps disabling UAC or related might help… @.@
Hmm… :rolleyes: I’m not sure if you are a native English speaker but if you analyze closely the first statement of the phrase you made in italics, you will see it’s obviously grammatically incorrect. I just assumed you missed two “-ed” in “close” and “return” just like many other members of this forum who aren’t exactly friends with the English language.
It would probably help if you spent some time on the idea of how BitComet handles its task list.
The basic idea is that BC writes the task list to a file, “downloads.xml”, located in the program directory. When BC starts up again, then if it has been told to do so in the P/O/W, it reads this file and loads the tasks named therein, from the torrent copies that it keeps in the /torrents folder, also off of the program directory.
Anything that interferes with any part of that sequence, will generate the “disappearing task” issue. If the file can’t be written, then of course BC can’t read what isn’t there, when it restarts. If the file is set to “read-only”, then BC can’t update it, so when it reads the file at restart, tasks started since won’t be there. If you’ve deleted a torrent from the /torrents folder, BC hasn’t got a task to actually start. If BC is running under an account that lacks permission to do any of these things, there will be problems. If the account BC is running under CHANGED since last time, there will be problems.
When you understand what the process is, you can anticipate problems and think of solutions for them.
i manage to find these cmd and take ownership of the bitcomet folder and my problem is solved.
in case anyone want those code they’re here:
takeown /f directory_name /r /d y
icacls directory_name /grant administrators:F /t
Replace file_name or directory_name with actual file name or folder name, with path when applicable. The first command will take ownership of the file or folder specified, and the second command will grant full control permissions to administrators user group. Note that when using command for folders, to command will run recursively. To prevent the task been perform recursively, remove the “/r” and “/t” switch.
Edit by Staff: This advice is not accurate for all windows versions. To properly diagnose the reason your downloads.xml file is not updating we need to know your windows version, and user accounts settings. TuuS