• RetroPie website missing some documentation

    4
    1 Votes
    4 Posts
    349 Views
    herb_fargusH

    @MajorDangerNine this too.

  • Controller help docs not found

    2
    0 Votes
    2 Posts
    349 Views
    herb_fargusH

    @MajorDangerNine this is your doing too

  • 3 player controls getting swapped

    2
    0 Votes
    2 Posts
    263 Views
    U

    @aj36601 I had a similar issue with my 2 player setup. I found that once I just swapped ports on the usb, that it stayed fixed.

  • Hot Key not working in MAME

    5
    0 Votes
    5 Posts
    592 Views
    U

    I dunno if this helps. But I noticed when I did my 2 player 6 button + coin, players, and hot key setup, left and right controls would always swap for some unknown reason. Making the hot key not work. I have no idea why, it makes no sense to me. But as soon as I swapped the 2 USB ports, everything is golden.

  • Daphne Games

    1
    0 Votes
    1 Posts
    382 Views
    No one has replied
  • DAR Default Aspect Ratio?

    5
    0 Votes
    5 Posts
    822 Views
    G

    @mitu informed me this is now fixed if you update and go through retropie setup to fix this

  • Problem installing new ES Theme

    10
    0 Votes
    10 Posts
    346 Views
    goobatroopaG

    @mitu said in Problem installing new ES Theme:

    @maxdude6 said in Problem installing new ES Theme:

    have since updated my "retropie script"

    So much for running the 'latest version'...

    Way to make someone feel welcome.

    @maxdude6 great that you've solved your issue buddy.

  • Use Pi3B image on Pi 3B+?

    3
    0 Votes
    3 Posts
    465 Views
    chubstaC

    @lostless thanks for the quick reply - my original RP install is completely up to date as of last week, I was intending doing a backup of that and writing it to the card for the 3B+. I guess there is no harm in just trying it anyway, but it is always handy to know if something is SUPPOSED to work, then if it doesn't I know I am doing something wrong and that it is not a compatibility issue.

  • XIN-MO issues with retropie stretch

    5
    0 Votes
    5 Posts
    807 Views
    S

    I am having the same issue mine comes up with o LG one gamepad recognized. I have a 3B+ with retropie 4.4. I have tried the custom kernel 1.20160322-1 and the cmdline.txt with no luck. The kernel install fails though so I'm not sure how to get around that or if it would even work on a 3B+ at all.

  • What the heck's happened to AdvMESS?

    16
    0 Votes
    16 Posts
    2k Views
    S

    @mediamogul That sorted the Channel F (with a bit of tweaking), cheers.

    The Astrocade I'd already fixed, and it works fine for every game I've tried EXCEPT Space Fortress (unfortunately the best game on the system), which used to run fine but now goes at about 1fps. I tried using your .RC file instead, but the exact same thing happened.

    The really freaky one is the Arcadia, though. I can get it to run no problem, right up to the point where I start any game, at which point it plays them by itself. No matter how I set the controls, the player ship will just lurch around, moving and shooting (or whatever) all on its own, regardless of whether I touch the controls or not.

    But here's the REALLY wacky part.

    If I boot up Pleiades on the Arcadia, it plays through the first three stages by itself. It's pretty good - it clears them all. So I wondered if I'd (somehow) recorded and then played back a previous game. But THEN, and only then, it gives me back control for the last stage (the one where you steer onto an airstrip dodging the parked ships). Keyboard and joystick both control the ship perfectly.

    Once I've steered to the target and completed the stage, the Pi takes over and plays by itself again.

    If anyone can explain any of THAT, I'm all ears.

  • [SOLVED] How do I resize the filesystem?

    17
    1 Votes
    17 Posts
    47k Views
    R

    RetroPie will give you an LBS error trying to resize on boot with retropie 4.4 with berryboot. It will also not allow you to resize it from retropie raspi-config nor while you have retropie booted and using the command line.

    If you are using berryboot with retropie you will need to reboot the pie and do this from berryboots terminal via the berry boot menu with ctrl + alt + F2. I was able to resize an image I took of a 16G SD card written to a 64G card and resize it to expand all available space to the SD.

    Links~
    https://raspberry-projects.com/pi/pi-operating-systems/raspbian/troubleshooting/expand-filesystem-issues
    https://www.chrisnewland.com/resize-raspberry-pi-sd-card-partition-to-fill-32gb-card-from-a-running-raspberry-pi-245

    I cannot take credit for this, but will link what helped me after I spent a few hours trying to figure it out. Back up your SD pay no attention to drive space numbers in the examples below.

    Backup your SD card to an image file first!

    Enter this to see the current partition usage:
    df

    E.g.
    Filesystem 1K-blocks Used Available Use% Mounted on
    rootfs 3698504 3351472 146524 96% /
    /dev/root 3698504 3351472 146524 96% /
    devtmpfs 494800 0 494800 0% /dev
    tmpfs 99820 240 99580 1% /run
    tmpfs 5120 0 5120 0% /run/lock
    tmpfs 199620 0 199620 0% /run/shm
    /dev/mmcblk0p1 57288 19400 37888 34% /boot

    The rootfs and /dev/root is the same thing, its just a debian thing the have them both appear as separate

    Enter this:
    sudo fdisk /dev/mmcblk0

    Then press 'p' to see the current partitions on the disk. E.g.

    Disk /dev/mmcblk0: 7860 MB, 7860125696 bytes
    4 heads, 16 sectors/track, 239872 cylinders, total 15351808 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xa6202af7
    Device Boot Start End Blocks Id System
    /dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
    /dev/mmcblk0p2 122880 15351807 7614464 83 Linux

    Now delete the 2nd partition (it won't actually delete the data on it)
    Press 'd' > Enter
    Press '2' > Enter

    Now re-create it:
    Press 'n' > Enter
    Press 'p' > Enter
    Press '2' > Enter

    Enter the First sector and the same value as the original /dev/mmcblk0p2 partition (122880 from the above example).

    For the Last sector just press enter to use the maximum value.

    Now press 'p' > Enter to see the new partition setup.
    Finally press 'w' > Enter to write it

    Now reboot:
    sudo shutdown -r now

    Once its back do the resize:
    sudo resize2fs /dev/mmcblk0p2

    This may take a little while to complete…

    Now enter the command
    df

    and hey presto, you've expanded to use all the space :-)

    Filesystem 1K-blocks Used Available Use% Mounted on
    rootfs 7513804 3352360 3810208 47% /
    /dev/root 7513804 3352360 3810208 47% /
    devtmpfs 494800 0 494800 0% /dev
    tmpfs 99820 240 99580 1% /run
    tmpfs 5120 0 5120 0% /run/lock
    tmpfs 199620 0 199620 0% /run/shm
    /dev/mmcblk0p1 57288 19400 37888 34% /boot

  • Skyscraper won't work

    5
    0 Votes
    5 Posts
    2k Views
    L

    @mitu
    Well I tried running sudo ./RetroPie-Setup/retropie_setup.shand I tried to scrape using all of the websites but it kept showing data not found. I tried every single website and it kept saying data not found. Nothing was scraped even after I tried twice.

    I still don't understand whats wrong. It keeps failing no matter what.

  • disregard this

    2
    0 Votes
    2 Posts
    412 Views
    M

    ...

  • I screwed up. Updated retropie on root not pi.

    19
    0 Votes
    19 Posts
    3k Views
    M

    @mitu Thats where i looked, its gone-vanished of the face of the earth, hope the setup script fixes it

  • Can't find flash drive on Midnight Commander

    3
    0 Votes
    3 Posts
    3k Views
    N

    Thanks! I just figured out I could do file sharing and I'm currently copying the file to my desktop as I type. Thank you!!!!

  • N64

    6
    0 Votes
    6 Posts
    606 Views
    mituM

    @tr3v0r If you're just a beginner, then I suggest you use RGUI and the auto-configuration produced for RetroArch and don't edit any files.
    Use the 'Core input remapping' (see docs) to change the RetroPad controls.

  • Running Loaded on Saturn using Beetle not working correctly?

    1
    0 Votes
    1 Posts
    365 Views
    No one has replied
  • 0 Votes
    7 Posts
    760 Views
    A

    In my case, it was because I registered the PS3 dualshok controls, using the xbox360 driver ... In emulationstation it works ... But in RetroArch it does not.
    The solution was: uninstall the xbox360 driver and re-activate the ps3 dualshock official driver, when rebooting ... Resigne the buttons in emulationstation, I recognized as ps3 dualshock command and I work the retroarch controls in all the emulators.

  • 0 Votes
    3 Posts
    541 Views
    R

    Oh, wait I understand now - I didn't realize each of these items in the lists were, themselves, subfolders containing the ROMs. The theme I was using, Eudora, didn't give any indication that the subfolders were different from the ROMs, and since that made the menu look buggy to me, I didn't want to test the "buggy ROM." The moment I switched to Carbon, the difference was obvious. A simple click would have answered all my questions.

    I feel very sheepish, you'd think I'd never used a computer before. But you helped me work it out, and thank you for that!

  • PSX aspect is stuck in 16:9

    2
    0 Votes
    2 Posts
    467 Views
    mituM

    @ProjectMars Did you save a game preset/override with these settings ? Check in \\retropie\configs\all\retroarch\config if you have any game override saved and delete the file.

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.