• Mount network share, Unable to find suitable address.

    8
    0 Votes
    8 Posts
    2k Views
    mituM

    @Bagarn said in Mount network share, Unable to find suitable address.:

    To be fair, the guide did not mention samba or anything like that. :D

    Yes, the guide is only for the client side setup, not the server itself. Glad you got it sorted out, have fun !

  • 0 Votes
    5 Posts
    148 Views
    C

    Update - I adjusted the script and everything is working as it should! Thanks @mitu for your help.

    #!/usr/bin/python import RPi.GPIO as GPIO import time import subprocess GPIO.setmode(GPIO.BOARD) resetPin=26 GPIO.setup(resetPin, GPIO.IN, pull_up_down = GPIO.PUD_UP) #oldButtonState1 = False print GPIO.input(resetPin) while True: #grab the current button state buttonState1 = GPIO.input(resetPin) # check to see if button has been pushed if buttonState1 == False: # Reset emulator print "Reset pressed" subprocess.call("/home/pi/scripts/multi_switch.sh --es-closeemu", shell$ stdout=subprocess.PIPE, stderr=subprocess.PIPE) time.sleep(.3)
  • PSX Save Games

    3
    0 Votes
    3 Posts
    2k Views
    A

    @windg Thank you, that worked!

  • Can not connect to wifi

    5
    0 Votes
    5 Posts
    973 Views
    A

    This fix did not survive a reboot, so I added modules-load=brcmfmac roamoff=1 feature_disable=0x82000 into /boot/cmdline.txt and it seems to work.

  • PS1 Game stopped working randomly

    1
    0 Votes
    1 Posts
    270 Views
    No one has replied
  • Scraping Amiga CD32

    4
    0 Votes
    4 Posts
    671 Views
    M

    Thanks for the info, to workaround the issue I was able to choose the games from a list in the scraper since I changed the platform and it was not found. It only worked w/ TGDB, not screenscraper, but I was able to scape the games I needed

  • Pico-8 Screenshots/Video Snaps

    4
    0 Votes
    4 Posts
    1k Views
    mituM

    The platform name is correct, so scraping should get some results when using ScreenScraper as the source. If you don't, then add more info about your setup, as detailed in https://retropie.org.uk/forum/topic/3/read-this-first, and specify which games you tried scraping.

    I also noticed there's no gamelist file in the rom folder. I would think scraping would have created one?

    The gamelist is created by EmulationStation regardless of any scraping operation. By default is not in the roms' folder.

  • exit a movie splash screen with a button

    2
    0 Votes
    2 Posts
    297 Views
    mituM

    There's nothing out-of-the-box for this, but you can use triggerhappy to map a gamepad button (or combo) to a command that will stop the video player (omxplayer).

  • No Signal

    4
    0 Votes
    4 Posts
    868 Views
    mituM

    @wasddsaw Try asking directly in the Raspberry Pi forums - https://forums.raspberrypi.com/ - in the Troubleshooting forum.

  • Question on Ubuntu laptop with two user accounts

    4
    0 Votes
    4 Posts
    542 Views
    mituM

    @directandrew said in Question on Ubuntu laptop with two user accounts:

    If i just install on one account, does Retropie require Admin to run correctly on Ubuntu?

    Yes, but that's needed just for installing packages by the RetroPie-Setup script, not for running the games.

    If so, i would need to elevate my "son" account from standard to Admin on the laptop.
    During use, Retropie may look to modify folders below:
    ...

    Those folders are always owned by the non-admin user that was used for installation, you don't require any special/admin rights to access or write to them. They're used mainly by the emulators for saving configs / game progress, so there's no need for extra rights to work with them.

  • How to run the .rp file

    3
    0 Votes
    3 Posts
    290 Views
    miclamcmM

    @miclamcm Thank You

  • [Solved] Can't remove overlay in retroarch

    2
    0 Votes
    2 Posts
    1k Views
    C

    @cjc1972 I am replying to myself as I didn't know how else to close the post and for any others that may run into a similar issue. under scaling/integar scale I had enabled and after disabling resolved the issue.

  • RetroPie Docs File?

    4
    0 Votes
    4 Posts
    448 Views
    mituM

    @YFZdude said in RetroPie Docs File?:

    I'm not familiar with the way you apply the style sheets to make it look good.

    There's more than stylesheets in place, the Markdown (.md) files in the repository are run through mkdocs to produce the site.

    Unfortunately there's no easy way to produce an offline form of the docs and that's unavailable at the moment. There's an option to mirror it into a sub-folder with wget, but because most of our images are not locally saved this will save an offline set of HTML pages without images.

  • lr-Flycast won't close clean

    3
    0 Votes
    3 Posts
    765 Views
    E

    Pi Model or other hardware: 4B
    Power Supply used: Pre-Packaged Power Supply (Came with it)
    RetroPie Version Used (eg 3.6, 3.8.1, 4.1 - do not write latest): 4.8
    Built From: Raspberry Pi Imager
    USB Devices connected: X-arcade PS2 connection through PS2 to USB adapter
    Controller used: X-Arcade (keyboard inputs)

    Runcommand.log:
    Parameters:
    Executing: /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-flycast/flycast_libretro.so </dev/null --config /opt/retropie/configs/dreamcast/retroarch.cfg "/home/pi/RetroPie/roms/dreamcast/mvsc2.zip" --appendconfig /dev/shm/retroarch.cfg

  • 0 Votes
    9 Posts
    928 Views
    mituM

    @sleve_mcdichael though most games seem to work without vfsroot available, I'm not sure it's not internally used somewhere.

    If preview.bmp does not already exist in $romdir/ports/cgenius/games/[game], one will be created in ~/.CommanderGenius/games/[game] (since these are no longer linked to the same place.) If it does exist in $romdir, nothing is created in ~/.CommanderGenius.

    Is this broken or legit?

    I don't think it's broken.

  • Unable to start EmulationStation

    2
    0 Votes
    2 Posts
    563 Views
    A

    @appas
    Ok, I needed to revert another change, which was to set GL Driver to "Legacy" with raspi-config. This gave me the message "GL Driver is disabled", or something like that. No wonder projectM was slow!

  • Attempting to get a single game list visible in kiosk mode

    5
    0 Votes
    5 Posts
    554 Views
    C

    @lostless Thanks for the insight and all the help. I will give it a try!

  • will retropie SD card work on Okdo Rock single board computer?

    2
    0 Votes
    2 Posts
    229 Views
    mituM

    @chrisw99 said in will retropie SD card work on Okdo Rock single board computer?:

    Just curious if it is a direct Pi replacement and my retropie SD card from my dead Pi would work "as is" in one of these ?

    No, it will not work.

  • Advance MAME joystick input configuration

    4
    0 Votes
    4 Posts
    1k Views
    sirhenrythe5thS

    @Sailing_Nut i used to map "CANCEL UI" to "´select´ & ´start´" in AdvanceMAME.
    This quits a game with the hotkey-combination we all know from the lr-emulators ;D

  • 0 Votes
    6 Posts
    1k Views
    mituM

    Please add the rest of the info as asked.

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.