Bug 136600

Summary: K3b fails to burn images of type cue/bin
Product: [Applications] k3b Reporter: Jeroen Brandligt <jbrandligt>
Component: generalAssignee: Sebastian Trueg <trueg>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jeroen Brandligt 2006-10-31 23:38:08 UTC
Version:           0.12.17 (using KDE 3.5.5, Kubuntu (edgy) 4:3.5.5-0ubuntu3)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.17-10-generic

When trying to burn an image of type cue/bin the the K3b status window reports:
- cdrdao returned an unkown error (code 1)
- operation not permitted

The debugging report says the program can't find the iso.bin input file, but the file resides in the same directory as the iso.cue file.

This is the debugging report:

System
-----------------------
K3b Version: 0.12.17

KDE Version: 3.5.5
QT Version:  3.3.6
Kernel:      2.6.17-10-generic
Devices
-----------------------
PHILIPS DVD+-RW DVD8631 CD21 (/dev/hdc, ) at /media/cdrom0 [CD-R; CD-RW; CD-ROM; DVD-ROM; DVD-R; DVD-RW; DVD+R; DVD+RW; DVD+R DL] [DVD-ROM; DVD-R Sequential; DVD-RW Sequential; DVD+RW; DVD+R; DVD+R Double Layer; CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R96R; RAW/R16; RAW/R96R; Restricted Overwrite]

Used versions
-----------------------
cdrdao: 1.2.1

cdrdao
-----------------------
Cdrdao version 1.2.1 - (C) Andreas Mueller <andreas@daneb.de>
  SCSI interface library - (C) Joerg Schilling
  Paranoia DAE library - (C) Monty
Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.
ERROR: Could not find input file "ISO.BIN".

cdrdao command:
-----------------------
/usr/bin/X11/cdrdao write --device /dev/hdc --speed 40 -n -v 2 --force --eject --remote 16 /home/jeroen/data/iso/iso.cue
Comment 1 Christoph Burger-Scheidlin 2006-11-01 00:53:07 UTC
Check the case of iso.bin (I take it since iso.cue is lower case so is iso.bin). In the cue file it probably reads ISO.BIN (no biggie on windows, since filenames are case insensitive).

So either
a) rename iso.bin to ISO.BIN or
b) edit iso.cue to point to iso.bin

Apart from that, dup of 87231 which I will confirm because of this.

*** This bug has been marked as a duplicate of 87231 ***
Comment 2 Sebastian Trueg 2006-11-01 11:27:43 UTC
The cue file contains ISO.BIN in upper letters. This will not be solved in K3b 
1.0. Sorry. The planned rewrite of the image stuff will, however, take care 
of this problem, too.