-
Notifications
You must be signed in to change notification settings - Fork 64
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
[BUG] Can't access settings on 1.0 #119
Comments
Are you using the installer or port table version of DLSS Swapper? |
I have the same problem with 1.0, both with portable and installer version. Had this problem also with 0.95, but there I could fix it by starting the program as admin. This workaround no longer works with 1.0 though. |
For the 1.0 installer version it should generate a log in the %TEMP% directory (open explorer and put that as the path to go to). Log files start with dlss_swapper_ and then I think there is a date after that. Would you be able to make the issue happen again and then grab the latest error log. Fingers crossed it wrote an error log. |
There was another issue reported that I can't find at the moment, stated that you couldn't navigate away from the games page if games were loading. But the first pic shows the games are loaded 🥲 |
I had the portable version in C:\Program Files\DLSS Swapper, started Swapper and it wrote this in the log file: Now I moved it to C:\ to avoid this and I don't get this log entry anymore, just a couple of ubisoft connect error messages. Still can't access settings though, the wheel starts spinning and then nothing happens. Going back to 0.95 version because of this. |
If the wheel continues to spin it's because it isn't finished loading games which prevents you from navigating away. The not loading games can be fixed by disabling some of the game platforms, but you can't disable them because you can't access settings 😂 I'll make a change to game loading to allow navigation while it's still loading. |
Same problem here. |
I was looking into this one on the weekend. Tried making settings page throw errors but it didn't seem to replicate this issue. Must be elsewhere. Will continue to investigate. Are people experiencing this issue on Win10 or Win11 or do we have a mixture of both? When the issue happens does clicking the filter button in the top right bring up the filter menu? Does trying to get to library work? |
Windows 10, installer version. |
Same issue here. Win 11, with both, installer and portabel version. |
Another question, trying to find what connects you all so I can replicate the issue here. For installer version did you install to the default location (C:\Program Files\DLSS Swapper) or elsewhere? For portable version are you running from an extracted location where you have full permissions? (Eg extract into Downloads folder, run from there there, move to desktop, move to documents, etc) |
"Yes" for both questions. (default location + extracted for portable) |
I'm using Windows 10 and I was able to reproduce this error with default "C:\Program Files" or changed install location. Whether it's portable or the installer version also didn't matter. |
Having the same issue. Win11, installer version, default install path (C:\Program Files\DLSS Swapper). |
Same here |
I have the same issue, however the cause is regarding Ubisoft connect:
|
I don't believe that is the cause, I get these and still am unable to replicate the error in OP. That line indicates that there was an error loading a game (or the location of the game library), logged it, and moved on. If anything it just means not all of your Ubisoft games are showing. I will double check to confirm this is correct or not. |
@beeradmoore Just tried again, the log entries are created on app launch / on games refresh, so you are probably correct. Here's all the info I can give you:
Here's a short video to demonstrate the behaviour: dlss_swapper_settings_bug.mp4Let me know if there's anything I else I can do to help. |
Thanks heaps for all that extra info! What I think I'll do is make a 1.0.1 with command line options to disable all stores and options to disable auto-loading of games (you would manually have to hit the refresh button until a cache is added). Theory being if it is the stores or it is a particular game that is failing and not erroring we can narrow it down further. |
Same issue here. Win 11 both version. |
I think I found the problem. Since settings does not have a defined tag, one should check
|
Sorry I didn't see that reply @Klajan. I think you might be 100% right. When I can I'll confirm this and release a small update with that fix. EDIT: That string is not localised by us and there is no plan yet to add localisation (although that would be great). It looks like we can use what you did and instead of the string we are using we instead do if (args.IsSettingsInvoked)
{
GoToPage("Settings");
}
else
{
GoToPage(args.InvokedItemContainer.Tag);
} which will use the |
This has been implemented. I'll close the issue when v1.1 (or more likely v1.0.2) is released. |
v1.0.2 is now release with this fix. Special thanks again to @Klajan for pointing out the underlying issue. |
Describe the bug
Can't access settings (V. 1.0)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
open settings page.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: