Running Shovel Knight on Pi 4 (Seg Fault)
-
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 -
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
-
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 ?
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.