-
Hi! :-)
I compiled and run it on opensuse v11.1 x64, but it can't see the cds.
It gives me this error message:
"An error occurred:
Directory /mnt/cdrom not found.
Please change the CD mount point in the Preferences window.".
2009-09-28 07:21:46 UTC by elf_wizard
-
when I try to install the .debs i get the message: "Error: Dependency is not Satisfiable: libgconf2.0-cil (>= 2.7.90)"
if I try to compile the source i get: "No package 'sqlite3' found" even thou i installed the packs sqlite and sqlite3.
2009-05-16 13:41:59 UTC by nobody
-
Corrected patch:
diff -rc org/src/DB.cs cdcollect-0.6.0/src/DB.cs
*** org/src/DB.cs 2006-11-24 18:12:13.000000000 +0100
--- cdcollect-0.6.0/src/DB.cs 2008-03-27 23:47:33.000000000 +0100
***************
*** 212,217 ****
--- 212,218 ----
dir = new DirectoryInfo(dirname);
int nfiles = 0;
+ try{
if (dir.Exists) {.
2008-03-27 22:47:52 UTC by ptabor
-
diff -r -c org/src/DB.cs cdcollect-0.6.0/src/DB.cs
*** org/src/DB.cs 2006-11-24 18:12:13.000000000 +0100
--- cdcollect-0.6.0/src/DB.cs 2008-03-27 23:29:43.000000000 +0100
***************
*** 212,217 ****
--- 212,218 ----
dir = new DirectoryInfo(dirname);
int nfiles = 0;
+ try{
if (dir.Exists) {.
2008-03-27 22:39:04 UTC by ptabor
-
This is definitely related somehome to sqlite database. After deleting the cd database becomes somehow broken. This can be fixed in the following way:
sqlite3 cds3.db .dump | sqlite3 tmp.db
mv tmp.db cds3.db
After this hack next instance of cdcollect imports a cd without any problem.
2007-12-17 19:47:54 UTC by serge_gavrilov
-
To reproduce the bug you need
1) Start fresh cdcollect (0.6.0)
2) Import CD (with thumbnail generation)
3) Delete this CD from the database (by means of cdcollect menu)
4) Exit cdcollect
5) Start cdcollect
6) Import CD
cdcollect will crash
Mono 1.2.6; sqlite 3.5.3
Stacktrace:
at (wrapper managed-to-native) Gtk.Application.gtk_main_iteration_do (bool)
at...
2007-12-17 17:46:50 UTC by nobody
-
To reproduce:
* Create a CD with a rar archive with a file foo in dir1 and dir2.
* Import the CD.
CDCollect will output the following on the console:
/tmp/tmp7311f8db.tmp/foo already exists. Overwrite it ?
[Y]es, [N]o, [A]ll, n[E]ver, [R]ename, [Q]uit.
2007-12-08 07:42:16 UTC by ibr
-
Started from a terminal window, CDCollect prints output (like archive extraction progress from subprocesses) to the console.
I would like CDCollect to gather the output somewhere and present it if anything fails and the user presses the respective button, or discard it if no problems occur.
2007-12-08 07:27:28 UTC by ibr
-
To reproduce:
* Create a CD with a Unix socket and Rock Ridge extensions.
* Import it.
CDCollect will hang consuming 100% of CPU time.
Workaround: mount with -o norock (some Rock Ridge data will be lost).
2007-12-08 07:19:47 UTC by ibr
-
Hi,
i've installed CDCollect 0.6.1 from the source tarball with configure and dh_make. No Errors, noch Problems.
First time the program have started and all looks right. Sometimes later, i doesn't change something at my system, i get this Terminal output and CDCollect crashs before its opened.
(Sry for my english, not my natural language)
~$ cdcollect
Unhandled Exception...
2007-08-02 14:17:38 UTC by nobody