• 0 Votes
    5 Posts
    2k Views
    A

    Sory for bumping old topic but i've encountered the same problem. For people that may have the same problem in the future i think starting script is bust.

    To repair it i've created a new script: /home/pi/.scummvm/start.sh
    with content:

    #!/bin/bash game="$1" while read id; do echo "$id" done < "/home/pi/RetroPie/roms/scummvm/$game.svm" /opt/retropie/emulators/scummvm/bin/scummvm --fullscreen --joystick=0 --extrapath="/opt/retropie/emulators/scummvm/extra/" --path="/home/pi/RetroPie/roms/scummvm/$game/" $id

    and changed content of /opt/retropie/configs/scummvm/emulators.cfg
    to:

    scummvm = "bash /home/pi/RetroPie/roms/scummvm/+Start\ ScummVM.sh %BASENAME%" scummvm-game = "bash /home/pi/.scummvm/start.sh %BASENAME%" default = "scummvm-game"

    .svm files cannot have "newline" character at the end of game name.

    Hope this will help people in the future.

  • 0 Votes
    7 Posts
    4k Views
    Thorr69T

    @jamrom2 Definitely. When the cable company upgraded to the 'slide' version, I played with it endlessly.slide box

  • Kodi 19?

    4
    0 Votes
    4 Posts
    1k Views
    mituM

    @xsy77 said in Kodi 19?:

    Do you when or if it will get the update to 19?

    I don't know.

    Is the only solution for me at the moment to use berry boot to have both retropie and Librelec/OSMC to get Kodi 19?

    If that works, why not ? Is there anything you need from Kodi 19 and it's not in Kodi 18 ?

  • Video Snap on Jetson nano

    6
    0 Votes
    6 Posts
    695 Views
    R

    @mitu thanx for the suggest I will check it an let you know

  • Micro sd card says boot and only has 256mb

    3
    0 Votes
    3 Posts
    1k Views
    F

    @sleve_mcdichael
    Thank you I will try this now

  • Joystick order and Bluetooth gamepad

    10
    0 Votes
    10 Posts
    1k Views
    P

    @mitu said in Joystick order and Bluetooth gamepad:

    @pscotto1234 said in Joystick order and Bluetooth gamepad:

    When I start a game with this configuration, DS4 is the first joystick and it's ok. The weird thing is that if I disconnect DS4,...

    Are you disconnecting the controller during game play or you're starting the game after disconnecting the controller ?

    I disconnect Joystick only when not in game. I tried to restart as well but had the same behaviour.

  • Config Overrides Causing Display Problems

    2
    0 Votes
    2 Posts
    605 Views
    mituM

    We don't support 3rd party images - as outlined in https://retropie.org.uk/forum/topic/3/read-this-first.

    Why don't you start with a clean image ?

  • Boot Issue pi4

    6
    0 Votes
    6 Posts
    1k Views
    BuZzB

    @vwcr Please post the solution you used so this topic may be of use to someone else who comes across it.

  • Is it possible to run OpenBOR as a system?

    11
    0 Votes
    11 Posts
    3k Views
    G

    @jimmyfromthebay Sorry. Experimental packages.

  • AdvMAME in 2021 - on Pi 3 and Pi 4

    23
    0 Votes
    23 Posts
    11k Views
    dankcushionsD

    @tango said in AdvMAME in 2021 - on Pi 3 and Pi 4:

    @dankcushions said in AdvMAME in 2021 - on Pi 3 and Pi 4:

    lr-fbneo has been part of retropie since 4.5 in 2019: https://github.com/RetroPie/RetroPie-Setup/releases/tag/4.5

    It wasn't showing up in my emulators, either in EmulationStation. I'm trying to remember from what I've read. Is ~/RetroPie/roms/fba the directory for fbneo ROMs?

    yes (and /arcade and /neogeo - see https://retropie.org.uk/docs/FinalBurn-Neo/ )

    And am I right that the emulator won't show up on EmulationStation unless I have ROMs in the directory?

    that’s right. however you’ll still see it as installed in retropie-setup’s package manager regardless.

    i can't stress enough that apt is nothing to do with emulators in retropie :) emulators are installed and updated via the retropie-setup script, not apt. even if they are there somewhere, apt wouldn't install to the same place as retropie, leverage retropie's config scripts, or add the systems to emulationstation, etc.

    Okay, that helps a LOT, since I've been bumbling around here, on and off, for a while, and never realized these packages were handled separately from apt.

    How are they updated, then? Do I need to update them manually through the script or are they updated automatically?

    https://retropie.org.uk/docs/Updating-RetroPie/

    My thought would be that if I use a new image and copy the /home/pi/Retropie directory recursively to the new image, that should preserve all the settings, configuration changes, and high scores to the new system. Please let me know if I'm wrong on that.

    it wouldn't. for example, (most) config files are stored in /opt/retropie/configs/* etc. You can probably find some info on copying configs across images elsewhere on the forum, or perhaps someone will reply. personally i don't like to copy configs across from older versions - defaults change, emulators change, etc. I think you can end up carrying sub-optimal settings through to later versions. I like to start fresh, or pick and choose specific config files I know to be safe, but that's just me...

    With Debian, I can easily do automatic updates so I don't have to go into a system and do admin work. I used to do that when I ran a business where all my software was on a Debian server. I know some people don't like auto-updates, but I never had a problem with things failing or crashing and that way I only had to deal with doing it manually when doing a dist upgrade.

    For an arcade system, I'd like to keep that as automated as possible. I have had very little free time in the past decade and I'd rather automate whatever I can.

    So how would I handle that with RetroPie, EmulationStation, and the emulators?

    the update link above describes how you update retropie, but before we were talking about what was described as a pre-fbneo image, which would indeed be a dist-upgrade (or 2), which is not a supported in-place upgrade.

  • Converting SRM for other N64 Emulators

    3
    0 Votes
    3 Posts
    1k Views
    B

    @retropieuser555

    I would love to, but, I can't seem to get the save file to work between mupen64plus and lr-mupen.

    Lr-mupen saves data as a .SRA file, mupen64plus saves it as .SRM . I have been unable to convert the srm to sra.

    Any ideas on how to accomplish this? I've tried pj64tosrm and other utilities, carefully checked the directories and names, etc.

  • Bullseye dist-upgrade?

    9
    0 Votes
    9 Posts
    6k Views
    mituM

    @eusi said in Bullseye dist-upgrade?:

    Any idea when retropie will release its new version that is based on Bullseye? Just roughly (within next some weeks?)...

    No idea.

  • lr-tyrquake and OpenGL

    1
    0 Votes
    1 Posts
    267 Views
    No one has replied
  • Consistent Resolution Output Then Scaled To Display?

    4
    0 Votes
    4 Posts
    583 Views
    hooperreH

    @macgyver Thank you!

  • Low vertical frame rate in emulation station.

    2
    0 Votes
    2 Posts
    300 Views
    mituM

    Using display_rotate needs more GPU memory and usually has a performance impact.
    What's your resolution ? What version of RetroPie are you using ?

  • Controllers not working

    3
    0 Votes
    3 Posts
    1k Views
    BuZzB

    Btw I was assuming you were using the lr-fuse core. If using standalone fuse, then my advice won't help. Please let us know which emulator if you're not using the libretro core.

  • 0 Votes
    13 Posts
    2k Views
    A

    @folly Sounds like great progress! Ingenious work with the PSP battery.

    I bet PS2 is decent for emulation, they are powerful enough in retro terms. PSP seems more fun - I like the handheld retro aspect.

    I've got an XBox One and a decent laptop as well, I like modern and retro. There is some messing around to get games to work sometimes on Windows - I had trouble with Jurrasic World Evolution this week, took me a day to get it working (it didn't like booting up in anything other than 60hz 1080p). I'm playing Halo Infinite now as well - it is so good for a free game (only the multiplayer is free though).

  • lr-mame2010 controller issues

    1
    0 Votes
    1 Posts
    297 Views
    No one has replied
  • Is it possible to do binary install over official Raspi OS?

    4
    0 Votes
    4 Posts
    542 Views
    RedMarsBlueMoonR

    @mitu

    I'm totally happy to do some extra installing/building if that would help.
    If I build SDL2 from source repo, would I be able to fix this up without too much editing of cmake files etc?
    (i do need to use Bullseye unfortunately)

    EDIT:
    if I did this for the SDL2 build?

    ./configure --enable-video-kmsdrm --enable-video-opengles
  • Help: accidentally removed core packages

    3
    0 Votes
    3 Posts
    342 Views
    nunna78N

    @buzz Many thanks buzz

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.