RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. lost control
    Log in to post
    • All categories
    • LouFL

      Lost controller function after installing MAME2003-plus

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support controllers 2 players lost control
      9
      0 Votes
      9 Posts
      1k Views
      dankcushionsD

      @louf said in Lost controller function after installing MAME2003-plus:

      I would have tried to include further details as requested by the moderator, but what is "relevant" becomes obtuse for me at this point.

      the verbose log would have indicated all relevant overrides, and in addition to that the relevant configs are
      /opt/retropie/configs/all/retroarch.cfg,

      /opt/retropie/configs/mame-libretro/retroarch.cfg or
      /opt/retropie/configs/arcade/retroarch.cfg depending on where your roms are
      and for fbeo,
      /opt/retropie/configs/fba/retroarch.cfg or
      /opt/retropie/configs/arcade/retroarch.cfg depending on where your roms are

      anything changed within the MAME menu is stored in additional non-human readable files detailed here: https://retropie.org.uk/docs/lr-mame2003/#mame-menu and should be deleted before investigating any retroarch-side config issues.

    • darkniorD

      Choose Emulator & Video mode screen menu now bugging?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support launch menu bug lost control
      4
      0 Votes
      4 Posts
      877 Views
      darkniorD

      @mitu said in Choose Emulator & Video mode screen menu now bugging?:

      To quiesce those messages, either start the script independently (not part of the autostart.sh) or redirect the script's messages to /dev/null:

      my_script 2>&1 1>/dev/null &

      Thanks, yes i add this to hide the script messages.
      And i add the line before emulationstation, like that it works.
      I don't understand before that this file output are appearing on the user's terminal.

      sudo bash -c 'echo 1 > /sys/module/bluetooth/parameters/disable_ertm' python /home/pi/retropie_bgm.py 2>&1 1>/dev/null & emulationstation