retropassdev / RetroPass

Retro Pass is a simple frontend for emulators running on Xbox.
GNU General Public License v2.0
105 stars 42 forks source link

Missing video folder breaks image loading #8

Closed retropassdev closed 2 years ago

retropassdev commented 2 years ago

When setting up data source using LaunchBox, sometimes video folders are not created for platforms. This brakes loading images in RetroPass, which should not be the case.

Quick fix until update: Make sure that there is a video folder for each configured platform as defined in LaunchBox/Data/Platforms.xml For example if there is: `

Video
<FolderPath>Videos\Atari 2600</FolderPath>
<Platform>Atari 2600</Platform>

` Check that you have Atari 2600 in Launchbox/Videos folder. If not, create it.