Aloshi / EmulationStation

A flexible emulator front-end supporting keyboardless navigation and custom system themes.
MIT License
2.08k stars 905 forks source link

TurboGrafx-16/PC Engine not listed in Emulation Station. #155

Closed TheDiscoPotato closed 10 years ago

TheDiscoPotato commented 10 years ago

I'm having trouble figuring out why this list of games won't show up in ES. I double checked the extensions in es_systems.cfg and my ROMs and they match up.

Here's my log: lvl2: EmulationStation - 1.0.2.0 - built Nov 3 2013 - 07:10:18 lvl2: Starting SDL... lvl2: Creating surface... lvl2: Resolution: 720x480... lvl2: Created surface successfully! lvl1: Could not find unconfigured joystick named "Sony PLAYSTATION(R)3 Controller"! Skipping it.

lvl2: Loaded InputConfig data for 1 devices. lvl2: Created font "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf" with size 16. textureID: 1 lvl2: Created font "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf" with size 21. textureID: 2 lvl2: Created font "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf" with size 48. textureID: 3 lvl2: Loading system config file... lvl1: System "atari2600" has no games! Ignoring it. lvl1: System "atariStSteFalcon" has no games! Ignoring it. lvl1: System "c64" has no games! Ignoring it. lvl2: Parsing XML file "/home/pi/RetroPie/roms/gb/gamelist.xml"... lvl2: Parsing XML file "/home/pi/RetroPie/roms/gba/gamelist.xml"... lvl2: Parsing XML file "/home/pi/RetroPie/roms/gbc/gamelist.xml"... lvl1: System "gamegear" has no games! Ignoring it. lvl1: System "intellivision" has no games! Ignoring it. lvl1: System "mame" has no games! Ignoring it. lvl1: System "fba" has no games! Ignoring it. lvl1: System "scummvm" has no games! Ignoring it. lvl1: System "mastersystem" has no games! Ignoring it. lvl2: Parsing XML file "/home/pi/RetroPie/roms/megadrive/gamelist.xml"... lvl1: System "neogeo" has no games! Ignoring it. lvl2: Parsing XML file "/home/pi/RetroPie/roms/nes/gamelist.xml"... lvl1: System "n64" has no games! Ignoring it. lvl1: System "psx" has no games! Ignoring it. lvl1: System "psp" has no games! Ignoring it. lvl2: Parsing XML file "/home/pi/RetroPie/roms/snes/gamelist.xml"... lvl1: System "zxspectrum" has no games! Ignoring it. lvl2: Finished loading config file - created 7 systems. lvl2: Loading theme "/home/pi/.emulationstation/gb/theme.xml"... lvl2: Created font "/home/pi/.emulationstation/gb/../general_art/pixeljosh6.ttf" with size 19. textureID: 4 lvl2: Created font "/home/pi/.emulationstation/gb/../general_art/pixeljosh6.ttf" with size 14. textureID: 5 lvl2: Created font "/home/pi/.emulationstation/gb/../general_art/pixeljosh6.ttf" with size 72. textureID: 6 lvl2: Theme loading complete.

Now I did update the RetroPie binaries through RetroPie setu. I initially thought this would update ES as well, but I'm not sure now.

This is the PC Engine line in my es_systems file:

PLATFORMID=3

DESCNAME=PC Engine/TurboGrafx 16 NAME=pcengine PATH=/home/pi/RetroPie/roms/pcengine EXTENSION=.pce .iso .cue COMMAND=/home/pi/RetroPie/supplementary/runcommand/runcommand.sh 1 "/home/pi/RetroPie/emulators/RetroArch/installdir/bin/retroarch -L /home/pi/RetroPie/emulatorcores/mednafen-pce-libretro/libretro.so --config /home/pi/RetroPie/configs/all/retroarch.cfg --appendconfig /home/pi/RetroPie/configs/pcengine/retroarch.cfg %ROM%"

Aloshi commented 10 years ago

The master branch of ES hasn't really changed in several months, so you probably don't need to worry about updating it.

Is the es_systems.cfg entry actually formatted like that (the newline after ".pce")? It should look like this:

PLATFORMID=3
DESCNAME=PC Engine/TurboGrafx 16
NAME=pcengine
PATH=/home/pi/RetroPie/roms/pcengine
EXTENSION=.pce .iso .cue
COMMAND=/home/pi/RetroPie/supplementary/runcommand/runcommand.sh 1 "/home/pi/RetroPie/emulators/RetroArch/installdir/bin/retroarch -L /home/pi/RetroPie/emulatorcores/mednafen-pce-libretro/libretro.so --config /home/pi/RetroPie/configs/all/retroarch.cfg --appendconfig /home/pi/RetroPie/configs/pcengine/retroarch.cfg %ROM%"
TheDiscoPotato commented 10 years ago

Guess Windows Notepad is NOT the best way to edit files. I gave Notepad++ a try and the line WAS formatted wrong. Turbografx/PC Engine works fine now. Thanks!!