authorblues / bizhawk-shuffler-2

A script to randomly shuffle between games played in Bizhawk, with plugins to enhance the experience
MIT License
58 stars 21 forks source link

Attempts to read .bin files #1

Closed WCAKeith closed 3 years ago

WCAKeith commented 3 years ago

It seems if .cue and .bin files are in the "games" folder and you start the script, the bin files will not be filtered out and BizHawk will attempt to open them.

I'm running this on version 2.6.1 of BizHawk.

authorblues commented 3 years ago

Can you send me .cue file to look at? I filter the .bin files by reading the .cue files, so I just need to see what format isn't working.

authorblues commented 3 years ago

Might be an issue with renaming the cue/bin files, which requires editing the text inside the cue sheet. I have looked into it, and I believe I'm handling most cue sheets correctly, even the more oddly formatted ones. Will reopen if this is still an issue.

If this is still a bug, please attach a cue sheet for me to inspect.

authorblues commented 3 years ago

The problem was with multiple bin/cue files. Removing some bin files changed the size of the games list which broke iteration. This bug was legitimate and was on my end.