Testers wanted: major system upgrade (Pi3b+, KODI 17 and much more ...)
-
@Sp0oNy et autres personnes relatant le problème de scrap dans recalbox.
C'est un bug provenant de Emulationstation, la team est entrain de l'identifier avec précision et corrigera le problème.
Scraping ISSUE :
This is a bug from Emulationstation, the team is identifying it with precision and will correct the problem. -
@godrick said in Testers wanted: major system upgrade (Pi3b+, KODI 17 and much more ...):
Bonjour à tous,
Comme beaucoup le scrap ES ne fonctionne pas et les favoris disparaissent à chaque reboot.
Pourtant, les images relatives aux roms sont bien présentes dans le répertoire downloaded_images.
Il semblerait que le problème tourne autour de l'écriture du fichier gamelist.xml (d'ailleurs, un fichier gamelist.xml.xml est également présent mais à quoi peu il servir ?) sur la carte SD.
De même pour les favoris, la balise <favorite>true</favorite> ne peut être écrite puisque le fichier gamelist.xml ne contient pas les informations relatives aux roms.
J'ai écris le fichier xml manuellement pour 2-3 roms histoire de tester : la balise <favorite>true</favorite> n'est pas écrite non plus lorsque j'ajoute une rom en favori depuis l'interface.
Par contre, si je rajoute la balise <favorite>true</favorite> manuellement, alors ES en tient compte au prochain reboot.
Pas d'infos dans les logs concernant ce sujet. Y a-t-il une option pour avoir un mode DEBUG et une log plus verbeuse ?il faut tuer le processus emulationstation pour effectuer des modifications sur une recalbox allumé , cette méthode est la même depuis la création de recalbox.
-
Ce matin en allumant ma recalbox manette plus détecter, je trouve déjà cela louche, je la refait association, je veut lancer un jeu mame, il ne fonctionne pas retour a liste des jeux, j'en relance un deuxième de même, je lance un un jeu SNES de même et ainsi que tout les emulateurs, alors que la veille cela marchais parfaitement bien... Sur Pi3B+
-
@marco-polo si tu utilises une clé USB ou un HDD, répare la sous windows, sinon répare la partition share en SSH
-
@acris Pour être plus clair : j'ai modifié le fichier gamelist.xml manuellement puis lancer un "update game list" depuis l'interface de EmulationStation. Je suppose que cela équivaut exécuter la commande ssh /etc/init.d/S31emulationstation restart.
Quoi qu'il en soit la prise en compte de modifications manuelles du fichier gamelist.xml ne pose pas de problème pour peu que l'on redémarre EmulationStation.
Aucune modification sur le fichier gamelist.xml n'est effectué par EmulationStation depuis l'interface EmulationStation, que ce soit par le menu "edit this game's metadata" ou par l'ajout d'une rom en favoris.
Un peu comme si EmulationStation n'avait pas les droits nécessaire sur le fichier pour le modifier. -
@acris said in Testers wanted: major system upgrade (Pi3b+, KODI 17 and much more ...):
@Sp0oNy et autres personnes relatant le problème de scrap dans recalbox.
C'est un bug provenant de Emulationstation, la team est entrain de l'identifier avec précision et corrigera le problème.
Scraping ISSUE :
This is a bug from Emulationstation, the team is identifying it with precision and will correct the problem.@acris : cool, merci pour ton retour !
-
J'ai continué à tester la parti concernant l'écriture du fichier gamelist.xml :
- Création manuellement d'un fichier gamelist.xml concernant des informations sur 3 roms snes : le fichier est chargé correctement par EmulationStation.
- Ajout d'un favori (une rom snes : Asterix & Obelix (E)) depuis l'interface EmulationStation.
- Exécution de la commande /etc/init.d/S31emulationstation stop via ssh.
- EmulationStation produit un fichier gamelist.xml.xml (l'extension apparaît 2 fois) avec les 3 roms snes initialement présente dans le fichier gamelist.xml puis y ajoute la balise ci-contre : <folder><path>"./Asterix && Obelix (E).zip"</path></folder> juste avant la balise </gameList>.
- voici la log correspondante :
lvl2: Saved gamelist.xml for system Super Nintendo Entertainment System. Updated items: 1/56
lvl2: EmulationStation cleanly shutting down. - Exécution de la commande /etc/init.d/S31emulationstation start via ssh.
- Le favoris a disparu : normal puisque EmulationStation charge le fichier gamelist.xml qui n'a pas été mise à jour (de toute façon la syntaxe dans le fichier gamelist.xml.xml n'est pas correcte).
J'ai commencé à regarder du côté de la classe Gamelist.cpp mais je suis pas assez bon en C++ :
/*
* Write the list.
* At this point, we're sure at least one node has been updated (or added and updated).
*/
boost::filesystem::path xmlWritePath(system->getGamelistPath(true) + ".xml");
boost::filesystem::create_directories(xmlWritePath.parent_path());
try
{
pt::write_xml(xmlWritePath.generic_string(), document, std::locale("en_US.UTF8"));
LOG(LogInfo) << "Saved gamelist.xml for system " << system->getFullName() << ". Updated items: " << fileLinks.size() << "/" << fileData.size();
}
catch (std::exception &e)
{
LOG(LogError) << "Failed to save " << xmlWritePath.generic_string() << " : " << e.what();
} -
First: happy new year everyone ! And now the issue I have encountered :
I have tried many different themes and this as broken Emulationstation every time! For restoring this one I have using a file manager from my iPad and deleting the theme folder; then I have restarted Recalbox with the web interface... -
Plus aucun émulateur ne fonctionne, je n'es rien toucher, juste l'association de ma 8bitdo nes pro, retour a la liste des jeux même après plusieurs reboot
Pi3B+ 64go+1 disque dure externe -
Hi, happy new year. I dont know if there is a bug or just i dont know how to configure, but when i play mame games and i press up or down on the 1gamepad appear downscreen a quick menu of overclocking, bright...
Cheers
-
hi there
Happy new year to allusing beta christmas edition
when adding system to es_systems.cfg
(for example adding cps1 cps2 cps3 using fba)
then fba system disappear
only latest system added in es_systems.cfg appears(btw: thoses lines added works on latest stable version)
my lines added looks like this
<system> <fullname>FBA_LIBRETRO</fullname> <name>fba_libretro</name> <path>/recalbox/share/roms/fba_libretro_cps2</path> <extension>.zip .ZIP .fba .FBA .7z .7Z</extension> <command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO% %NETPLAY%</command> <platform>arcade</platform> <theme>fba_libretro_cps2</theme> <emulators> <emulator name="libretro"> <cores> <core>fba</core> </cores> </emulator> </emulators>
</system>
so in this example,of course others are in the es_systems.cfg,but only the last system ,cps2, can be selected and visible
others one (cps1/cps3 and of course fba) are invisiblecan someone confirm or i have done something wrong?
-
@tylerdurden67 this has nothing to do with beta version and its bugs ....
-
@voljega if thoses changed lines works like this on last stable version and not in beta,for me its correct its an bug
-
@tylerdurden67 It would'nt work in main version either as you made an obvious error, so no nothing to do with beta version.
Besides it is custom unsupported modification with has absolutely nothing to do with standard recalbox version.
So if you want help on this subject, open a thread and do not pollute this one.
-
@tylerdurden67 change name and/or fullname since they are used now as unique keys to identify systems.
-
@dalittlebosssam said in Testers wanted: major system upgrade (Pi3b+, KODI 17 and much more ...):
@lexx I have the exact same issue. Also with a 3b+. Problem occured just after movie scrapping. My library is not local though: it's on an smb share.
Now, just like for you, kodi is totally unusable, crashing to emulstation after the splashcreen.Hello, Same issue here.
My storage is on an smb share too.
I think this issue is a general issue for scrapping (game and movie) -
Can anybody tell if issues with "System Security" are fixed in new version?
I don't want to enable it in my current beta installation on Pi3 B+ to avoid destroying anything.Here the main questions:
- Will it be possible to enable system security without bricking anything else (Web Manager, etc.)?
- Will the Web Manager + Virtual GamePads be password protected too, after enabling system security?
Here the reference thread with description of the whole bug in previous stable versions:
https://forum.recalbox.com/topic/15944/web-manager-not-working-in-4-1-stableHappy new year everybody!
-
Je mepose une petite question , penser vous que une fois la version STABLE disponible il faudra réinstallé le tout ? ou une update sera possible ?
-
Hello,
My feedback for this Xmas Beta :Setup is RPi3B (NOT plus), Shanwan PS3 controllers with external BT dongle, 16Go Sandisk card (fresh install of course), test game Classic DonkeyKong.
My attention is mainly focused on the controllers with whom I had problems with the latest stable version : I needed to pair them with Bluez driver but needed to change to Shanwan driver to work with Kodi.
With Xmas Beta, Shanwan PS3 controllers need to be remapped, mainly for Hotkey missing, other buttons seem OK (before I remap them I could not exit of Classic DonkeyKong but no problem during the game).
Even with the controllers remapped and fully working in ES and games I had to remap them in Kodi. The configuration of the controllers is not read by (or transmitted to) Kodi. I've tested the controllers with Bluez and Shanwan drivers : same behavior.
The swap of the driver (Bluez to Shanwan needed in the last stable) no longer seems useful, Bluez manages very well Shanwan controllers in ES, games or Kodi once they have been remapped.Thank you for the job and Happy new year everybody
-
@snipy Non, comme cela a été dit plusieurs fois, le système de mise à jour ne reprendra qu'une fois la stable sortie.
En attendant les beta ET la prochaine stable devront être réinstallées from scratch