Alternative to Daemon Tools Lite to mount Audio Cue/Bin CD images

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 5
    Windows 10
       #11

    Well that would be helpful if we were talking about ISO’s, but we’re not. We’re talking about bin/cues, and for the reasons mentioned above we can’t convert them.
      My Computer


  2. Posts : 11,247
    Windows / Linux : Arch Linux
       #12

    Hi there
    @CaptainKoloth

    What's the problem --do you still have the physical discs.



    I think also Windows can re-create the ISO again -- not sure though.

    In the cue tools package there's also an audio ripper - as well.

    Cheers
    jimbo
      My Computer


  3. Posts : 5
    Windows 10
       #13

    jimbo45 said:
    Hi there
    @CaptainKoloth

    What's the problem --do you still have the physical discs.

    CUE tools I think can convert BIN into tracks -- I'll have a go at that later. You don't need to mount anything with cue tools so long as an image (or the files) are available.

    I think also Windows can re-create the ISO again -- not sure though.

    Cheers
    jimbo
    You can’t convert an audio bin/cue into an iso. You lose the track information on the cue sheet and it is no longer recognized as an audio CD. The file structure of a bin/cue differs from the ISO9660 of an iso.
      My Computer


  4. Posts : 11,247
    Windows / Linux : Arch Linux
       #14

    CaptainKoloth said:
    You can’t convert an audio bin/cue into an iso. You lose the track information on the cue sheet and it is no longer recognized as an audio CD. The file structure of a bin/cue differs from the ISO9660 of an iso.
    Hi there @CaptainKoloth

    do you have access to the original physical disc.

    Linux solution (as often is the case) works two programs bchunk and bin2iso.

    bchunk -s -w IMAGE.bin IMAGE.cue IMAGE

    This will create WAV files for each audio track, e.g.:
    IMAGE001.wav
    IMAGE002.wav

    Then you should be in business.

    note you will need the -s parameter (endian) or the byte order might be wrong - you have to try it on your own systems. If the byte order is wrong you'll hear a load of static and hissing. !!!!

    POWERISO (commercial also works and is probably more robust). Also a Windows product.

    Another method using Imageburn

    First use imgburner software which will make two different ISOs of bin and cue files. Then extract both the ISOs in one folder using Winrar.

    Then one bin file will be created merged with cue file and after all convert the bin to ISO using the tool bin2iso.
    You'll have to have a Linux system to do this though.

    cdimage (another Linux tool ) might also work -- I'll have a go with a .cue + bin file -- seems though a hideous way to rip audio CD's. can't see what's wrong with the standard track1.cda etc etc then can be handled perfectly easily

    Cheers
    jimbo
      My Computer


  5. Posts : 913
    CP/M
       #15

    qcksilver said:
    Also, does anyone know if Daemon tools cleaned up their act? I can't seem to find a reliable source online saying they are clean now. I'm not opposed to trying them again.
    You may use an older (better and safer) version of Daemon Tools, but installation in Win10 version 1709 is a little bit complicated:

    1. Download file https://ulozto.net/!Jyq1IhLREnok/dt-install-zip and unzip it (password: dt)
    2. Rename downloaded file DTLite4471-0333.exe to dtinst.exe
    3. Set its Compatibility level to Windows 7

    Usually, steps 2 and 3 are sufficient for installing apps blocked by Windows 10, but not in this case; if you run dtinst now, you still get the bloody "This app can't run on this pc" dialog. So you need to replace some database files with older ones (from version 1511):

    4. On folder C:\Windows\apppatch go to Properties - Security - Advanced; set Administrators as Owner; it is necessary to enable checkbox Replace on Subcontainers and Objects too
    5. On every *.sdb file inside the apppatch folder, set Full Control permissions for Administrators
    6. Rename *.sdb files to *.bad
    7. Copy downloaded *.sdb files to the apppatch folder.

    Now you can finally run dtinst and successfully install good old Daemon Tools (without sptd, skip both the MountSpace and WebCompanion options). Of course, they mount & play CloneCD & ImgBurn images of CD-DA disks and they run without any problems.

    As always, many curses sent to Redmond.
      My Computer


  6. Posts : 4
    Windows 10
       #16

    muchomurka said:
    5. On every *.sdb file inside the apppatch folder, set Full Control permissions for Administrators
    How do I do that? The options are all grayed out....
      My Computer


  7. Posts : 913
    CP/M
       #17

    How do I do that? The options are all grayed out....
    You need to take ownership first. But read further:

    This method is obsolete, it is not necessary to replace shim database files, use the following regfile instead to allow installing/running old daemon tools:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags]
    
    ; vmware workstation
    "{66f21bbc-149a-411b-8e11-880af7c1266c}"=dword:00000077
    "{3d9912c3-cb54-4f34-ab71-1d429553bf96}"=dword:00000077
    
    ; daemon tools
    "{0ea0532b-2d8d-4402-8e92-e8140aa055e0}"=dword:00000077
    "{91a896fb-c8e8-4f29-bfdf-114b0eb4782a}"=dword:00000077
    "{60fdc094-58fa-41d5-bd57-5c9bd53e8d92}"=dword:00000077
    "{b02cdf43-f569-4646-be86-78e334479d9d}"=dword:00000077
    "{177e10d7-3098-4dc0-a089-e7a5e3ca43f2}"=dword:00000077
    
    ; amd true audio
    "{e3c04446-3e77-47f9-a3e7-61da8d7e946c}"=dword:00000077
    
    ;insert more exe ids here
      My Computer


  8. Posts : 4
    Windows 10
       #18

    muchomurka said:
    This method is obsolete, it is not necessary to replace shim database files, use the following regfile instead to allow installing/running old daemon tools
    I am sorry to be such a pain. I am here:

    Alternative to Daemon Tools Lite to mount Audio Cue/Bin CD images-registry.jpg

    How exactly do I proceed now? TIA, Holg
      My Computer


  9. Posts : 913
    CP/M
       #19

    Create .reg file from Code window in previous post (or download it from this post) and import it into registry (double-click on the file), then install old daemon tools normally.

    ShimDatabasePatches.reg
      My Computer


  10. Posts : 4
    Windows 10
       #20

    muchomurka said:
    Create .reg file from Code window in previous post (or download it from this post) and import it into registry (double-click on the file), then install old daemon tools normally.

    ShimDatabasePatches.reg
    Thank you very much! I finally got it to work. :)
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 09:18.
Find Us




Windows 10 Forums