Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't add more than 9 games #10

Closed
Ev0-BH opened this issue Dec 10, 2018 · 2 comments
Closed

Can't add more than 9 games #10

Ev0-BH opened this issue Dec 10, 2018 · 2 comments

Comments

@Ev0-BH
Copy link

Ev0-BH commented Dec 10, 2018

If you try to add more than 9 games, you get this error:

Unhandled Exception: System.Exception: Your games directory structure is invalid. Make sure that folders are named as a whole number (e.g. 1, 2, 3) and there are no gaps in the sequence
at BleemSync.Utilities.Filesystem.GetGameIds() in C:\Users\Pat\source\repos\BleemSync\BleemSync.Utilities\Filesystem.cs:line 51
at BleemSync.Program.Main(String[] args) in C:\Users\Pat\source\repos\BleemSync\BleemSync\Program.cs:line 18

As it reads 1, 10, 11, 12, 13, 2 etc etc

Renaming folder 01, 02, 03 etc does not work

@vecst
Copy link

vecst commented Dec 11, 2018

I don't have a classic, if I did I would test this. What if you started at 100?
//
You could also use 1,10,11,12,...19,2,20,21,22...29....

pathartl added a commit that referenced this issue Dec 11, 2018
…AND ref #14 ref #10 ref #9 ref #3

Not currently working. Various iterations of this yield the same thing on my system. The covers show properly for 25 games, but it's almost as if the .pcsx directory for each game is dumped and recreated on start of a game. Dump of FS before game started: https://pastebin.com/raw/kMrh7A3S

This is cleared out once a game is started for the second time, and pcsx.cfg is removed resulting in non-responsive controls. Might just be my console?
@pathartl
Copy link
Owner

Resolved in 0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants