• WHDboot, controller not working inside games

    1
    0 Votes
    1 Posts
    159 Views
    No one has replied
  • Atari 7800 savestate is not working

    2
    0 Votes
    2 Posts
    245 Views
    mituM

    Please add more info about your system, as detailed in https://retropie.org.uk/forum/topic/3/read-this-first.

    Save states are supported by the lr-prosystem Libretro core - https://docs.libretro.com/library/prosystem/.

  • RetroPie Kodi and LIRC

    4
    0 Votes
    4 Posts
    307 Views
    mituM

    If you're using Raspbian Buster, then check out this issue - https://github.com/raspberrypi/linux/issues/2993 if you still want to use lircd.

  • Another total noob question

    2
    0 Votes
    2 Posts
    369 Views
    mituM

    @StigNasty said in Another total noob question:

    Two questions: 1. What does this mean? 2. How do I do this?

    It means you've been using a development branch of the RetroPie-Setup script and that branch (version) will be deleted, so you'll not be able to update in the future.

    From the command line, execute the following:

    cd $HOME/RetroPie-Setup git reset --hard git checkout master

    OR

    cd $HOME sudo rm -fr ./RetroPie-Setup git clone https://github.com/retropie/RetroPie-Setup
  • 0 Votes
    15 Posts
    8k Views
    mituM

    @jgraves We don't support running from a desktop environment, if you want to test the new PI4 support, start from a Buster Lite installation and do a manual installation - the latest version has integrated the fkms_rpi4 development branch.

    MODERATION note: I'm going to lock this topic, it's no longer relevant to the current RetroPie version and creates more confusion than it gives solutions.

  • Daphne in 4.4

    4
    0 Votes
    4 Posts
    207 Views
    mituM

    @Cosimo Daphne is still in the optional packages section - but depending on your system, it might not be available for install. Can you add the info detailed in https://retropie.org.uk/forum/topic/3/read-this-first to your post ?

  • No video after update

    13
    0 Votes
    13 Posts
    2k Views
    mituM

    @cowpuncher said in No video after update:

    Related question: For the updates, when prompted "Updated underlying kernel, OS, etc" - Why does that update point to the kernel that kills the HDMI video out? Anybody else who updates their system and chooses to updated the underlying kernel/OS is going to run into the same problem. Just wondering why nobody's changed that to point back to the last kernel that doesn't kill the video.

    The OS updates are not distributed by RetroPie, but are coming straight from upstream Raspbian distribution. If you have a video initialisation issue with a certain update, most likely is because of a firmware update.
    Try telling the boot loader/firmware what resolution do you need by modifying the config.txt file and tweaking the video resolution parameters - see https://www.raspberrypi.org/documentation/configuration/hdmi-config.md.

    What version of the Raspbian kernel are you using ? Can you run uname -a from a terminal and post the output ?

  • Keeping Raspbian with Retropie

    3
    0 Votes
    3 Posts
    284 Views
    E

    Ok. Thanks for your quick answer. I understand that my applications, parameters, etc. will be kept and I'll be able to use Retropie «as an application » (quotes mean I know it's slightly different from a usual application), along with other uses.

  • Does anything run Pac Manic Miner Man?

    3
    0 Votes
    3 Posts
    703 Views
    S

    @retropieuser555 It's the Spectrum version hacked to run on Pac-Man hardware, yes. Obviously I know I could run that instead, but I wanted to run this.

    Happily, I found the ROM eventually and you can indeed play it in Retropie by renaming it to pacman.zip and running it with (for example) lr-mame2003.

  • PLAYER SPRITE DISAPPEARS

    3
    0 Votes
    3 Posts
    375 Views
    lostlessL

    @technogeek69 sound like you have some sort of frame skip on where the games are running at 30fps vs 60. But we need to know your setup to help guide you to a solution.

  • N64 USB controller

    4
    0 Votes
    4 Posts
    2k Views
    J

    @Phoenix_Rising66 I have the same problem. There’s no select button so i have to turn off the retro pie just to go to a different game, then after I do that I have to reconfigure the controller again

  • Are save state files portable across platforms?

    2
    0 Votes
    2 Posts
    647 Views
    M

    @VictimRLSH Yes. I often transfer savestates between raspberry pi, PC and my phone and they work if you're using the same core.

  • Thermal paste sitting?

    4
    0 Votes
    4 Posts
    110 Views
    DarksaviorD

    @Clyde I think Linus did a video about it to end the debate once and for all. In the end, it didn't matter because temps were the same.

  • Super Spacefortress Macross missing sound

    2
    0 Votes
    2 Posts
    123 Views
    DarksaviorD

    @cedric5555 I tried the game in mame2003plus. Audio is not perfect but it's there. If you shoot while the intro music to level 1 is played, the music is cut until the main level 1 music starts, then it seems to be fine. With fb-neo, overall all the volume was a bit lower. when the intro music is played and you shoot, the music is not interrupted and you can't hear your shooting until the main level music starts.

    I don't know which one's right, but fb-neo might be the better one. I'm using a pi4 so it might be too slow on a pi3.

  • 0 Votes
    2 Posts
    339 Views
    mituM

    New cores are not automatically added to RetroPie, someone has to add it - either one of the developers or by submitting a PR (pull request, request to change) to the Github repository of the project.

  • Show current time in ES?

    1
    0 Votes
    1 Posts
    312 Views
    No one has replied
  • Lr-genesis-plus-gx half screen

    8
    0 Votes
    8 Posts
    575 Views
    mituM

    Hm, it might be something with the new RetroArch version and bezels. I don't have bezels in my installation, but I frequently use shaders, so I don't think the shaders have any influence.

    Let's see if we can reproduce it.

  • Splash Screen Video not playing

    1
    0 Votes
    1 Posts
    254 Views
    No one has replied
  • Custom Collections Not Showing Games/Roms

    3
    0 Votes
    3 Posts
    1k Views
    M

    @mitu said in Custom Collections Not Showing Games/Roms:

    If your collection ROMs are not part of an existing system, they won't show up. So if you created a roms/cps1 folder and put the ROMs there, then created a collection with the filenames of those ROMs, that won't work.
    EmulationStation needs to know that roms/cps1 is a system, you probably had - in your previous build - cps configured as such.

    If that's not your exact setup, then you should post the configuration files for EmulationStation's system list and the custom collection you've created. And it would be nice if you added the info asked in https://retropie.org.uk/forum/topic/3/read-this-first, just to know what version of EmulationStation/RetroPie we're talking here.

    @mitu Thank you for your reply and I apologize for missing the other information. As soon as you mentioned the es_systems.cfg file was the moment I realized "yup, that's not there". All is good with this build now. Arg I knew it was going to be something silly.

  • GameCube / Dolphin On RetroPi (not rasberryPi but PC)

    3
    0 Votes
    3 Posts
    261 Views
    G

    i feel stupid, thanks alot

    EDIT: wow performance is absolute garbage, how can this be, i looked in some forums, and everybody is like "oh you need dual core" dude i have a quad core 3.4 Ghz i7? Is it the settings or is it ubuntu itself?

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.