[RESOLVED] RPCS3 gamelist problem
3 posters
Page 1 of 1
[RESOLVED] RPCS3 gamelist problem
Hi guys,
i managed to use the .m3u list with RPCS3 emulator, I can scrape stuff but when i reload retrobat no gamelist.xml is created so i have to re-scrape again to show pictures/videos (they are correctly saved in the respective folders); is there a fix for that ? Do I need to create gamelist.xml manually ?
i managed to use the .m3u list with RPCS3 emulator, I can scrape stuff but when i reload retrobat no gamelist.xml is created so i have to re-scrape again to show pictures/videos (they are correctly saved in the respective folders); is there a fix for that ? Do I need to create gamelist.xml manually ?
asper- Messages : 21
Date d'inscription : 2023-02-12
Re: [RESOLVED] RPCS3 gamelist problem
Hello
Nope, but maybe something went wrong.
Can you add here some picture of your assets folder, and your gamelist.xml ?
Nope, but maybe something went wrong.
Can you add here some picture of your assets folder, and your gamelist.xml ?
getupor- Admin
- Messages : 1388
Date d'inscription : 2020-10-04
Re: [RESOLVED] RPCS3 gamelist problem
getupor wrote:Hello
Nope, but maybe something went wrong.
Can you add here some picture of your assets folder, and your gamelist.xml ?
Here it is.
The problem seems to be that retrobat does not generate any gamelist.txt ; is it possible I messed with some specific PS3 retrobat setting ? If so which ones ?
I also tried to manually create a gamelist.xml file (empty) without success.
THANK YOU VERY MUCH for your support !
asper- Messages : 21
Date d'inscription : 2023-02-12
Re: [RESOLVED] RPCS3 gamelist problem
Hello,
Can you show us 2 things:
1) The RetroBat PS3 games list with these 2 games scrapped.
2) Your es_systems.cfg file (PS3 part), the file is available in retrobat\emulationstation\.emulationstation folder.
Can you show us 2 things:
1) The RetroBat PS3 games list with these 2 games scrapped.
2) Your es_systems.cfg file (PS3 part), the file is available in retrobat\emulationstation\.emulationstation folder.
tartifless- Admin
- Messages : 1642
Date d'inscription : 2021-04-27
Re: [RESOLVED] RPCS3 gamelist problem
tartifless wrote:Hello,
Can you show us 2 things:
1) The RetroBat PS3 games list with these 2 games scrapped.
2) Your es_systems.cfg file (PS3 part), the file is available in retrobat\emulationstation\.emulationstation folder.
This should be the .cfg part:
- Code:
<system>
<name>ps3</name>
<fullname>Playstation 3</fullname>
<manufacturer>Sony</manufacturer>
<release>2006</release>
<hardware>console</hardware>
<path>~\..\roms\ps3</path>
<extension>.m3u .ps3 .iso .7z .zip .rar .squashfs</extension>
<command>"%HOME%\emulatorLauncher.exe" -gameinfo %GAMEINFOXML% %CONTROLLERSCONFIG% -system %SYSTEM% -emulator %EMULATOR% -core %CORE% -rom %ROM%</command>
<emulators>
<emulator name="rpcs3"/>
</emulators>
<platform>ps3</platform>
<theme>ps3</theme>
</system>
This is the situation AFTER scraping:
The situatio before scraping is just the name list wihtout images and without videos.
asper- Messages : 21
Date d'inscription : 2023-02-12
Re: [RESOLVED] RPCS3 gamelist problem
And when you quit Retrobat you are saying that the information is not saved ?
Are there permission issues in the roms\ps3 folder ?
Are there permission issues in the roms\ps3 folder ?
tartifless- Admin
- Messages : 1642
Date d'inscription : 2021-04-27
tartifless- Admin
- Messages : 1642
Date d'inscription : 2021-04-27
Re: [RESOLVED] RPCS3 gamelist problem
The game folder is in \roms\ps3 but it is the same if I put it in RPCS3 \hdd0\disc foldertartifless wrote:Where is your rayman game folder actually located ?
Yeswhen I exit or rescan for games inside retrobat (without exiting) nothing is shown and gamelist.xml is NOT created...
EDIT !
YOU ARE A GENIOUS !
The problem was a protected \roms\ps3 folder (read only) dunno why... maybe my little child playing with the keyboard... thank you VERY much !!!!
EDIT2
i just noticed that ALL my folders are +R... but the problem seems to be just for PS3 folder... removing the +R form the folder attribute seems to fix the problem anyway.
EDIT3
No way, at each reboot roms subfolders got the +R attribute automatically (dunno why); i am using Windows 7, can be this the problem ? Maybe I am missing some shell functionality ?
asper- Messages : 21
Date d'inscription : 2023-02-12
Re: [RESOLVED] RPCS3 gamelist problem
Hello,
You should upgrade your windows to 10 or 11, we do not support windows 7 anymore as written in our prerequisites.
You should upgrade your windows to 10 or 11, we do not support windows 7 anymore as written in our prerequisites.
tartifless- Admin
- Messages : 1642
Date d'inscription : 2021-04-27
Re: [RESOLVED] RPCS3 gamelist problem
I just tested it with win10 and my \roms subfolders are all +R each time i restart retrobat... is this normal ? I removed the +R attribute but it comes up again after restarting retrobat...tartifless wrote:Hello,
You should upgrade your windows to 10 or 11, we do not support windows 7 anymore as written in our prerequisites.
asper- Messages : 21
Date d'inscription : 2023-02-12
tartifless- Admin
- Messages : 1642
Date d'inscription : 2021-04-27
Re: [RESOLVED] RPCS3 gamelist problem
It is the attribute "read only" and it is applied by retrobat to all the /roms subfolders. Is this change in folder/files permissions normal for retrobat?tartifless wrote:I don't even know what +R means...
asper- Messages : 21
Date d'inscription : 2023-02-12
Re: [RESOLVED] RPCS3 gamelist problem
Yes, but that's not an issue, gamelist.xml is correctly created for everyone.
Something must be off for you as you are saying that ONLY ps3 gamelist.xml is not correctly created.
Can you show us your es_systems.cfg ?
Something must be off for you as you are saying that ONLY ps3 gamelist.xml is not correctly created.
Can you show us your es_systems.cfg ?
tartifless- Admin
- Messages : 1642
Date d'inscription : 2021-04-27
Re: [RESOLVED] RPCS3 gamelist problem
Here it is: https://www.sendspace.com/file/apsak1tartifless wrote:Yes, but that's not an issue, gamelist.xml is correctly created for everyone.
Something must be off for you as you are saying that ONLY ps3 gamelist.xml is not correctly created.
Can you show us your es_systems.cfg ?
What should i look for ?
Anyway it seems that the issues is extended to other emulators too (no way to update gamelist.xml) so at a certain point something went wrong... dunno where... if you can help me I will be grateful.
EDIT
Solved ! I rewrote a backup of the main retrobat files/folders and everything started to work again !
asper- Messages : 21
Date d'inscription : 2023-02-12
Similar topics
» [RESOLVED] Problem with Retrobat 3.10 and RPCS3... Game runs OK but sound crackling.
» [RESOLVED] Folders in gamelist
» [RESOLVED] RETROBAT 3.10 AND RPCS3
» [RESOLVED] BBC Micro ROMs won't show up in EmulationStation's gamelist
» [RESOLVED][5.1] RPCS3 - Controller mapping wrong (A/B and Axis reversed) since 5.10 update
» [RESOLVED] Folders in gamelist
» [RESOLVED] RETROBAT 3.10 AND RPCS3
» [RESOLVED] BBC Micro ROMs won't show up in EmulationStation's gamelist
» [RESOLVED][5.1] RPCS3 - Controller mapping wrong (A/B and Axis reversed) since 5.10 update
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum