-
Notifications
You must be signed in to change notification settings - Fork 97
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
DLSS/RR latest model downloads get stuck part way #414
Comments
Seeing as the import function is broken, is there a way to get the app to recognise Zip folders I put in the appdata>local diractory? |
Is the time it takes from when it starts downloading to when it stops 20 seconds, can you measure it to see if it is that? Some of the other DLSS models are much larger (clicking on them in the library will show you). The test uses DLSS v1.0 which is 3.9MB and you did that in 3.6 seconds. DLSS 4 (v310.2.1) is about 35MB, rounding up lets say it is 39MB or 10x the size. At the same rate it would now take 36 seconds to download. New DLSS FG model is only 3.7MB, so smaller than the test. Circling back to 20 seconds I mentioned above, I set the DLSS Swapper timeout to 20 seconds down from the default of 100 seconds. I lowered it so people would get the "can't connect to server" error sooner. I was under the impression that "Timeout" is the time it will abort if it does not receive any data, but this looks like it could be from start to end. I'll see if I can throttle my connection and see how to handle that better. As for import, known issue, being worked on. As for faking import, I looked at the source code and it looks like you can do it. (This is an explanation of what and why, if you want to skip to doing it is lower) So to know if DLSS v310.2.1 exists on my machine (for an app installed with installer) the path it checks for a file is
If you go to the manifest.json and find the file you want (lets say DLSS v310.2.1) |
Thanks for the idea on a workaround for now, I have made a more detailed guide here while I try fix the networking. |
I tried again this morning, first download stalled after 10 seconds weirdly, but I tried a few more times after and it was then around 20 seconds each time from then on. My internet is from the dark ages unfortunately, seems it finally bit me in the ass haha. Thanks for getting back to me, I'll see if I can manually install them for now. Update: Can't download new DLLS from the manifest either, gets stuck in the same time frame, however it did let me continue the download after it initially fails so I was able to complete download, albeit in a scuffed way |
Using a download manager like Motrix may help. Are you able to do a speed test and share the results so we can see what we're dealing with? (The share link, one that one put your IP here) I was trying to throttle network to see if 20sec was for total download. Making it 1mbps I was able to get the file on 32sec so the timeout is between data packets. However limiting my speed is one thing, I think you may be also getting dropped packets and high ping. I'll keep seeing if I can replicate that somehow |
https://www.speedtest.net/result/17413251826.png |
If anything the speed limit I did was slower. The ping isn't horrible. It is odd that the download would just stop. |
Simple as title says, whenever I try to download the latest models the download starts but will always stop at the same point just over halfway done. New FG model works fine though. Older DLSS models also work fine. Only seems to effect DLSS 4 models, v310+
I downloaded the pre-release v1.1.6.1 and ran all the tests again, just in case it helps in any way.
The text was updated successfully, but these errors were encountered: