I made the changes that you mentioned (correcting the cue file and the gap handling) and the game worked in the PSX emulator but it only had sound effects and there was no music playing. I tested the disc on an actual PS1 system and it works great, there are no scratches or smudges on the disc.
I re-dumped the audio tracks using the "Appended to next track" option and I renamed the iso file to a bin file and removed the space between the k and the 0 in Track01.bin so now I have the following files
Track01.bin
Track02.bin
Track03.bin
Track04.bin
Track05.bin
Unknown Title.cue
Unknown Title.log
I edited the cue sheet to display the following information
Code: Select all
REM DISCID 420BAD05
REM COMMENT "ExactAudioCopy v0.99pb4"
PERFORMER "Unknown Artist"
TITLE "Unknown Title"
FILE "Track01.bin" BINARY
TRACK 01 MODE2/2352
TITLE "Track01"
PERFORMER "Unknown Artist"
INDEX 01 00:00:00
FILE "Track02.bin" BINARY
TRACK 02 AUDIO
TITLE "Track02"
PERFORMER "Unknown Artist"
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "Track03.bin" BINARY
TRACK 03 AUDIO
TITLE "Track03"
PERFORMER "Unknown Artist"
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "Track04.bin" BINARY
TRACK 04 AUDIO
TITLE "Track04"
PERFORMER "Unknown Artist"
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "Track05.bin" BINARY
TRACK 05 AUDIO
TITLE "Track05"
PERFORMER "Unknown Artist"
INDEX 00 00:00:00
INDEX 01 00:02:00
Code: Select all
Exact Audio Copy V0.99 prebeta 4 from 23. January 2008
EAC extraction logfile from 16. April 2010, 18:59
Unknown Artist / Unknown Title
Used drive : TSSTcorpCDDVDW SH-S223L Adapter: 1 ID: 0
Read mode : Secure
Utilize accurate stream : Yes
Defeat audio cache : No
Make use of C2 pointers : Yes
Read offset correction : 8
Overread into Lead-In and Lead-Out : Yes
Fill up missing offset samples with silence : Yes
Delete leading and trailing silent blocks : No
Null samples used in CRC calculations : Yes
Used interface : Native Win32 interface for Win NT & 2000
Gap handling : Appended to next track
Used output format : Microsoft PCM Converter
Sample format : 44.100 kHz, 16 Bit, Stereo
TOC of the extracted CD
Track | Start | Length | Start sector | End sector
---------------------------------------------------------
1 | 0:00.00 | 41:00.34 | 0 | 184533
2 | 41:00.34 | 1:43.51 | 184534 | 192309
3 | 42:44.10 | 1:24.28 | 192310 | 198637
4 | 44:08.38 | 2:10.68 | 198638 | 208455
5 | 46:19.31 | 3:30.07 | 208456 | 224212
Track 2
Filename C:\Users\Special T\Desktop\Redump.org\Track02.bin
Pre-gap length 0:00:02.00
Peak level 99.9 %
Track quality 99.7 %
Test CRC 3369ABD0
Copy CRC 3369ABD0
Copy OK
Track 3
Filename C:\Users\Special T\Desktop\Redump.org\Track03.bin
Pre-gap length 0:00:02.00
Peak level 100.0 %
Track quality 100.0 %
Test CRC 70804064
Copy CRC 70804064
Copy OK
Track 4
Filename C:\Users\Special T\Desktop\Redump.org\Track04.bin
Pre-gap length 0:00:02.00
Peak level 90.9 %
Track quality 100.0 %
Test CRC 5E70229D
Copy CRC 5E70229D
Copy OK
Track 5
Filename C:\Users\Special T\Desktop\Redump.org\Track05.bin
Pre-gap length 0:00:02.00
Peak level 99.7 %
Track quality 100.0 %
Test CRC D7971F56
Copy CRC D7971F56
Copy OK
No errors occurred
End of status report
Any idea why the sound isn't working?