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

    Sega CD Game Not Loading - Annett Futatabi

    Scheduled Pinned Locked Moved Help and Support
    segacdboot issuespecific gameretropie x86ubuntu 20.04
    3 Posts 2 Posters 385 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.
    • testudoT
      testudo
      last edited by

      RetroPie Version: 4.7.11
      System: x86_64
      OS: Ubuntu 20.4.4 LTS

      Vexing issue trying to boot a specific Sega CD game, Annett Futatabi.
      Issue: Game does not reach the Sega CD boot screen
      Have tried:
      Cores: lr-picodrive and lr-genesis-plus-gx
      File Types: Bin/Cue and CHD
      BIOS: US and Japan, named for each Core
      ROMs: Multiple Checksum file versions

      runcommand.log code:

      Parameters: 
      Executing:  --appendconfig /dev/shm/retroarch.cfg
      /opt/retropie/supplementary/runcommand/runcommand.sh: line 1304: eval: --: invalid option
      eval: usage: eval [arg ...]
      

      runcommand.sh code referenced above:

      }
      
      function launch_command() {
          local ret
          # escape $ to avoid variable expansion (eg roms containing $!)
          COMMAND="${COMMAND//\$/\\\$}"
          # launch the command
          echo -e "Parameters: $@\nExecuting: $COMMAND" >>"$LOG"
          if [[ "$CONSOLE_OUT" -eq 1 ]]; then
              # turn cursor on
              tput cnorm
              eval $COMMAND </dev/tty 2>>"$LOG"
              ret=$?
              tput civis
          else
              eval $COMMAND </dev/tty &>>"$LOG"
              ret=$?
          fi
          return $ret
      

      Line 1304: eval $COMMAND </dev/tty &>>"$LOG"

      Not sure what other information might be useful to diagnose, but happy to supply anything additional.

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

        What's the actual name of the file you're launching (.cue, .chd) ? I think some characters from it might trigger this error in runcommand.

        testudoT 1 Reply Last reply Reply Quote 1
        • testudoT
          testudo @mitu
          last edited by testudo

          @mitu said in Sega CD Game Not Loading - Annett Futatabi:

          What's the actual name of the file you're launching (.cue, .chd) ? I think some characters from it might trigger this error in runcommand.

          Annett Futatabi (Japan).chd
          Annett Futatabi (Japan).cue

          I just renamed the file to "Test.chd" and guess what, it boots! Thanks for the help.

          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.