RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    No Dialogue or Music in PSX ROMS (pcsx-rearmed)

    Scheduled Pinned Locked Moved Help and Support
    psxpcsx-rearmedsoundissuesps1
    12 Posts 4 Posters 7.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mituM
      mitu Global Moderator
      last edited by

      Looks like an issue finding the music/audio track from the .cue files. Can you check if all the .bin files in the .cue are present on disc and they have the same name ? Linux filesystems are case sensitive, so the file names must match exactly the names in the .cue.

      D 1 Reply Last reply Reply Quote 0
      • D
        danmac2 @mitu
        last edited by

        @mitu So EVERY file including the bin files must be the same? Medievil has 2 .bin files and a .cue however the bin files are "Medievil (USA) (Track 1/2) where as the .cue is just "Medievil. Looking through my list now though there are bins and cue files that all match so that shouldn't be a problem.

        mituM 1 Reply Last reply Reply Quote 0
        • mituM
          mitu Global Moderator @danmac2
          last edited by

          @danmac2 said in No Dialogue or Music in PSX ROMS (pcsx-rearmed):

          So EVERY file including the bin files must be the same?

          Look in the .cue file - it's a text file - and see how the .bin files are named - they must match the actual .bin file names. The .cue and .bin could have different names themselves as long as the .cue file is correct.

          D 1 Reply Last reply Reply Quote 0
          • D
            danmac2 @mitu
            last edited by

            I looked in the Dino Crisis .cue file as an example of a game that has no dialogue and this is what I found:

            FILE "Dino Crisis (USA) (Rev 1) (Track 1).bin" BINARY
            TRACK 01 MODE2/2352
            INDEX 01 00:00:00
            FILE "Dino Crisis (USA) (Rev 1) (Track 2).bin" BINARY
            TRACK 02 AUDIO
            INDEX 00 00:00:00
            INDEX 01 00:02:00

            And Tekken 3 that has dialogue and SFX but no music:

            FILE "Tekken 3 (USA) (Track 1).bin" BINARY
            TRACK 01 MODE2/2352
            INDEX 01 00:00:00
            FILE "Tekken 3 (USA) (Track 2).bin" BINARY
            TRACK 02 AUDIO
            INDEX 00 00:00:00
            INDEX 01 00:02:00
            FILE "Tekken 3 (USA) (Track 3).bin" BINARY
            TRACK 03 AUDIO
            INDEX 00 00:00:00
            INDEX 01 00:02:00

            Looked at the other offending games and everything checks out, everything matches.

            ClydeC 1 Reply Last reply Reply Quote 0
            • mituM
              mitu Global Moderator
              last edited by

              If the filenames are ok, then it's a different issue.

              1 Reply Last reply Reply Quote 0
              • dankcushionsD
                dankcushions Global Moderator
                last edited by

                do you have the appropriate BIOS installed? can you please post a verbose log

                D 1 Reply Last reply Reply Quote 0
                • ClydeC
                  Clyde @danmac2
                  last edited by Clyde

                  @danmac2 said in No Dialogue or Music in PSX ROMS (pcsx-rearmed):

                  I looked in the Dino Crisis .cue file as an example of a game that has no dialogue and this is what I found:

                  Just to be sure, please show us the output of this command in RetroPie's command console that you either get to by pressing F4 in Emulation Station, or by logging into RetroPie via SSH:

                  ls -l /home/pi/RetroPie/roms/psx/{Dino*,Tekken*}
                  

                  The two l are small L, not the number one. This will list all file names beginning with Dino and Tekken in the psx roms directory.

                  If possible, please put the output in a code block like I did with the above command.

                  You can exit the console by entering exit or pressing Ctrl+d.

                  edit: Fixed the path in the ls command.

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    danmac2 @Clyde
                    last edited by

                    @clyde Tried typing in the above but it says No such file or directory, also dont know how to copy and paste the result from my Pi to PC

                    ClydeC 1 Reply Last reply Reply Quote 0
                    • D
                      danmac2 @dankcushions
                      last edited by

                      @dankcushions I have every BIOS you can think of in the bios folder

                      dankcushionsD 1 Reply Last reply Reply Quote 0
                      • ClydeC
                        Clyde @danmac2
                        last edited by Clyde

                        @danmac2 Sorry, I left out the RetroPie in the command by mistake. Please try the command again.

                        As for c&p, you can redirect the output to a file and copy that to your PC by adding > after it, followed by a (path and) file name:

                        ls -l /home/pi/RetroPie/roms/psx/{Dino*,Tekken*} > /home/pi/output.txt
                        

                        The file will be created in the user pi's home directory. You can alter the path accordingly to put it somewhere else. You can check its contents by either cat /home/pi/output.txtor less /home/pi/output.txt.

                        less lets you scroll up and down in the file. Press q to exit it.

                        1 Reply Last reply Reply Quote 0
                        • dankcushionsD
                          dankcushions Global Moderator @danmac2
                          last edited by

                          @danmac2 said in No Dialogue or Music in PSX ROMS (pcsx-rearmed):

                          @dankcushions I have every BIOS you can think of in the bios folder

                          ok, and the verbose log?

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post

                          Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                          Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.