• 0 Votes
    3 Posts
    549 Views
    vic-viper-001V

    @protocultor This fixes the problem, thanks!

    Sorry for the late reply BTW. I decided to gather up all my Pi stuff and take a couple weeks break from touching any of it!

  • "Raspbian related tools"

    3
    0 Votes
    3 Posts
    179 Views
    S

    @mitu I suppose this function stretch_fix_raspbiantools (in ~/RetroPie-Setup/scriptmodules/supplementary/raspbiantools.sh) won't have done anything since I'm not on stretch & never have been (Pi 4), is that right? And besides that, looks like it's, as you said, just an update && dist-upgrade, which is what already I did a week ago. No harm no foul then, eh?

  • 0 Votes
    16 Posts
    3k Views
    S

    The only remap I saw was for saves. Here is my runcommand.log file:
    https://pastebin.com/7v67SJe0

    the last line of the file (shown below) repeats well over a thousand times but I cut almost all of them out of the log file i put on pastebin for sanity's sake.
    [libretro INFO] [MAME 2010] 'maincpu' (FFA649F0)[libretro INFO] [MAME 2010] (no context): unmapped program memory word write to 01D01070 = 0000 & FFFF

    Thanks!

  • thebezelproject script doesn’t work

    8
    0 Votes
    8 Posts
    836 Views
    P

    @busywait said in thebezelproject script doesn’t work:

    @pscotto1234 I don't know, I used 'rm' from the command line, and ended up just downloading the few bezels I wanted "by hand" from the bezel project github and other places mentioned in this forum.

    However, this got very tedious, so if you don't need the GB of space, just leave it there? The problem for me was that my card got totally filled and things like updates started to fail in way that I didn't notice :(

    I think to do this:

    from terminal ls > system_name.txt in each system folder to obtain a file containing roms name; rename the listed file extension in .png ; from terminal ls > system_image.txt in each bezel folder to obtain image list; compare files for the same system to mantain only image name for roms not present in my collection; with command cat system_name.txt | xargs rm I can remove not useful image;

    I hope you understand my method :)

  • 0 Votes
    1 Posts
    227 Views
    No one has replied
  • Scale shaders strange behavior

    1
    0 Votes
    1 Posts
    558 Views
    No one has replied
  • XBOX One Controller best driver

    5
    0 Votes
    5 Posts
    3k Views
    nunna78N

    @nunna78 hi there. I must complète this Thread:

    XpadNeo: Xbox-One Controller does not fully works on SteamLink. X and R1 Button are not recognized

    Xboxdrv: Xbox-One Controller work perfectly on SteamLink.

    So if you want to play SteamLink i'll recommand Xboxdrv instead of Xpadneo

  • Bluetooth stopped working on pi3 after apt upgrade

    8
    0 Votes
    8 Posts
    2k Views
    M

    @mitu and to any future readers - I fixed it!

    After much searching, I found this link https://github.com/goodtft/LCD-show/issues/278 for an issue with an LCD display I tried to use years ago. Apparently, it updated my /boot/cmdline.txt file to put ttyAMA0 in my console, instead of the default serial0. Swapping it back to console=serial0,115200 and rebooting, and now bluetooth works again!

  • retropie folder not populating

    10
    0 Votes
    10 Posts
    1k Views
    B

    ended up flashing the pi3 version and setting up ssh and it seems to work well now.

    thank you everyone for the help!

  • 0 Votes
    9 Posts
    1k Views
    I

    @protocultor said in Problem with gamepad in ports (Duke\doom\quake):

    Enter in "Options" -> "Go to console", and in this console type:

    Ооооооооо, great, thanks!

    Well, with doom all fine, now need to find out how enable pad in lr-tyrquake
    And have dealings with the right stick in quake 2\3 and duke

    Maybe for those games need some same console command like in doom?
    ( i still not understood how work config in quake 2 - I'm change those values and the game apply it, but after quit from game - config stay the same original. And in game right stick only not work left direction, other up\down\right work well, and in option menu function "turn right" bind as trig_left, so maybe in console i need to write something about left-direction as trigger_right?? In options menu it's unable to bind to x axis left)

  • Zero v2 problem to install

    6
    0 Votes
    6 Posts
    2k Views
    K

    @levelkro
    Hi, I am having same issue. I was unable to get LCD from gamepi20 running at all, not even with different distro.
    If you got anything out from waveshare, would you mind to share it across?
    Thanks.

  • Display image from script launched from Emulation Station

    4
    0 Votes
    4 Posts
    310 Views
    flagrant99F

    fbi works! Thanks.

    Using python evdev lib to read joystick button input

    pip3 install evdev

    The following python allows my to display any pic and wait for Joystick button press.

    In this case I wanted to be able to display my Emulation Station Control and Attract Mode Button mappings on demand.

    import subprocess import time import evdev devices = [evdev.InputDevice(path) for path in evdev.list_devices()] for device in devices: if device.name.startswith('DragonRise Inc.'): device_path=device.path dragonrise = evdev.InputDevice(device_path) print(dragonrise) subprocess.Popen(["fbi","-a","/home/pi/py/MyCtrls.jpg"]) for event in dragonrise.read_loop(): if event.type == evdev.ecodes.EV_KEY: keyevent = evdev.categorize(event) if keyevent.keystate == evdev.KeyEvent.key_down: print(evdev.categorize(event)) break
  • Connecting multiple MoGa Controllers(123252)

    1
    0 Votes
    1 Posts
    193 Views
    No one has replied
  • Followup to "snd_pcm_recover underrun"

    2
    0 Votes
    2 Posts
    126 Views
    M

    @lolonois I have a rpi3b+ which runs 24/7 in a arcade cabinet. This issue is found when I return to the cabinet after a few days of it running and go to launch a game. The error shows right before the game launches. Carbon theme using a slideshow screensaver. No audio in use while it's idling between uses

  • 0 Votes
    3 Posts
    2k Views
    DarksaviorD

    @partofthething I installed the official bullseye release today, and I'm getting the same problem. I've also tried sdl 2.0.16 from https://github.com/RetroPie/RetroPie-Setup/pull/3390

    In file included from /home/pi/RetroPie-Setup/tmp/build/sdl2/2.0.16+5rpi/src/video/raspberry/SDL_rpievents.c:29: /home/pi/RetroPie-Setup/tmp/build/sdl2/2.0.16+5rpi/src/video/raspberry/SDL_rpivideo.h:47:5: error: unknown type name 'EGL_DISPMANX_WINDOW_T' 47 | EGL_DISPMANX_WINDOW_T dispman_window; | ^~~~~~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:620: build/SDL_rpievents.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /home/pi/RetroPie-Setup/tmp/build/sdl2/2.0.16+5rpi/src/video/raspberry/SDL_rpimouse.c:28: /home/pi/RetroPie-Setup/tmp/build/sdl2/2.0.16+5rpi/src/video/raspberry/SDL_rpivideo.h:47:5: error: unknown type name 'EGL_DISPMANX_WINDOW_T' 47 | EGL_DISPMANX_WINDOW_T dispman_window; | ^~~~~~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:623: build/SDL_rpimouse.lo] Error 1
  • Raspberry OS on PC

    5
    0 Votes
    5 Posts
    546 Views
    ?

    @mitu
    Actually I just learned there was a port of Raspberry Pi OS for laptops. I'll get around to trying to Retropie on it.

  • USB mount no system menu

    5
    0 Votes
    5 Posts
    457 Views
    K

    @mitu I spent the last few days searching how to do that and couldn't find it. After using the key words Buzz posted I found the following site on the forum https://retropie.org.uk/forum/topic/8134/retropie-menu-missing-from-emulationstation/3
    I think this will work now.

  • KMS goes to black screen with recent kernel

    16
    1 Votes
    16 Posts
    2k Views
    mituM

    @sirhenrythe5th I wouldn't be in such a hurry.

  • SteamLink Display Latency

    4
    0 Votes
    4 Posts
    1k Views
    nunna78N

    @gunnarkarlsson
    Welcome, i'am happy to help :-)

  • This topic is deleted!

    14
    0 Votes
    14 Posts
    689 Views

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.