• Genesis Controller Adapter D-Pad Issues

    5
    0 Votes
    5 Posts
    1k Views
    edmaul69E

    @Dochartaigh yes. A lot of the genesis cables have loose pins and these style of connectors generally have a tighter fit.

  • Amiga, ST and C64 folders missing on USB

    8
    0 Votes
    8 Posts
    11k Views
    S

    I was reading through this today and found the following steps worked for me..

    Go to your retropie menu
    then select retropie setup
    then managed packages
    then manage optional packages

    then install from binary

    The Amiga and Dreamcast then installed onto my retro pi once I rebooted it

  • 0 Votes
    8 Posts
    6k Views
    D

    @hansolo77 said in Problem with Genesis/MegaDrive USB adapters (RetroUSB and Mayflash brand):

    Would you be against buying a 3rd party controller?

    I'm a stickler for the originals I must say. I've had bad luck with pretty much every single after market controller I've ever tried going back even to the 80's. Even had bad luck with 2x 8BitDo's everybody seems to love. Only lately, ~20 years later, am I having problems with the real console controller brands for the first time (and even that's not their fault as they're now antiques, and I'm using them on a computer and not a console).

    @edmaul69 said in Problem with Genesis/MegaDrive USB adapters (RetroUSB and Mayflash brand):

    the biggest issue is the cables are crap.

    I'll deal with re-wiring them if I have to, in like another 20-30 years when the controllers are going for $100+ each because they're so rare ;)

    Right now I have working properly: 4x+ NES controllers, 2x SNES, 3x Genesis, 2x PS1, 2x PS2, and a bunch of Xbox 360 wireless controllers....so even though it took me a ton of trial and error I have at least a set for each proper console I emulate so I'm just leaving it at that. It was just a shame that it took so much trial and error to get to this point. I want to have a 2-player set of controllers for each console, and a backup or two so I'll probably pickup another SNES and Genesis controller, but that's about it.

  • 0 Votes
    1 Posts
    792 Views
    No one has replied
  • Retropie 4.02 keyboard not working/detected in Emulation Station

    1
    0 Votes
    1 Posts
    596 Views
    No one has replied
  • Installed Pixel Desktop environment, now RetroPie won't boot

    5
    0 Votes
    5 Posts
    3k Views
    S

    @BuZz Thanks, yep I was using the Samba-Shares option, but it was weird, initially none of the folders or files under roms, bios, or configs were showing.
    After leaving it up for several hours then coming back and trying again, it let me get into the roms folder, so I deleted a few Dreamcast roms, and it's working now. very odd.

  • Low resolution retropie with kodi PI3B

    9
    0 Votes
    9 Posts
    3k Views
    S

    @sabelstrom

    Here is my pictures.

    On this boot i got a bad resolution and i do not know why..

    alt text

    alt text

    alt text

  • 0 Votes
    1 Posts
    581 Views
    No one has replied
  • Supported controllers?

    9
    0 Votes
    9 Posts
    4k Views
    JofoJ

    So the one in the link does work or not?

    EDIT: found other Your posts, so it's the working one :)

  • Additional ROMs won't appear/ Emulator list will not update

    1
    0 Votes
    1 Posts
    678 Views
    No one has replied
  • All ROMs show black screen

    3
    0 Votes
    3 Posts
    988 Views
    S

    @meleu Tried to replicate the issue one more time and now its working fine.

    bangs head against desk

  • Attract Mode Question

    3
    0 Votes
    3 Posts
    1k Views
    Striderx99S

    After entering 'attract-mode' into the command line, I was able to get it to work. There doesn't seem to be any art readily available, so I'll follow Floob's video instructions on how to download everything into the required folders. I'll ask for help again if I run into any other problems.

    Thanks :-).

  • Xbox controller config issue

    3
    0 Votes
    3 Posts
    1k Views
    BuZzB

    @bassman6805 Install the xpad driver from RetroPie-Setup -> Manage Packages -> Drivers and it will make the triggers act as buttons and you will be able to configure easily in ES.

  • Can't exit emulator after changing Input Device

    8
    0 Votes
    8 Posts
    3k Views
    hansolo77H

    It's still a step in the right direction. I think once I get my controller problems all sorted out, everything will be fine. What I'll probably just do is use your Joystick Selection tool and map everything out to just use the Xbox controller, and then the NES pads just for NES. I can still go back in and change that to the Xbox controller in the future easily enough, so I don't have to worry too much about using that "on-the-fly" method.

  • PS4 Controller + Pi3 + RetroPie 3.7 + Bluetooth Dongle SOLVED

    9
    0 Votes
    9 Posts
    9k Views
    J

    Hi, I'ven been playing around with connecting a ps4 to retropie. The wike from FreakyBigFoot was a very big help. Like it sad, i borrowed 2 controllers from my friend, one newer , so i needed to use the ds4drv.
    Today i bought my own new controllers, wich turned out to be the new version 2 (light bar on top of the touchpad and grey buttons).
    I disabled ds4drv on startup in rc.local, connected both in the bluetooth menu, and they worked fine! buttons get registered.
    (with the ds4drv i couldn't connect the second one)
    Maybe someone else can confirm this. I just tought to share this so someone could put it in the wikki to help other people.

    Thx for all the help, especially FreakyBigFoot

    ps i also did the firmware upgrade discribed on the wikki of FreakyBigFoot , maybe it matters

  • High temp after 4.1 upgrade

    1
    0 Votes
    1 Posts
    741 Views
    No one has replied
  • 0 Votes
    4 Posts
    1k Views
    cyperghostC

    @XD3l I don't know if there stuff is also in the US but some electronic warehouses sell Xmas calendars for electronics.
    There are 24 doors to open and behind every door there is a new (very small) project to build. Here is a list with experiments :) and I think there also is a kit for the Raspberry Pi online :)

    Edit:
    The kit with RPi experiments

  • Convert batch file to a linux script

    Moved
    3
    0 Votes
    3 Posts
    1k Views
    iCLintI

    Answering my own question. I will start a new thread with full usage

    #!/bin/bash # Script use $ sudo ./makexml.sh [RomDirectoryName] [-n optional] # -n does not right name to <name> tag useful for MAME roms as ES will autofill correct name # Store arguments arg1=$1 arg2=$2 output="gamelist.xml" # Change deliminator for $IFS # Allows script to work with names with white space SAVEIFS=$IFS IFS=$(echo -en "\n\b") # print scripts current status printf "Scanning dir: "$arg1"...\n" # Creates output XML file (gamelist.xml) printf "<?xml version=\"1.0\"?>\n\n" > ./$arg1/$output printf "<gameList>\n" >> ./$arg1/$output # Scans directory given by first argument for file in ./$arg1/* do # Just some manipulatiuon of data returned by $file filename=$(echo $file | cut -f 3 -d '/') name=$(echo $filename | cut -f 1 -d '.') # Checking for existance of correctly named image in ./images dir. [[ -f ./$arg1/images/$name.png ]] && theImage=./images/$name.png || theImage="" # Start writing to gamelist.xml printf "\n" >> ./$arg1/$output printf "\t<game>\n" >> ./$arg1/$output printf "\t\t<path>./"$filename"</path>\n" >> ./$arg1/$output # Checking whether the -n argument was used if [ $arg2 = "-n" ]; then name="" fi # Continuing writing to gamelist.xml printf "\t\t<name>"$name"</name>\n" >> ./$arg1/$output printf "\t\t<desc></desc>\n" >> ./$arg1/$output printf "\t\t<image>"$theImage"</image>\n" >> ./$arg1/$output printf "\t\t<rating></rating>\n" >> ./$arg1/$output printf "\t\t<releasedate></releasedate>\n" >> ./$arg1/$output printf "\t\t<developer></developer>\n" >> ./$arg1/$output printf "\t\t<publisher></publisher>\n" >> ./$arg1/$output printf "\t\t<genre></genre>\n" >> ./$arg1/$output printf "\t\t<players></players>\n" >> ./$arg1/$output printf "\t</game>\n" >> ./$arg1/$output # Print scripts current status printf $filename clear printf "Scanning dir: "$arg1"...\n" done # Closing gamelist.xml file printf "</gameList>" >> ./$arg1/$output # print scripts current status clear printf "Finished\n"
  • Use xboxdrv with a keyboard controller?

    8
    0 Votes
    8 Posts
    3k Views
    mediamogulM

    @BuZz

    Ah, that's too bad.

  • No Devices Detected

    10
    0 Votes
    10 Posts
    4k Views
    J

    I updated installed packages / kernel in hopes of fixing the issue. No devices were detected even with a cold 4.1 install.

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.