7
« on: May 22, 2020, 11:33:41 PM »
Hi All, I have been working away setting up RetroFE on Ubuntu. As I thought this might be a good option for the cabinet i was creating. But I'm having so many issues with MAME resetting my joysticks settings back to default, I've decided to give up and go back to using Windows.
So I installed RetroFE on windows and copied over my collections and layouts from my setup in Ubuntu, and edited the various settings files for the different change in paths etc everything is working as except for 1 menu. For some reason my "All Arcade" wont display any Roms even tho I have the correct path in the settings file, all my other menus for my console roms work fine. And the weird thing is that the all the Arcade "sub menus" menus I have created work as expected to.
So from my log file I can see it scans my MAME roms folder
[2020-05-23 10:23:14] [INFO] [CollectionInfoBuilder] Checking for "Z:\RetroFE_Data\collections\1 All Arcade\include.txt"
[2020-05-23 10:23:14] [INFO] [CollectionInfoBuilder] Scanning directory "Z:/Common/Roms/mame219"
And doesn't so an error or anything, but displays nothing in the menu.
Then I open a sub folder and you can see from my log file that it scan based on the ".sub" file
[2020-05-23 10:23:30] [INFO] [CollectionInfoBuilder] Checking for "Z:\RetroFE_Data\collections\1.2 Ball & Paddle Games\include.txt"
[2020-05-23 10:23:30] [INFO] [CollectionInfoBuilder] Scanning directory "Z:\RetroFE_Data\collections\1.2 Ball & Paddle Games\roms"
[2020-05-23 10:23:30] [INFO] [CollectionInfoBuilder] Could not read directory "Z:\RetroFE_Data\collections\1.2 Ball & Paddle Games\roms". Ignore if this is a menu.
[2020-05-23 10:23:30] [INFO] [RetroFE] Loading subcollection into menu: 1 All Arcade
[2020-05-23 10:23:30] [INFO] [CollectionInfoBuilder] Checking for "Z:\RetroFE_Data\collections\1.2 Ball & Paddle Games\1 All Arcade.sub"
[2020-05-23 10:23:30] [INFO] [CollectionInfoBuilder] Scanning directory "Z:/Common/Roms/mame219"
My roms are displayed as expected in the menu and when I select one it launches correctly
[2020-05-23 10:23:30] [INFO] [RetroFE] Loading playlist: lastplayed
[2020-05-23 10:23:33] [INFO] [SDL] DeInitializing
[2020-05-23 10:23:34] [INFO] [RetroFE] Updating lastplayed playlist
[2020-05-23 10:23:34] [INFO] [Collection] Saving Z:\RetroFE_Data\collections\1.2 Ball & Paddle Games\playlists/lastplayed.txt
[2020-05-23 10:23:34] [INFO] [Launcher] Checking to see if "Z:/Common/Roms/mame219\arkanoid.zip" exists [Yes]
[2020-05-23 10:23:34] [INFO] [Launcher] Attempting to launch: "C:\Users\spyph\Mame0219\mame64.exe" "arkanoid"
[2020-05-23 10:23:34] [INFO] [Launcher] from within folder: C:\Users\spyph\Mame0219
[2020-05-23 10:23:42] [INFO] [Launcher] Completed
So I'm very confused as to why the "all" menu doesn't work ? I have tried swapping around the / to \ etc and it didn't make any difference. Can anyone please help ?