libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.31k stars 1.83k forks source link

Load from Collection opens the wrong item #2036

Closed Tatsuya79 closed 7 years ago

Tatsuya79 commented 9 years ago

Trying to open a game from a playlist opens the wrong game with GLUI. Same playlist works without problem with XMB.

Tested on Win7 x64.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/25658056-load-from-collection-opens-the-wrong-item?utm_campaign=plugin&utm_content=tracker%2F296058&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F296058&utm_medium=issues&utm_source=github).
Tatsuya79 commented 9 years ago

I'm still trying to figure out what is wrong here. I made a scanning of a No-Intro PC-Engine/SGX set folder under XMB. Then opened it, works fine.

I switch to GLUI, Load Content -> Select from Collection -> NEC - PC Engine - TurboGrafx 16.lpl Works fine.

I do the same for NEC - Super Grafx.lpl: wrong roms, 1941 opens Granzort, Aldynes opens Daimakai Mura...

I tried to make a MAME.lst with a script, I suspect something strange happening with the ordering of the names, if they start with ' or something else...

Tatsuya79 commented 9 years ago

Ok, sorry figured it a bit better, has nothing to do with GLUI.

If on XMB you don't use the playlists (left-right motion in the menu) but do Load Content -> Select from Collection, just like with GLUI the Super Grafx.lpl exhibits the same problem.

kivutar commented 9 years ago

I tried to make a MAME.lst with a script, I suspect something strange happening with the ordering of the names, if they start with ' or something else...

I think the source of the bug can be that

Tatsuya79 commented 9 years ago

That can't be just that. How can it work in XMB Playlist mode (pushing right at Retroarch start) and not with "Load Content from Collection"? Aren't those 2 actions using the same functions?

kivutar commented 9 years ago

Yes they use the same functions. And the bug does not happen for me, with my ROM names.

Tatsuya79 commented 9 years ago

It also happens for Game Gear No-Intro set, no name changed.

Load Content -> from Collection = opens the bad file XMB horizontal playlist = works OK

Tatsuya79 commented 7 years ago

Checking old issues, this one fixed itself.