-
Notifications
You must be signed in to change notification settings - Fork 128
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
Games dispeared after adding a tag to 1. #99
Comments
Try to switch some tags in filters popover (tag icon on headerbar). It should display all games without any filtering if all or no tags are selected. It should display games that have at least one of selected tags otherwise. You may have encountered this bug. It is already fixed in |
Ok, then it should be something new. I'll take a look later today (or in a few days depending on free time). Distro, app version, reproduce steps and logs will be helpful. |
Currently using ElementaryOS, cant find app version anywhere but i only installed today, so assuming its the latest. EDIT: EDIT: |
It's a weird issue, I'm not sure yet why that happens. I don't get it with my locally built, not installed version, but I do get it with packages and AppImages built on AppVeyor or launchpad (btw PPA for Ubuntu-based distros is now available). Bug should be somewhere in native/non-native games detection. Try to build it on your system and see if you'll have the same result as me. meson build --prefix=/usr -Ddistro=debian --buildtype=debug
cd build
ninja && src/com.github.tkashkin.gamehub --debug
|
I have found a reason for this weird behavior. It was due to compiler optimizations. Packages built on AppVeyor should work properly. I'm still trying to pass required options to launchpad to disable optimizations for PPA builds. |
@markmorris, @Hedronmx launchpad builds are now built without optimizations. |
Sweet, anyway to check changelogs? |
I'm too lazy to document all changes, so best thing you can do is to check commits list. |
I see, thank you! Please let me know when I can donate. |
After adding a tag to a game (Outlast) all games disappeared, nothing i can do to change it, i toggle all settings including merge games, still blank.
No matter what its blank, this is 10 mins after app is loaded to test if it was slow loading times.
Loving the app, lets get it fixed up!
The text was updated successfully, but these errors were encountered: