• Wrong Image in download section?

    3
    0 Votes
    3 Posts
    593 Views
    DougAD

    You probably have a Raspberry Pi B+ rather than a Raspberry P 3B +, so you need to use the Pi 0/1 image rather than the P 2/3 image.

  • No roms/bios file

    2
    0 Votes
    2 Posts
    282 Views
    mituM

    @bibbleboberoe What you're seeing on your PC is the boot partition, which is a small part of the SD card containing only a few files. You PC cannot see the Linux partition where ROMs/BIOs/other files are stored. See the Transferring Roms section of the docs. You could read the SD card's Linux partition if you have a Linux PC though, but not from Windows/macOS.
    As for the 2nd problem, is your RetroPie system connected to the network - the same network where your PC is connected ?

  • 0 Votes
    5 Posts
    2k Views
    ByteThisB

    @dash-dot I bought the adapter because for the life of me, I couldn't get my controllers paired with the bluetooth on my pi. I tried everything. Some people have had luck pairing them, but unfortunately I was one person who couldn't get the generic ones to connect. I leave my pi in one place all the time, so I don't mind having the adapter at all as long as my controllers work ! :-)

    EDIT: I didn't have to calibrate anything. Plugged the adapter in and synced my first controller and the other ones followed suit just by turning the controllers themselves on. No other messing around with them ! I bought this adapter as I was new to the scene at that time and didn't know what other dongles existed for the controllers to function.

  • Vic-20 support

    19
    0 Votes
    19 Posts
    6k Views
    E

    @douga There's a very famous solution that's been around for a long time called Keyrah, you can check it out here http://www.vesalia.de/e_keyrahv2.htm . I know the C64 runs quite well on VICE but because it's such a famous machine there are better solutions around in FPGA if your life depends on a good modern version of the C64 in your original case. No real need to software emulate this one.

  • Ironman Super Offroad controller mapping

    3
    0 Votes
    3 Posts
    1k Views
    T

    Hello! Did you ever gets this figured out? I am having the same issue! For player two it’s even worse!

  • Installing Raspbian on Retropie

    4
    0 Votes
    4 Posts
    5k Views
    mediamogulM

    @squiike

    Nothing will be deleted.

  • Setting up soundfonts for dosbox?

    2
    0 Votes
    2 Posts
    1k Views
    N

    please ignore/delete this thread (sorry) it seems I've worked it all out using SGM-V2.01.sf2 and i'm cool with that. Apologies for wasting anyones time.

  • Windows CMD can't see my batch file.

    6
    0 Votes
    6 Posts
    938 Views
    ClydeC

    @mr-emu Thank you for sharing your solution.

  • 0 Votes
    1 Posts
    426 Views
    No one has replied
  • 0 Votes
    2 Posts
    631 Views
    S

    I got the Ultimarc BlueHID working after a fresh reinstall of the latest RetroPie 4.4. Which is great news, I can highly recommend this controller board with RetroPie!

    http://www.u-hid.com/home/overview_bboard.php

  • Custom resolution for a game

    3
    0 Votes
    3 Posts
    588 Views
    B

    How do you install blobby volley?
    I tried to search "blobby" in install package,
    but I can't find it.

    Can you help me?

    Thanks.

  • Retropie on ubuntu is broken.

    25
    0 Votes
    25 Posts
    3k Views
    chipsnblipC

    @renario910 said in Retropie on ubuntu is broken.:

    so how do i edit sources.list?

    from a terminal, type sudo nano /etc/apt/sources.list

    but i think it's also important to familiarize yourself with some basic unix/linux concepts, since this is turning into more of an Ubuntu support thread.

  • PSP Emulator not reading controller inputs

    5
    0 Votes
    5 Posts
    2k Views
    G

    Think I may have been a bit dim - I was originally adding extra inputs and it didn't do anything, I've since overwrote all of them and it is reading the input now. Thanks for your help folks.

  • [Solved] Problem with arcade fightstick on Stretch

    12
    0 Votes
    12 Posts
    3k Views
    wilenekW

    Good news,

    After i update my system yesterday the fight-stick suddenly was recognized by pi and i was able to configure it.

    Problem solved.

  • Root Access denied although sshd_config is edited correctly.

    14
    1 Votes
    14 Posts
    4k Views
    D

    @hailtostarscream If you wish to create a custom version of a theme, then you can create a copy of the theme folder from /etc/emulationstation/themes/ into /opt/retropie/configs/all/emulationstation/themes/. The themes folder may need to be created.

    Alternatively, you can download the theme from the relevant Github repo and place it in /opt/retropie/configs/all/emulationstation/themes/. For example, the snes mini theme can be found at https://github.com/ruckage/es-theme-snes-mini.

  • Help, my Retropie won’t boot anymore!!! What do I do?

    22
    0 Votes
    22 Posts
    3k Views
    Redghost357R

    @clyde Will give it a try when I have time

  • Daphne command line not working

    12
    0 Votes
    12 Posts
    2k Views
    ClydeC

    @smurf said in Daphne command line not working:

    I have lots of space on my sd card so I have a couple versions of each game.

    You don't even need the .m2v file in each folder for different rom versions of the same game. Just point the path in the [gamename].txt file to the folder where the .m2v resides. For example, my lair.m2v resides in daphne/lair.daphne, but I also have dle21 in its own directory daphne/dle21.daphne.

    My lair.txt in daphne/lair.daphne/:

    . 151 lair.m2v

    My dle.txt in daphne/dle21.daphne/:

    ../lair.daphne/ 151 lair.m2v

    Mind the first line. In lair.txt, it points to "this directory" (.), but in dle.txt it points to lair.daphne "one level above this directory" (..), both paths seen relatively from the location of the respective .txt file. Since both rom versions use the same video file, this saves a lot of space.

    Alternatively, you could create a symbolic link to the file in the other directory:

    ln -s /home/pi//RetroPie/roms/daphne/lair.daphne/lair.m2v /home/pi//RetroPie/roms/daphne/dle.daphne/lair.m2v

    The first method has the advantage that it still works even if the daphne directory is moved to another location, as long as lair.daphne and dle21.daphne remain at the same relative positions to each other.

    Yeah I know, you said that you have lots of space, but maybe that will change in the future with an ever growing games collection, or others here will find this useful. :)

  • Overlay settings

    2
    0 Votes
    2 Posts
    434 Views
    UDb23U

    There is no fixed folder for the actual image of the overlay. Libretro cores require the overlay image + 2 cfg files (one of these cfg must be in the same folder of correspoding rom).
    Example (and overlays) here.

  • Remote Control for Emulation Station?

    3
    0 Votes
    3 Posts
    2k Views
    A

    I did some googling and found a (probably unsupported, but still) Python script:

    https://github.com/dillbyrne/es-cec-input

    I tried it, it worked, when I started it manually. There's noticeable input-lag, compared to the Kodi implementation, no way that would be useable in a game, but it does the job. Unfortunatelly, I couldn't make it reboot-proof, the @reboot statement in crontab worked, the script was running according to ps, but it did not work. Even more, running it via crontab resulted it in Kodi no longer accepting CEC input either. So I removed it from crontab and am no longer using it.

    Is there anyone around here with experience with that or a similar script?

    Thanks!

  • Help with Xboxdrv mapping dragonrise controller

    20
    0 Votes
    20 Posts
    4k Views
    N

    This absolutely worked no problems to fix the permissions errors as a permanent solution. Thanks very much! The dragonrise controllers work for me now including save/load and exit shortcuts! :) amazing advice thanks guys

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.