buggraveman - Bugs: bug #17849, Can not add large file to data dvd

 
 

bug #17849: Can not add large file to data dvd

Submitter:  None
Submitted:  Mon 25 Sep 2006 09:17:42 PM UTC
   
 
Severity:  3 - Normal Status:  None
Assigned to:  None Originator Name:  radino
Open/Closed:  Open Release:  * 0.3.12
Fixed Release:  None cdrecord version: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 19 Jan 2007 04:13:50 PM UTC, comment #3: 

Same problem but that fix makes graveman segfault on startup for me. )-:

Anonymous
Thu 30 Nov 2006 07:24:51 PM UTC, comment #2: 

I've found a way to fix this. First open the Makefile that its under src directory, look for this:

AM_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/at$
              -DDATA_DIR=\""$(datadir)"\" \
              -DLOCALE_DIR=\""$(datadir)/locale"\" \
              -DPIXMAPS_DIR=\""$(datadir)/pixmaps"\"

And then add this:

AM_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/at$
              -DDATA_DIR=\""$(datadir)"\" \
              -DLOCALE_DIR=\""$(datadir)/locale"\" \
              -DPIXMAPS_DIR=\""$(datadir)/pixmaps"\" \
              -D_FILE_OFFSET_BITS=64

Notice that a \ and -D_FILE_OFFSET_BITS=64 where added.

Now open interface.c and look for this:

void prepare_listedata(GtkTreeView *Atreedata, gchar *Atitle)
{
  GtkTreeSelection *Lselection = gtk_tree_view_get_selection(GTK_TREE_VIEW(Atreedata));
  GtkTreeStore *Lmodel = gtk_tree_store_new(7, G_TYPE_INT, GDK_TYPE_PIXBUF, G_TYPE_STRING,
                                G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING,
                                G_TYPE_UINT);

Change G_TYPE_UINT to G_TYPE_UINT64, save, make clean && make and you're done.

However after doing that i get this weird warnings:

(graveman:2795): Gtk-WARNING **: gtktreestore.c:889: Invalid column number 136326824 added to iter (remember to end your list of columns with a -1)

(graveman:2795): Gtk-WARNING **: gtktreestore.c:889: Invalid column number 136326776 added to iter (remember to end your list of columns with a -1)

Although they appear to cause no harm, i don't like those strange warnings, but i'm still unable to get rid of them.

makz <makz>
Fri 24 Nov 2006 11:47:33 AM UTC, comment #1: 

Same Error here with graveman version 0.3.12-5 under Gentoo Linux and GNOME 2.16. Also gnome-mount segfaults after formatting DVD+RW.

Anonymous
Mon 25 Sep 2006 09:17:42 PM UTC, original submission:  

I tried to add large file to project:

* (graveman:3949): WARNING *: erreur lecture fichier '/home/radino/downloads/a.avi' err [75]

* (graveman:3949): WARNING *: Value too large for defined data type



$ ls -lah /home/radino/downloads/a.avi
-rw-r--r-- 1 radino radino 2.2G 2006-09-25 20:07 /home/radino/downloads/a.avi

version:
0.3.12-4

distro: Ubuntu 6.06

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by makz (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code