• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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

EmulationStation Update broken? Line 21: No such file or directory

Scheduled Pinned Locked Moved Help and Support
emustationupdate all
54 Posts 7 Posters 14.0k 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.
  • X
    xFlesk
    last edited by xFlesk 28 May 2017, 11:32

    i've checked. have the same as on your example. im trying now install again from binary.

    i noticed new update came out (like 23 minutes ago). we will see if it helps.

    edit:
    unfortunetly it does not help. still same error.

    B 1 Reply Last reply 28 May 2017, 11:37 Reply Quote 0
    • B
      BuZz administrators @xFlesk
      last edited by 28 May 2017, 11:37

      @xFlesk does your ISP have a transparent http cache / proxy?

      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

      X 1 Reply Last reply 28 May 2017, 11:59 Reply Quote 0
      • B
        BuZz administrators
        last edited by 28 May 2017, 11:39

        please post the output of

        cd
        wget http://files.retropie.org.uk/binaries/jessie/rpi2/supplementary/emulationstation.tar.gz -Oemulationstation.tar.gz
        md5sum emulationstation.tar.gz
        ls -la emulationstation.tar.gz
        tar xvzf emulationstation.tar.gz
        rm -rf emulationstation emulationstation.tar.gz

        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

        1 Reply Last reply Reply Quote 0
        • B
          BuZz administrators
          last edited by 28 May 2017, 11:40

          also

          uname -a

          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

          1 Reply Last reply Reply Quote 0
          • X
            xFlesk
            last edited by 28 May 2017, 11:41

            here is my log after installing emulation station from binary:

            Log started at: Sun 28 May 11:38:08 UTC 2017

            = = = = = = = = = = = = = = = = = = = = =
            Installing dependencies for 'emulationstation' : EmulationStation - Frontend used by RetroPie for launching emulators
            = = = = = = = = = = = = = = = = = = = = =

            = = = = = = = = = = = = = = = = = = = = =
            Installing 'emulationstation' : EmulationStation - Frontend used by RetroPie for launching emulators
            = = = = = = = = = = = = = = = = = = = = =

            gzip: stdin: not in gzip format
            tar: Child returned status 1
            tar: Error is not recoverable: exiting now
            /opt/retropie/supplementary/emulationstation /home/pi

            = = = = = = = = = = = = = = = = = = = = =
            Configuring 'emulationstation' : EmulationStation - Frontend used by RetroPie for launching emulators
            = = = = = = = = = = = = = = = = = = = = =

            = = = = = = = = = = = = = = = = = = = = =
            Running action 'install_theme' for 'esthemes' : Install themes for Emulation Station
            = = = = = = = = = = = = = = = = = = = = =

            git clone --recursive --depth 1 "https://github.com/RetroPie/es-theme-carbon.git" "/etc/emulationstation/themes/carbon"
            Cloning into '/etc/emulationstation/themes/carbon'...
            /home/pi

            Log ended at: Sun 28 May 11:38:14 UTC 2017
            Total running time: 0 hours, 0 mins, 6 secs

            1 Reply Last reply Reply Quote 0
            • X
              xFlesk
              last edited by xFlesk 28 May 2017, 11:53

              sorry but i can only take a photo. hope its good

              alt text

              1 Reply Last reply Reply Quote 0
              • X
                xFlesk @BuZz
                last edited by xFlesk 28 May 2017, 11:59

                @BuZz i dont know how to check if my ISP is transparent or not.

                B 1 Reply Last reply 28 May 2017, 12:09 Reply Quote 0
                • B
                  BuZz administrators @xFlesk
                  last edited by BuZz 28 May 2017, 12:09

                  @xFlesk Please run

                  cd
                  sudo __debug=1 ~/RetroPie-Setup/retropie_packages.sh emulationstation install_bin 2>log.txt

                  and send me log.txt from /home/pi (please use pastebin site for the log)

                  (and post the screen output)

                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                  X 1 Reply Last reply 28 May 2017, 13:31 Reply Quote 0
                  • X
                    xFlesk @BuZz
                    last edited by xFlesk 28 May 2017, 13:31

                    @BuZz here you go

                    https://pastebin.com/aFr7ZWxv

                    and here is what appears in terminal:

                    pi@retropie:~ $ sudo __debug=1 ~/RetroPie-Setup/retropie_packages.sh emulationstation install_bin 2>log.txt

                    = = = = = = = = = = = = = = = = = = = = =
                    Installing 'emulationstation' : EmulationStation - Frontend used by RetroPie for launching emulators
                    = = = = = = = = = = = = = = = = = = = = =

                    pi@retropie:~ $

                    B 1 Reply Last reply 28 May 2017, 13:58 Reply Quote 0
                    • B
                      BuZz administrators @xFlesk
                      last edited by BuZz 28 May 2017, 13:58

                      @xFlesk I cannot see any problem with the code the script is running - something is interfering so you are not getting the expected data. However I am unable to reproduce. One more check -

                      Please run this from terminal

                      cd
                      wget http://files.retropie.org.uk/binaries/jessie/rpi3/supplementary/emulationstation.tar.gz -Oemulationstation.tar.gz
                      md5sum emulationstation.tar.gz
                      ls -la emulationstation.tar.gz
                      tar xvzf emulationstation.tar.gz
                      rm -rf emulationstation emulationstation.tar.gz

                      For whatever reason when the script does wget and pipes to tar to unpack, it's not getting the correct data - do you have somewhere else you could take your rpi to use a different net connection? I will also reboot our server, but it's all working fine here so I don't know what the problem could be.

                      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                      X 1 Reply Last reply 28 May 2017, 14:15 Reply Quote 0
                      • B
                        BuZz administrators
                        last edited by 28 May 2017, 13:59

                        Also try

                        wget -O- -q http://files.retropie.org.uk/binaries/jessie/rpi3/supplementary/emulationstation.tar.gz | tar -xvz -C ~
                        wget -O- -q http://files.retropie.org.uk/binaries/jessie/rpi2/supplementary/emulationstation.tar.gz | tar -xvz -C ~
                        rm -rf ~/emulationstation

                        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                        1 Reply Last reply Reply Quote 0
                        • T
                          timothee @meleu
                          last edited by 28 May 2017, 14:05

                          @meleu @BuZz

                          Yup, this is it:

                          pi@Boris-Pie:~/tmp $ wget http://files.retropie.org.uk/binaries/jessie/rpi3/supplementary/emulationstation.tar.gz -Oemulationstation.tar.gz
                          --2017-05-28 14:03:59--  http://files.retropie.org.uk/binaries/jessie/rpi3/supplementary/emulationstation.tar.gz
                          Resolving files.retropie.org.uk (files.retropie.org.uk)... 93.93.129.253, 2a00:1098:0:80:1000:57:0:1
                          Connecting to files.retropie.org.uk (files.retropie.org.uk)|93.93.129.253|:80... connected.
                          HTTP request sent, awaiting response... 200 OK
                          Length: 138 [text/html]
                          Saving to: ‘emulationstation.tar.gz’
                          
                          emulationstation.tar.gz                            100%[==================================================================================================================>]     138  --.-KB/s   in 0s
                          
                          2017-05-28 14:04:00 (6.77 MB/s) - ‘emulationstation.tar.gz’ saved [138/138]
                          
                          pi@Boris-Pie:~/tmp $ md5sum emulationstation.tar.gz
                          a9766506a5dd7c576df7ada79a0a4fa7  emulationstation.tar.gz
                          pi@Boris-Pie:~/tmp $ ls -la emulationstation.tar.gz
                          -rw-r--r-- 1 pi pi 138 May 28 14:04 emulationstation.tar.gz
                          pi@Boris-Pie:~/tmp $ tar tvzf emulationstation.tar.gz
                          
                          gzip: stdin: not in gzip format
                          tar: Child returned status 1
                          tar: Error is not recoverable: exiting now
                          
                          B 1 Reply Last reply 28 May 2017, 14:06 Reply Quote 0
                          • B
                            BuZz administrators @timothee
                            last edited by 28 May 2017, 14:06

                            @timothee said in EmulationStation Update broken? Line 21: No such file or directory:

                            wget http://files.retropie.org.uk/binaries/jessie/rpi3/supplementary/emulationstation.tar.gz

                            ok - please post the output of

                            wget -O- -q http://files.retropie.org.uk/binaries/jessie/rpi3/supplementary/emulationstation.tar.gz
                            

                            To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                            T 1 Reply Last reply 28 May 2017, 14:07 Reply Quote 0
                            • T
                              timothee @BuZz
                              last edited by 28 May 2017, 14:07

                              @BuZz

                              wget -O- -q http://files.retropie.org.uk/binaries/jessie/rpi3/supplementary/emulationstation.tar.gz

                              pi@Boris-Pie:~/tmp $ wget -O- -q http://files.retropie.org.uk/binaries/jessie/rpi3/supplementary/emulationstation.tar.gz
                              <html>
                              <head>
                              <meta HTTP-EQUIV="REFRESH" content="0; url=http://192.168.2.1/blocking.asp?cat_id=78">
                              </head>
                              <body></body>
                              </html>
                              
                              B T 3 Replies Last reply 28 May 2017, 14:10 Reply Quote 0
                              • B
                                BuZz administrators @timothee
                                last edited by BuZz 28 May 2017, 14:10

                                @timothee Looks like your router has something on it interfering / blocking or something else like that - nothing I can do about that.

                                Could be some antivirus also - don't know.

                                To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                1 Reply Last reply Reply Quote 1
                                • B
                                  BuZz administrators @timothee
                                  last edited by 28 May 2017, 14:10

                                  @timothee What do you get if you view http://192.168.2.1/blocking.asp?cat_id=78 on your network?

                                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                  1 Reply Last reply Reply Quote 1
                                  • T
                                    timothee @timothee
                                    last edited by 28 May 2017, 14:13

                                    Thanks @BuZz yep, I was trying to get to the screenshot after sending my last message and this is it.

                                    It looks like the url or file as been marked bad by trendmicro.

                                    It's strange because the one from rpi2 worked just fine.

                                    0_1495980705019_2017-05-28_2211.png

                                    1 Reply Last reply Reply Quote 1
                                    • B
                                      BuZz administrators
                                      last edited by 28 May 2017, 14:14

                                      Will see if there is something on their website I can fill out - maybe someone submitted a false report, or the file was misidentified.

                                      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                      1 Reply Last reply Reply Quote 0
                                      • X
                                        xFlesk @BuZz
                                        last edited by 28 May 2017, 14:15

                                        @BuZz i did it and here is the log

                                        pi@retropie:~ $ wget http://files.retropie.org.uk/binaries/jessie/rpi3/supplementary/emulationstation.tar.gz -Oemulationstation.tar.gz
                                        --2017-05-28 14:13:35--  http://files.retropie.org.uk/binaries/jessie/rpi3/supplementary/emulationstation.tar.gz
                                        Resolving files.retropie.org.uk (files.retropie.org.uk)... 93.93.129.253, 2a00:1098:0:80:1000:57:0:1
                                        Connecting to files.retropie.org.uk (files.retropie.org.uk)|93.93.129.253|:80... connected.
                                        HTTP request sent, awaiting response... 200 OK
                                        Length: 144 [text/html]
                                        Saving to: ‘emulationstation.tar.gz’
                                        
                                        emulationstation.tar.gz                                     100%[==========================================================================================================================================>]     144  --.-KB/s   in 0s
                                        
                                        2017-05-28 14:13:35 (6.26 MB/s) - ‘emulationstation.tar.gz’ saved [144/144]
                                        
                                        pi@retropie:~ $ md5sum emulationstation.tar.gz
                                        c0c92092a5940480e7057cc1c272dde3  emulationstation.tar.gz
                                        pi@retropie:~ $ ls -la emulationstation.tar.gz
                                        -rw-r--r-- 1 pi pi 144 May 28 14:13 emulationstation.tar.gz
                                        pi@retropie:~ $ tar xvzf emulationstation.tar.gz
                                        
                                        gzip: stdin: not in gzip format
                                        tar: Child returned status 1
                                        tar: Error is not recoverable: exiting now
                                        pi@retropie:~ $ rm -rf emulationstation emulationstation.tar.gz
                                        
                                        B 1 Reply Last reply 28 May 2017, 14:15 Reply Quote 0
                                        • B
                                          BuZz administrators @xFlesk
                                          last edited by 28 May 2017, 14:15

                                          @xFlesk See the test above and do the same - probably the same issue

                                          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                          1 Reply Last reply Reply Quote 0
                                          40 out of 54
                                          • First post
                                            40/54
                                            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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received