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

    Running Shovel Knight on Pi 4 (Seg Fault)

    Scheduled Pinned Locked Moved Help and Support
    shovelknight
    3 Posts 3 Posters 299 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.
    • StonedEdgeS
      StonedEdge
      last edited by StonedEdge

      Hi guys,

      I'm trying to get up and running ShovelKnight from EmulationStation.

      Have added this script to /home/pi/RetroPie/ports however am getting this error. Would anyone be able to help me understand where I'm going wrong? Have installed box86 through Pi Apps.

      #!/bin/bash
      
      sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv \
          --evdev /dev/input/event0 \
          --silent \
          --detach-kernel-driver \
          --force-feedback \
          --deadzone-trigger 15% \
          --deadzone 4000 \
          --axismap -y1=y1 \
          --mimic-xpad \
          --evdev-absmap ABS_X=x1,ABS_Y=y1 \
          --evdev-keymap BTN_EAST=a,BTN_SOUTH=b,BTN_WEST=x,BTN_NORTH=y,BTN_Z=lb,BTN_C=rb,BTN_TL=tl,BTN_TR=tr,BTN_THUMBL=guide,BTN_SELECT=back,BTN_START=start,BTN_DPAD_DOWN=du,BTN_DPAD_UP=dd,BTN_DPAD_LEFT=dl,BTN_DPAD_RIGHT=dr \
          &
      
      cd /home/pi/RetroPie/roms/ports/ShovelKnight/32
      sudo box86 ShovelKnight
      
      sudo killall xboxdrv
      

      Error located here:
      https://imgur.com/cSoZZHb

      Check out my build logs below:
      Wii SPii (Wii in a GBA SP Shell)
      https://bitbuilt.net/forums/index.php?threads/the-wii-spii.3347/
      Retro Lite CM4
      https://bitbuilt.net/forums/index.php?threads/retro-lite-cm4-a-stonededge-and-dmcke5-collaboration.3934/

      1 Reply Last reply Reply Quote 0
      • S
        sleve_mcdichael
        last edited by

        sudo box86: are you supposed to have to use sudo here, or is that just something you're doing because you've seen it before in other places that aren't this?

        "Error: /home/pi/RetroPie/roms/ports/ShovelKnight/32/ShovelKnight is not an executable file."

        If it's just a matter of permissions, you can set the executable flag with:

        chmod +x /home/pi/RetroPie/roms/ports/ShovelKnight/32/ShovelKnight
        
        1 Reply Last reply Reply Quote 0
        • mituM
          mitu Global Moderator
          last edited by

          Not sure how it's related to RetroPie, seems more of a box86 issue. Is the executable you're trying to run a Linux executable ?

          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.