• Weird half-screen glitch

    3
    0 Votes
    3 Posts
    828 Views
    E

    Pi Model or other hardware: 3 B
    Power Supply used: inland 5.25V 2.4A Micro USB
    RetroPie Version Used (eg 3.6, 3.8.1, 4.1 - do not write latest): I think 4.1?
    Built From: Standard; haven't added any images or anything like that
    USB Devices connected: Button converted to usb, keyboard
    Controller used: none (unless you cant the button and joystick)
    Error messages received: no error message, the screen just looks off
    Verbose log (if relevant): idk what this means
    Guide used: (Mention if you followed a guide): am following and using the parts from this youtube video:


    Also looked up how to screen tilt (did the screen rotate 3) and remove black bar (took out the # in that code)
    File: Don't think a file is the error, as it works fine on my monitor but not the arcade1up
    Emulator: (Name of emulator - if applicable) using the retropi with atari and nintendo
    Attachment of config files: don't think its a files issue as per the reason above
    How to replicate the problem: to replicate the problem use one of the machines with a vertical screen (Ms. Pacman, for example) and use the parts that are listed in the youtube video: HDMI LCD Controller Board: https://amzn.to/2QlKKfr , Arcade Sticks Buttons and Encoders: https://amzn.to/2ItwRt5 , Pi 3 B

  • PSX roms not working

    2
    0 Votes
    2 Posts
    550 Views
    ClassicGMRC

    @br23z I guess my first question would be "What is the difference between Ape Escape and your other games?"

    What format are you using? BIN/CUE, ISO, ZIP, M3U? According to the docs ZIP files are not recognized. Do the images work on your PC? I'M NOT ASKING FOR THIS TO BE ANSWERED OUT LOUD 🤫 just ask yourself in your own mind - are they all from the same source? Did you rip them all the same way? Etc?

    I'm no LINUX programmer so I can't suggest anything that way BUT my common sense tells me that if one works they all should if supported. My troubleshooting sense tells me to look at my images first then move out from there.

  • Need Help Going 100% Silent Boot

    11
    0 Votes
    11 Posts
    2k Views
    ClassicGMRC

    @clyde I thought about doing just that but I have exactly enough SD cards right now to run the Pi setups I own so I don't have a spare to test on.

    So I agree - the best way is to test it, yes, but the easiest thing to do is ask if anyone has already done it. Avoids the whole "re-inventing(re-testing?) the wheel" thing. I figure if I don't hear from anyone in the next few days I'll attempt it on my next day off and report back. :)

  • input_player1_analog_dpad_mode since Retropie Update script

    3
    0 Votes
    3 Posts
    357 Views
    S

    @dankcushions Thank you.

    I found the solution:
    RA changed recently the way the "Digital to Analog" operates.

    switch ATD mode to "Left Analog (Forced)", as in input_player1_analog_dpad_mode = "3".

    That works!

  • 0 Votes
    11 Posts
    3k Views
    pjftP

    @gaz I am out of ideas here, and having never used the Lightgun outside of the Raspberry Pi, I would definitely suggest bringing this back to the Sinden Lightgun discord, as Andy will likely be able to best help troubleshoot the scenario.

    Specifically, if the gun works in other software such as the test apps, it might be something simple that I am not knowledgeable enough nor experienced enough to detect. The Linux-specific channel there might be the best to get to the bottom of this, but do share whatever you find here, as if there's something that we can change on our end I suspect we'll be happy to accommodate.

    Sorry about that.

  • 0 Votes
    5 Posts
    554 Views
    RedMarsBlueMoonR

    @pmdci

    One thing that Iv'e read should improve (some)things is editing this file,

    sudo nano /etc/systemd/system/bluetooth.target.wants/bluetooth.service

    look for a line like the following and make it like below.
    (maybe make a backup copy of the file first if you want)

    ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap

    Iv'e been messing around with RPi4 bluetooth and my DS4 controllers recently and that is now part of my setup steps.

  • Two 8BitDo SN30 pro controllers using bluetooth

    3
    0 Votes
    3 Posts
    804 Views
    M

    They were on the latest update.
    I already figured it out for myself.
    I've uninstalled the xpad and xpadneo drivers from the RetroPie setup utility.
    Then I installed the latest neoxpad driver from github, with this patch applied: https://patch-diff.githubusercontent.com/raw/atar-axis/xpadneo/pull/283.patch
    Finally I edited the /etc/modprobe.d/99-neoxpad-bluetooth.conf file, comment out the disable ertm thing and make sure to load it with xpad emulation enabled:
    # options bluetooth disable_ertm=y
    options hid_neoxpad xpad_emulation=1

    Reboot and pair both controllers in xpad mode.

    Setup both controllers in emulationstation and skip the non-working left and right triggers.
    When done simply close emulationstation and add the triggers manually:
    input_r2_axis = "+5"
    input_l2_axis = "+2"

    Et voila!

    Both controllers working in x-input mode, without the shitty startup delay when launching retroarch and working rumble for my psx and dreamcast games.

  • Disable some functions in Kids or Kiosk mode

    2
    0 Votes
    2 Posts
    487 Views
    mituM

    You can disable any hotkey enabled functions - and leave only exit - by modifying the controller's configuration file, which you can find in \\retropie\configs\all\retroarch-joypads.

  • Display Input Timing problem

    3
    0 Votes
    3 Posts
    682 Views
    journeymanDTJ

    @stuckinthe90s If Mitu's suggestion to check "in emulator" or "in game" for overriding video mode settings doesnt work, I had a similar problem the other night on a Pi Zero..... i had a message floating across the screen saying something to the effect of the input signal is not compatible. I ran raspi-config and found "Display Options" then "Resolution". When i opened it was set to something in the middle of the list.... I arrowed up to the top of the list and found "Default Monitor preferred resolution". I selected that and rebooted. IDK if the Pi4 has the same config( i only have a ZERO and a 3B+... and am also quite green in the ways of Pi). That change fixed my issue. Not sure if that is the best way, and i haven't done much testing to see if there are other issues caused by that fix. Best of luck. -D

  • PSP (lr-ppsspp) not working

    2
    0 Votes
    2 Posts
    623 Views
    mituM

    Did you modify any of the core options ? You may want to remove them from the core options file and try again.

  • Installing retroarch latest nightly build

    3
    0 Votes
    3 Posts
    824 Views
    mituM

    RetroArch's version is pinned in the install script, installing from source will still get you the pinned version. If you update your RetroPie-Setup script, the latest version available will be 1.9.7.

    If you wish to build the latest master or and another version, you need to modify the retroarch package script and change the branch used here. Note that RetroPie applies some patches to the source (here), if they don't apply correctly to the version you want to build, you'll need to comment the patches before installing from source.

  • Only Player one can access quick menu

    5
    0 Votes
    5 Posts
    340 Views
    mituM

    @phialek said in Only Player one can access quick menu:

    In settings, configuration, ive set it to save on exit. But i can't disable it anymore. When i disable it, it will be enabled the next time i open the quick menu.

    If you disable save on exit, then the configuration you've just performed will not be saved. After you change this option, you need to save your configuration explicitly from the menu.

  • F4 problems

    3
    0 Votes
    3 Posts
    428 Views
    U

    @mitu Thank you sooooo muuch! I been struggling with this a lot! I thought I can only do scraping through emulation station terminal... Again thank you so much you helped me a lot!!!

  • 0 Votes
    1 Posts
    3k Views
    No one has replied
  • Can I use a joystick to navigate the RetroArch menu?

    5
    0 Votes
    5 Posts
    385 Views
    dankcushionsD

    @bdpyle sorry, i don’t understand the question. configuration editor IS for retroarch (ie, libretro cores)

  • 0 Votes
    2 Posts
    509 Views
    QuackwalksQ

    @breadncup There is a new version of Kodi, but with my limited technical knowledge, basically, many of the older apps on it won't work on it.

  • GamePi20 refresh problem?

    1
    0 Votes
    1 Posts
    327 Views
    No one has replied
  • 0 Votes
    9 Posts
    933 Views
    S

    @mitu
    I can delete files from my PC, but they re-appear when i mount it again. So broken SD card.

    Thanks for the help. I would never thought of that.

  • Trouble Updating Retropie on 3b+

    16
    0 Votes
    16 Posts
    3k Views
    mituM

    @treysonik said in Trouble Updating Retropie on 3b+:

    I’d like to let them know and possibly donate more if the problem gets solved. As I said before I don’t change any settings in the emulators themselves and the difference was night and day.

    Make sure you use the latest RetroPie version and test again your N64 game(s), then open a separate topic and add the info from https://retropie.org.uk/forum/topic/3/read-this-first. A verbose log - as explained in the aforementioned topic - should be helpful - post it on pastebin.com and provide the link in your topic.

  • Problem uploading files through retropie manager

    12
    0 Votes
    12 Posts
    3k Views
    B

    @tubadog said in Problem uploading files through retropie manager:

    I know this thread is 3 years old.... but.

    I had the same problem, but it was inconsistent. I wanted to add Rugrider to the Commodore 64 emulator. I was dragging and dropping and everything but no luck. I was able to drag and drop plenty of other games though.

    SOLUTION:
    The file extension was .D64 and was failing. I changed it to .d64 and it succeeded. Seems that the file type is case sensitive for this instance at least.

    Best of luck!

    Maybe worth noting for folks who may not be aware - Linux is case sensitive, unlike Windows.

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.