RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
10.02k stars 1.38k forks source link

Source Based: Gamegear emulator Osmose COMPLETELY FAILS #424

Closed nilsbyte closed 10 years ago

nilsbyte commented 10 years ago

Tested with a fresh raspbian image, upgraded and updated. Latest RetroPie Script as of 08-07-14 8 PM.

Following selection in 'Source-based INSTALLATION':

DEselected:

100 AdvMame 102 Macintosh emulator 104 Amstrad CPC emulator 107 Duke3D Port 115 Apple 2 emulator Linapple 116 MAME emulator MAME4All-Pi 120 FBA emulator PiFBA 200 Cave Story LibretroCore 201 Doom LibretroCore 202 FBA LibretroCore 205 MAME LibretroCore

All OTHER packages selected.

= = = = = = = = = = = = = = = = = = = = =
Getting sources for Gamegear emulator Osmose
= = = = = = = = = = = = = = = = = = = = =

--2014-08-07 21:02:59--  https://downloads.petrockblock.com/retropiearchives/osmose-0.8.1%2Brpi20121122.tar.bz2?dl=1
Resolving downloads.petrockblock.com (downloads.petrockblock.com)... 80.67.17.45, 2a00:1158:0:300:794a::1
Connecting to downloads.petrockblock.com (downloads.petrockblock.com)|80.67.17.45|:443... connected.
ERROR: The certificate of `downloads.petrockblock.com' is not trusted.
ERROR: The certificate of `downloads.petrockblock.com' hasn't got a known issuer.
The certificate's owner does not match hostname `downloads.petrockblock.com'

bzip2: Compressed file ends unexpectedly;
perhaps it is corrupted?  *Possible* reason follows.
bzip2: Inappropriate ioctl for device
Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

tar: Child returned status 2
tar: Error is not recoverable: exiting now
= = = = = = = = = = = = = = = = = = = = =
Building Gamegear emulator Osmose
= = = = = = = = = = = = = = = = = = = = =

/home/pi/RetroPie-Setup/scriptmodules/emulators/osmose.sh: line 13: pushd: /opt/retropie/emulators/osmose-0.8.1+rpi20121122/: No such file or directory
make: *** No rule to make target `clean'.  Stop.
make: *** No targets specified and no makefile found.  Stop.
/home/pi/RetroPie-Setup/scriptmodules/emulators/osmose.sh: line 19: popd: directory stack empty
= = = = = = = = = = = = = = = = = = = = =
Configuring Gamegear emulator Osmose
= = = = = = = = = = = = = = = = = = = = =

Traceback (most recent call last):
  File "/opt/retropie/supplementary/ESConfigEdit/esconfedit.py", line 291, in <module>
    systemlist.loadSystems(args.inputfile, args.dontstop)
  File "/opt/retropie/supplementary/ESConfigEdit/esconfedit.py", line 55, in loadSystems
    emptyfile = open(sourcefile, "w")
IOError: [Errno 2] No such file or directory: '/etc/emulationstation/es_systems.cfg'
Traceback (most recent call last):
  File "/opt/retropie/supplementary/ESConfigEdit/esconfedit.py", line 291, in <module>
    systemlist.loadSystems(args.inputfile, args.dontstop)
  File "/opt/retropie/supplementary/ESConfigEdit/esconfedit.py", line 55, in loadSystems
    emptyfile = open(sourcefile, "w")
IOError: [Errno 2] No such file or directory: '/etc/emulationstation/es_systems.cfg'
joolswills commented 10 years ago

Please try it again with latest script. Might still have an issue with the ESConfigEdit and non existant es_systems.cfg, but I believe there was a patch recent that should have sorted that.

nilsbyte commented 10 years ago

I will try again tonight.

nilsbyte commented 10 years ago

Works now, thanks!