Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Eroaster burning problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Freddie83
n00b
n00b


Joined: 03 Jul 2004
Posts: 1

PostPosted: Sat Jul 03, 2004 9:08 pm    Post subject: Eroaster burning problem Reply with quote

Hi,

I am having a big difficulty here,
I am trying to burn a cd in linux for the first time, using eroaster.
I emerged, started it. No problem. I select the iso. And I press Burn.

It gave me this error:
Quote:
Traceback (most recent call last):
File "/usr/lib/eroaster/Application.py", line 760, in BurnWriterOptions
self.BurnCDNow()
File "/usr/lib/eroaster/Application.py", line 969, in BurnCDNow
self.BurnWindow(command)
File "/usr/lib/eroaster/Application.py", line 1028, in BurnWindow
self.progressbar = gtk.ProgressBar()
SystemError: NULL result without error in PyObject_Call


Trying a lot, and searching the forum didn't help me.
One weird thing is that eroaster detects my reader/writer (I have only one) on /dev/scd0.
/dev/scd0 does not exist. My cdr is on /dev/hdd

I am running fluxbox, eroaster 2.2.0-0.8

If anyone can help me, 'd be pleased.
_________________
Oh my, is that me? Being me? Than what am I like being sarcastic??
Back to top
View user's profile Send private message
ozz
n00b
n00b


Joined: 22 Oct 2002
Posts: 18

PostPosted: Wed Nov 10, 2004 4:38 pm    Post subject: Reply with quote

Same (almost) problem here.

Code:

Traceback (most recent call last):
  File "/usr/lib/eroaster/Application.py", line 760, in BurnWriterOptions
    self.BurnCDNow()
  File "/usr/lib/eroaster/Application.py", line 829, in BurnCDNow
    cdrecord = cdrtools.cdrecord(channel, id, lun, self.devWriter.get_text(), self.cat.get_loglevel())
  File "/usr/lib/eroaster/cdrtools.py", line 124, in __init__
    self.__cdrecord_read_version()
  File "/usr/lib/eroaster/cdrtools.py", line 249, in __cdrecord_read_version
    for i in range(len(version[1])):
IndexError: list index out of range


I have tried to burn FreeBSD 5.3 iso images..
_________________
--
Bye bye. Ozz.
Stat rosa pristina nomine, nomina nuda tenemus.
Back to top
View user's profile Send private message
jesso
Guru
Guru


Joined: 27 Oct 2004
Posts: 397
Location: Canada

PostPosted: Wed Nov 10, 2004 5:23 pm    Post subject: Reply with quote

use kde's k3b
Back to top
View user's profile Send private message
Kabuto
l33t
l33t


Joined: 01 Aug 2002
Posts: 701

PostPosted: Thu Nov 11, 2004 7:41 pm    Post subject: Reply with quote

Change line 244 in /usr/lib/eroaster/cdrtools.py from '..output[0]' to '..output[3]'
Back to top
View user's profile Send private message
taurus
l33t
l33t


Joined: 21 Sep 2004
Posts: 657
Location: I need to be somewhere...

PostPosted: Thu Nov 11, 2004 8:31 pm    Post subject: Reply with quote

I am sure eroaster is a good burning program but personally I would recommand either k3b or xcdroast. If you have used or seen Nero in Windows, you would love k3b. I use k3b as my main burning program and it's easy to use and fast too. Maybe you should give it a look. :wink:

taurus
Back to top
View user's profile Send private message
ozz
n00b
n00b


Joined: 22 Oct 2002
Posts: 18

PostPosted: Fri Nov 12, 2004 4:25 pm    Post subject: Reply with quote

Kabuto nothing.. :-(
I'll try xcdroast..thanks!
_________________
--
Bye bye. Ozz.
Stat rosa pristina nomine, nomina nuda tenemus.
Back to top
View user's profile Send private message
nyda
Apprentice
Apprentice


Joined: 12 Aug 2004
Posts: 183

PostPosted: Fri Nov 12, 2004 8:23 pm    Post subject: Reply with quote

If you're on Gnome, you could also insert an empty CD/DVD media, double click its symbol on the desktop and drag files into the window that opened up. In the "File" menu of that window, "Write to CD/DVD" will do exactly what it says :)
To write an .iso from HDD, just right-click the file and see what the menu offers.
Back to top
View user's profile Send private message
Kabuto
l33t
l33t


Joined: 01 Aug 2002
Posts: 701

PostPosted: Mon Nov 15, 2004 9:20 pm    Post subject: Reply with quote

FWIW. What the code does is run cdrecord -version. It then parses the output in reverse order. So the last line is output[0], next to last output[1], etc..

My output:
3) Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jorg Schilling
2) cdrecord: Warning: Running on Linux-2.6.7-gentoo-r14
1) cdrecord: There are unsettled issues with Linux-2.5 and newer.
0) cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.

So. the 2.01 is on output[3]. The 2.6 kernel warning is what is throwing eroaster.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum