LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-17-2004, 01:32 PM   #1
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Rep: Reputation: 30
Unhappy open ".cu " and ".bin " on linux


i have 2 files ( windows files ) 1 is .cu and another is .bin.. is the game nfsu2
i have cedega but cedega cant start the game..
anyone help me pls??

tks
 
Old 11-17-2004, 03:34 PM   #2
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
sorry it's not " cu " but is " cue "
and the error it's

$cedega rld-nu2a.cue
/usr/lib/transgaming_cedega//winex/bin/wine: can't exec 'rld-nu2a.cue': invalid exe file

and
$ cedega rld-nu2a.bin
/usr/lib/transgaming_cedega//winex/bin/wine: can't exec 'rld-nu2a.bin': invalid exe file

i dont understand.. :| i pay the game and know it's dont work.. bah..
anyone pls help me?

Tks

Last edited by j.vilon; 11-17-2004 at 03:37 PM.
 
Old 11-17-2004, 07:05 PM   #3
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
Hi.

The .bin file is a CD image, the .cue file is (I believe) the file Nero uses as a Table of Contents to burn the CD.
'cdrdao' can use these files and burn the CD properly.

Dave
 
Old 11-17-2004, 08:06 PM   #4
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
??
but i cant covert this file to these files properly??
any program on linux cant do that?
tks
 
Old 11-17-2004, 09:45 PM   #5
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
You can use cdrdao on Linux to burn the image (the .bin file) to CD.

Something like 'cdrdao write -n --device /dev/hdc rld-nu2a.cue' would burn the disk. (where /dev/hdc is your cd burner)

You might be able to mount the .img file directly with something like 'mount -o loop -t iso9660 rld-nu2a.bin /mnt/loop' (assuming you have an empty directory at /mnt/loop). I'm not sure though.

Dave
 
Old 11-17-2004, 10:04 PM   #6
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
yes but dont work.. :S

look :
cdrdao write -n --device /dev/hdd /cdrom/Need.For.Speed.Underground.2.Update.1.1.INCL-RELOADED/CD1/rld-nu2a.cue
Cdrdao version 1.1.9 - (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.

Using libscg version 'schily-0.8'

/dev/hdd: PLEXTOR CD-R PX-W4824A Rev: 1.03
Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000)

WARNING: Unit not ready, still trying...
WARNING: Unit not ready, still trying...
WARNING: Unit not ready, still trying...
WARNING: Unit not ready, still trying...


and dont work..

any program copy them files on my /cdrom to hard disk but not on " .cue " or " .bin " but yes on " files" too exectuted..
u understand?
sorry my english :|

Tks
 
Old 11-17-2004, 10:31 PM   #7
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
All I can suggest is that you get a Windows machine with cdrwin on it, and burn the CD there - I don't know of any program which can access the files inside .bin images.

Dave
 
Old 11-17-2004, 10:47 PM   #8
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
bahh yes.. but this " way " i know.. but, i cant understand it's the last thing to do.. :S
but ok
tks for help
 
Old 11-17-2004, 11:08 PM   #9
KoKi
LQ Newbie
 
Registered: Jan 2004
Distribution: Gentoo 9.3c beta 46
Posts: 16

Rep: Reputation: 0
u could use a program like bin2iso, convert it to iso and mount.

btw: anyone got nfs-u2 working?

Last edited by KoKi; 11-17-2004 at 11:14 PM.
 
Old 11-18-2004, 12:57 PM   #10
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
it's work's? but where i can convert my bin and cue to iso?
and next where i can mount them .iso??
tks
 
Old 11-18-2004, 05:18 PM   #11
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
ive been fighting with this same issue and i have come to the conclusion that because the .bin and .cue files are exclusive to nero (as far as i can tell) you are FUBAR for getting them to work in linux. i just ended up useing daemon tools to mount the .bin and then smbmount to get access to it from my *nix box.

what i will end up doing is burning a CD, then using *nix to make either a .img or .iso that i can copy to the HD and thus mount it properly without the hassles of the .bin/cue BS from M$.

http://www.linuxquestions.org/questi...hreadid=204997

check out that thread for more details on what has been sujested for the file extentions you are looking at.
 
Old 11-18-2004, 05:30 PM   #12
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
ahh ok, but i downloaded the file bin2iso
but i cant install i dont know why :|

$ls
Makefile bin2iso.c
/$

i have only them files.. 2.. i cant configure.. it's so confuse.. i dont understand
 
Old 11-18-2004, 06:56 PM   #13
KoKi
LQ Newbie
 
Registered: Jan 2004
Distribution: Gentoo 9.3c beta 46
Posts: 16

Rep: Reputation: 0
from bin2iso.c:

Code:
// bin2iso
// Converts BIN/CUE format cd images (used by DAO/CDRWIN)
// to the more-universal .ISO format (raw iso image)

// Quickly thrown together, only know to work on single-track .BIN files
// Need to do some more research, then it should be easy to support
// multiple tracks as well as .WAV files.

// use "gcc -o bin2iso bin2iso.c -O3" to compile, pretty standard :)

Last edited by KoKi; 11-18-2004 at 08:47 PM.
 
Old 11-18-2004, 09:19 PM   #14
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
that is far from standard to a newbie like the OP or me.
 
Old 11-19-2004, 01:17 AM   #15
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
There's a makefile there - just type 'make' while you're in the directory. That should give you the executable.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"Xlib: extension "XFree86-DRI" missing on display ":0.0"." zaps Linux - Games 9 05-14-2007 03:07 PM
problem "make"ing gtk+ "/usr/bin/env: perl -w" caid Linux - Newbie 8 07-29-2005 04:51 AM
Can you explain the difference between "Free Software (GNU)" and "Open Source"? vharishankar General 5 03-03-2005 09:40 AM
what is "S" instead of "X" in the file permission when i look at /usr/bin/chsh? Linux_interest Linux - Newbie 4 08-28-2004 09:22 AM
"X-MS" cant open because "x-Multimedia System" cant access files at "smb&qu ponchy5 Linux - Networking 0 03-29-2004 11:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration