Jump to content

LIGHTNING UK!

Admin
  • Posts

    30,514
  • Joined

  • Last visited

Everything posted by LIGHTNING UK!

  1. Try enabling the ‘perform opc before write’ option in the settings and burn another one.
  2. Make an iso rather than burning to disc, mount it in a virtual drive program and play from the virtual drive.
  3. Burning the cue (based on wavs) will give you the ‘final product’. There’s no sense in making a further image of that disc and burning it again.
  4. You wrote ~10KiB to the disc. No wonder it didn't play!
  5. In an earlier post, you said you had a Blu-ray burner and Blu-ray discs. You're also saying you have a BDMV folder, so where does 'DVD' come into it? Maybe you're just mixing terminology? You're fine to burn a BD Video disc from the BDMV folder onto your Blu-ray discs using your Blu-ray burner.
  6. https://en.wikipedia.org/wiki/Cue_sheet_(computing)
  7. I’ve never come across that image format, so I’m afraid that’s a no, they aren’t supported.
  8. True... but the error messages are from the MMC docs, so you'd have to blame those for being a little vague
  9. As the error message states, (CSS protected) discs need to be authenticated before they can be read. Don't forget that reading and verifying are the same thing. The program is issuing the 'READ' command to the drive either way. An attempt to read a protected sector without having first completed the authentication process will result in that error being returned.
  10. Where are you downloading it from? That's not the normal setup file.
  11. can you post the log please? The fact it's even trying to use ACM means DirectShow already failed.... so there's something odd about the file you're trying to use. Normally it's just down to the album artwork or similar. It could also be in a format that your system can't convert (bad frequency or mono etc).
  12. dbminter's post pretty much covered it. Your player probably stops and starts because it can't read the disc. You could try and see if setting the write speed to 8x helps, but ultimately, you could do with using better discs.
  13. Yes... what he said ^^ The only way to make a BIN/CUE in the program is to Read a disc to an image file. You can't make one from a bunch of audio files (wav files or whatever).
  14. The returned data is made up of a mode page header, a block descriptor and then the page itself. So you have to skip the header (8 bytes) and then the block descriptor (size taken from last 2 bytes of the header) in order to then read the actual mode page data. As you've asked for mode page 0x2A, you know the LSB 6 bits (so & with 0x3F) in the first byte should be 0x2A, so you can use that as a sanity check. Bytes 12 and 13 in that mode page are the buffer size and they're set to 0x1000, so that's 4096. So maybe you just aren't parsing the returned data correctly? I also fall back to Mode Sense (6) if Mode Sense (10) doesn't appear to be supported by the drive (invalid command op code or whatever). That may help on some really old drives.
  15. 1. Still just mode sense. But I stopped specifically checking for 2D (yes, perhaps due to hanging) and instead ask for the full list... then check that list for the presence of 2D. If 2D is supported, it's classed as being labelflash capable. Those liteon drives must report 2D ok and are therefore considered labelflash capable. 2. Not that I know of. I still only use that for the buffer size. 3. Not specifically, no. If the DVD Read feature (001F) is supported, I consider it able to read DVD-RW. Same goes if the DVD-R/-RW Write Feature (002F) is supported.
  16. I'm pretty sure it (VCD) doesn't actually support CUE files. It may be able to mount the BIN, but the resulting virtual drive won't be correct unless the original disc the bin/cue came from was only a single session/track disc.
  17. Your bin and cue file combo is already a disc image. Mount the CUE in a program that supports such a thing - or just burn the CUE using Write mode (and a blank CD)
  18. Yes. Your question was how to create a cue that burns 3 bin files. You don’t need to create one, you already have/had it. Just burn it.
  19. You may have missed my previous reply as you replied at the same time. Go ahead and burn the cue from redump. Your image will work fine.
  20. Oh hang on, I’m confused. If you have the cue files, what’s the problem? Just load the cue in write mode and burn it. That’s the whole point of the cue file... to automatically deal with more complex images.
  21. Not quite, your link to you to a site that then linked to redump Totally different sites and there was nothing to say you’d seen the redump one.
  22. Maybe check here for the correct CUE? http://redump.org/discs/system/psx/
  23. The CUE you found online and posted in your first post would probably work, but it's impossible to say if it's correct or not. It assumes the bin files for track 2 and 3 both have 2 seconds of pregap (basically, nothing) at the start of them. My advice would be to find another source where the disc has been ripped properly and all files (including the CUE file) are present. I'm assuming the image you posted 'about the file' isn't one you've made yourself, because clearly the CUE file is present in that case Unless of course that's the CUE you've made yourself too.
  24. The graph data files are more useful for speed issues. Fluctuations in speed once you hit a certain speed are usually an indication you’ve hit the max of something in your machine.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.