V4.0.0 beta 2 issues.
-
Hey guys. i just got my pi3 and I set up recalbox and it runs like a champ! I love it. Im new to this, I'm just now getting my feet wet. But there is a few issues I was wondering if anyone else had a fix for or was experiencing themselves. 1. Mame, when I go to map the start key and coin key it will not recognize the buttons on the controller. Controller is a rock candy Xbox 360. 2. When I map keys in ES they work perfect. Now when I got to a n64 rom for instance the "b" button is now the "y" button. 3. When I try to add psx Roms they fail and say size is to large cant upload. The sizes are only like 4-500 mb. Now it will start then stop and disappear really quick. 4. And last. Every gba bios I try to add fails. Incorrect file or format. Thanks guys. I appreciate any help.
-
Hello @Matthew
1. Mame, when I go to map the start key and coin key it will not recognize the buttons on the controller. Controller is a rock candy Xbox 360. 2. When I map keys in ES they work perfect. Now when I got to a n64 rom for instance the “b” button is now the “y” button.
can you enable xboxdrv into recalbox.conf and disabled ps3 driver ? https://github.com/recalbox/recalbox-os/wiki/recalbox.conf-(EN) configuration of the controllers in recalbox is based on the SNES buttons assignment use mapping buttons for snes pad. https://github.com/recalbox/recalbox-os/wiki/Manual-(EN)#2---xbox-360-controllers
## Please enable only one of these # -------------- D1 - PS3 Controllers ------------ # ##Enable PS3 controllers support controllers.ps3.enabled=0 ## Choose an driver beetween official, shanwan and gasia if you have dualshock clones (official,shanwan,gasia) controllers.ps3.driver=official # ------------ D2 - XBOX Controllers ------------ # ## Xbox controllers are already supported, but xboxdrv can solve some compatibility issues ## Enable xboxdrv driver, disable this if you enabled ps3 controllers (0,1) controllers.xboxdrv.enabled=1 ## Set the amount of controllers to use with xboxdrv (0..4) controllers.xboxdrv.nbcontrols=2
reboot rpi.
3. When I try to add psx Roms they fail and say size is to large cant upload. The sizes are only like 4-500 mb. Now it will start then stop and disappear really quick.
Use winscp to transfert psx roms. tutorial not complete in english : https://github.com/recalbox/recalbox-os/wiki/Network-access-with-WinSCP-(EN) tutorial complete https://github.com/recalbox/recalbox-os/wiki/acces-via-WinSCP-(FR)
4. And last. Every gba bios I try to add fails. Incorrect file or format.
https://github.com/recalbox/recalbox-os/wiki/Add-system-bios-(EN) need bios with correct MD5
- GAMEBOY ADVANCE : a860e8c0b6d573d191e4ec7db1b1e4f6 gba_bios.bin
https://github.com/recalbox/recalbox-os/wiki/Check-md5-checksum-(FR) Use also recalbox-manager to drop bios file : https://github.com/recalbox/recalbox-os/wiki/recalbox-manager-WEB-interface-(FR)
-
AWESOME. So far every thing has work thank you so much!