What steps will reproduce the problem?
1. Have more than 10 directories in the games directory (maybe it's >6, but I
know it's >10 due to MAX_HANDLES being defined as 10 )
2. delete diconfig.bin
3. start up UNEEK/SNEEK+DI
What is the expected output?
What do you see instead?
UNEEKLOG.txt with the last 6 lines repeating forever.
What revision are you using?
r166
With what configuration (SNEEK/UNEEK/SNEEK+DI)?
UNEEK, but I believe it applies to SNEEK+DI as well
Please provide any additional information below.
add an DVDClose call in the DVDGetInstalledGamesCount function after adding one
to GameCount but before opening up a new file handle in the while loop.
see patch.diff
Original issue reported on code.google.com by logan.gba on 25 Jul 2011 at 2:42
Original issue reported on code.google.com by
logan.gba
on 25 Jul 2011 at 2:42Attachments: