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

    Can someone tell me whats possibly wrong with this gamelist.xml?

    Scheduled Pinned Locked Moved Help and Support
    gamelist.xmlproblemimages
    8 Posts 5 Posters 1.8k 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.
    • R
      rapidfire
      last edited by

      at the bottom of this post is a snippet from a gamelist.xml for the zxspectrum.
      it contains many entries and all are setup the same.

      problem is the description gets displayed, but no image does despite it having the correct name and being present in the correct folder.

      all other gamelists are fine.

      is the gamelist malformed? should there be "" around the jpg name or something?
      whats wrong with it and why wouldnt any themes be displaying the image?

      <gameList>
      <game id="44482" source="ScreenScraper">
      <path>/home/pi/RetroPie/roms/zxspectrum/007 - Licence to Kill (1989)(Domark)[128K].z80</path>
      <name>007: Licence to Kill</name>
      <desc>A "James Bond" action/arcade game based on the movie with the same name. Your aim is to avenge the death of Felix Leiter, who was killed by the drug baron Sanchez.

      Technically the game consists of several different vertical scrolling action sequences. In each stage you must fly, drive or walk through a preset terrain. While doing that, you have to shoot enemies, avoid their shots and collect items (mainly ammunition). Some levels rely more on shooting, while others test your reflexes.
      </desc>
      <image>/home/pi/.emulationstation/downloaded_images/zxspectrum/007 - Licence to Kill (1989)(Domark)[128K]-image.jpg</image>
      <marquee/>
      <video/>
      <thumbnail/>
      <rating>0.5</rating>
      <releasedate>19890000T000000</releasedate>
      <developer>Quixel</developer>
      <publisher>Domark Software, Inc.</publisher>
      <genre>Race, Driving</genre>
      <players>1</players>
      </game>

      mediamogulM 1 Reply Last reply Reply Quote 0
      • mediamogulM
        mediamogul Global Moderator @rapidfire
        last edited by mediamogul

        Try changing:

        <image>/home/pi/.emulationstation/downloaded_images/zxspectrum/007 - Licence to Kill (1989)(Domark)[128K]-image.jpg</image>
        

        to

        <image>/home/pi/.emulationstation/downloaded_images/zxspectrum/007\ -\ Licence\ to\ Kill\ \(1989\)\(Domark\)\[128K\]-image.jpg</image>
        

        Edit: The code block isn't displaying the path I'm typing correctly, but there should also be backslashes in the square brackets the same as the regular ones. Better yet, just rename the image to something simpler like license-to-kill.jpg and change the path accordingly.

        RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

        R 1 Reply Last reply Reply Quote 1
        • R
          rapidfire @mediamogul
          last edited by

          @mediamogul said in Can someone tell me whats possibly wrong with this gamelist.xml?:

          Try changing:

          <image>/home/pi/.emulationstation/downloaded_images/zxspectrum/007 - Licence to Kill (1989)(Domark)[128K]-image.jpg</image>
          

          to

          <image>/home/pi/.emulationstation/downloaded_images/zxspectrum/007\ -\ Licence\ to\ Kill\ \(1989\)\(Domark\)\[128K\]-image.jpg</image>
          

          Edit: The code block isn't displaying the path I'm typing correctly, but there should also be backslashes in the square brackets the same as the regular ones. Better yet, just rename the image to something simpler like license-to-kill.jpg and change the path accordingly.

          unfortunately that didnt work

          is the following line necessary in gamelist.xml?

          <?xml version="1.0"?>

          because its missing on the zxspectrum gamelist.xml

          mediamogulM 1 Reply Last reply Reply Quote 0
          • mediamogulM
            mediamogul Global Moderator @rapidfire
            last edited by

            @rapidfire

            is the following line necessary in gamelist.xml?

            It is indeed.

            RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

            1 Reply Last reply Reply Quote 0
            • chipsnblipC
              chipsnblip
              last edited by chipsnblip

              try this:

              https://pastebin.com/ckAmehAJ

              1 Reply Last reply Reply Quote 0
              • screechS
                screech
                last edited by screech

                @rapidfire said in Can someone tell me whats possibly wrong with this gamelist.xml?:

                <path>/home/pi/RetroPie/roms/zxspectrum/007 - Licence to Kill (1989)(Domark)[128K].z80</path>

                If you can launch the game (with this path) normally, the picture will work without "\"

                Weird that <?xml version="1.0"?> is missing....

                can you save your gamelist (like renamming it with a .sav for exemple) and try to rescrape ?

                What I think happen : You have an empty gamelist.xml File in this folder, and you "update" it... so UXS haven't "recreate" a new file with the <?xml version="1.0"?> header.

                It may be false ^^ it's just what I think... Keep me in touch ;)

                Edit : Oh and can you check the extension... no reason that Happend but maybe you have a PNG in your image folder and the path says it's JPG....

                1 Reply Last reply Reply Quote 0
                • estefan3112E
                  estefan3112
                  last edited by

                  @rapidfire said in Can someone tell me whats possibly wrong with this gamelist.xml?:

                  <image>/home/pi/.emulationstation/downloaded_images/zxspectrum/007 - Licence to Kill (1989)(Domark)[128K]-image.jpg</image>

                  I have a similar issue with one single image in a gamelist and terminal tells me that it has some problems (probably it is too big) -> just replace the img path with a working path of another image and you know that something is wrong . Might be that the image exceeds the maximum width, for example. Good luck!

                  1 Reply Last reply Reply Quote 0
                  • R
                    rapidfire
                    last edited by

                    it seems the problem was created because there were 2 gamelist.xml files.

                    one in the normal gamelist folders, and one was in the rom folder. no idea how one was created in the rom folder. deleted it and stuff seems out now after rescraping using the emulationstation built in scraper.

                    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.