Gamepad buttons stop working in retropie-setup 4.2.12
-
@mrpotato I'll keep at it. so far it's not seeing the email address I put in. This is just ridiculous that I have to do this at all. Still getting revert failed.
Edit: actually, I give up since there's not much else to do. I'll wait for 4.2.13 or whatever officially fixes it.
Edit2: for whatever I was doing, seems the problem is fixed despite getting revert failed. -
Considering @Darksavior having a bit of success, I updated to the newest revision of 4.1.2, which as of right now is (bda4718) and the problem is still present.
-
I've unplugged one controller. With a single controller, I have most functionality. Obviously won't work long term since we use both regularly, but at least I can rock it solo for now.
-
Can someone with the controller issue please test this modified script?
Enter the retropie-setup folder:
cd RetroPie-Setup
Undo any changes if you followed my prior steps to revert the commit:
git reset --hard origin/master
Fetch and apply the patch:
wget https://gist.githubusercontent.com/psyke83/9a0b31bcd8f43d16d081462363741f35/raw/4ce063642e9088c3faa541d965d439d50c951101/joy2key.patch patch -p1 <joy2key.patch
If everything goes as expected, you should see:
patching file scriptmodules/supplementary/runcommand/joy2key.py
If there are no further messages/errors, then the patch was applied and is ready to test.
Slightly OT: guys & gals, try not to complain too much. The Pi itself is supposed to be a hobbyist board to encourage people to learn Linux & programming. That may not be your intended purpose, but keep an open mind. If you don't want to go near a terminal, leave it to someone else to test & and wait for the inevitable fix to be merged. The problem was my fault, but I don't have a second pad available so it's difficult for me to reproduce the issue.
-
@psyke83 I'm using a backup I made last month and with just updating the script to 4.2.12 to introduce the bug, I ran the patcher and did nothing.
-
@darksavior You mean it didn't fix the problem?
Once the patch is applied you still need to enter the retropie-setup menu yourself.
-
@psyke83 Yea, that's what I meant. The patcher did do the patching, but it did not fix the problem.
-
Please try the second patch:
cd RetroPie-Setup git reset --hard origin/master wget -N https://gist.githubusercontent.com/psyke83/9a0b31bcd8f43d16d081462363741f35/raw/89fae3f4a7a6309fd7cc5863ed62f245f84c729f/joy2key.patch patch -p1 <joy2key.patch
-
@psyke83 That works. Many thanks.
I also retested it again from my old backup. I update script to 4.2.12, bug introduced, exit retropie-setup, added your patch, re-enter retropie-setup and controls work again. -
TY. I've submitted the patch via PR #2059.
Keep using the patch until the PR has been accepted & merged. When it's merged, you'll need to do a hard reset to clear the local changes or else the script update will fail.
cd RetroPie-Setup git reset --hard origin/master
-
@psyke83 bit offtopic, but I want to try your gamecon fix if you can provide the instructions. I've been stuck on 4.4 kernel because of that.
-
Had signed off last night so just seeing the updates.
I'm back in reset normal mode -- I think I'll plan to wait for merge and verify everything comes through then. I can live with the nuances until then without much issue, and it will give another datapoint just in case.
Thanks, psyke83! -
@mrpotato Should I wait to update anything until the patch is accepted? I have iBuffalo controllers as well and I'm guessing whatever happened will break them by updating?
-
@darksavior said in Gamepad buttons stop working in retropie-setup 4.2.12:
@psyke83 bit offtopic, but I want to try your gamecon fix if you can provide the instructions. I've been stuck on 4.4 kernel because of that.
See this topic: https://retropie.org.uk/forum/topic/11925/gamecon_gpio_rpi-1-2-1-kernel-4-9-build-fix
Please be sure to give feedback in that topic, and keep in mind that I could only verify that the module builds, but not that it actually works.
@thewinterdojer said in Gamepad buttons stop working in retropie-setup 4.2.12:
@mrpotato Should I wait to update anything until the patch is accepted? I have iBuffalo controllers as well and I'm guessing whatever happened will break them by updating?
The patch is already merged, so feel free to update right now (making sure to do the hard reset beforehand, if necessary, as I mentioned in my prior post).
-
@psyke83 Okay thanks, will performing the hard reset change any other settings or configs I should worry about?
-
@thewinterdojer said in Gamepad buttons stop working in retropie-setup 4.2.12:
@psyke83 Okay thanks, will performing the hard reset change any other settings or configs I should worry about?
I don't know what you've done. Generally speaking, RetroPie-Setup should always be free from local changes in order for the script to successfully update itself. If you're not manually changing stuff, then it's likely that you can reset it without worrying.
You only need to do it for certain if you tried those "git revert" commands I suggested in earlier posts.
-
@psyke83 said in Gamepad buttons stop working in retropie-setup 4.2.12:
The patch is already merged
Sweet. I'll try to give it a whirl a little later today.
-
Works like a champ!
-
-
@psyke83 nevermind. running "git reset --hard origin/master" fixed it. thank you
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.