SMAPI on Raspberry Pi #3
Suntooth
started this conversation in
Show and tell
Replies: 1 comment 3 replies
|
Glad to hear you got it working, though it'd be nicer if it worked out of the box. Could you tell me which version of RPiOS are you using, Bookworm or Trixie? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Works great on my Raspberry Pi 5 with 64-bit Raspberry Pi OS - but in order to get SMAPI working, after running
patch.shI needed to go intounix-launcher.shand change the environment variableUSE_CURRENT_SHELLtotrue, otherwise it would fail to open XTerm (still not sure why) and crash. Thanks for making this tool!All reactions