-
Notifications
You must be signed in to change notification settings - Fork 115
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
Crashes if # of items < list_limit #109
Comments
I don't have that problem here (and didn't with 1.4.1 either, my "Top 10" worked fine when it was still being populated with stats). |
If that's the case (some people does/doesn't have this problem), I think it might be helpful to add my system spec... Tested on two Windows 7 (64bit) machines. Both 32/64bit executables had this problem. |
Same configuration here. Post the full filter?
|
Hi I found this one, thanks for the report. The crash happens when you start with a list that is less than the list_limit... so in your case rogalian the list would probably have been padded out still with games with stats at zero since the total list you were starting with was probably more than 10. There's also a really dumb bug for emulator configurations that I've just fixed. I'm not sure how I didn't stumble over it earlier. I'm going to put together a 1.5.1 release to address these issues. |
Ahh, yeah that would make sense, the list is large generally. Only thing genuinely affecting me is the -config thing reported, I've not
|
For 1.5.0, if total number of items are less than 'list_limit' for current filter/list, the program crashes.
Seems 1.4.1 also has this problem...
The text was updated successfully, but these errors were encountered: