RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    sdl suppress INFO: The key you just pressed is not recognized by SDL

    Scheduled Pinned Locked Moved Help and Support
    sdlinfoemulationstatio
    1 Posts 1 Posters 778 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Bilgus
      last edited by

      Similar to Re: [SOLVED] Key you just pressed is not recoqnised by SDL spam message when using WiiU Pro controller

      I just compiled ES from source and can't seem to get rid of the wall of SDL INFO
      I'm not even using sdl as an input driver??

      rather than screw with it anymore I decided to just filter them out

      opt/retropie/supplementary/emulationstation/emulationstation.sh

      "$esdir/emulationstation" "$@" change to:
      "$esdir/emulationstation" "$@" 2>&1 | (grep -v 'INFO:*') > /dev/tty

      Hey guess what, you can still see other errors but suppress that wall of useless INFO rather than editing the SDL source or redirecting it all to null

      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      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.