-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 with steams built in proton will take about 45 Minutes to launch #8360
Comments
Hello @MartinKurtz, give ValveSoftware/steam-runtime#323 a read and check if you're seeing a similar soft file limit snafu. |
I do not think i am affected by it, as ulimit -Hn returns 1048576 and -Sn 1024 for me, but ive applied the fix/workaround recommended there anyway as duckduckgo says it shouldnt hurt me, but this does not seem to fix the issue, why should it, the limits are the same as what they already were. How would i know for sure? |
Your log has this warning: Debian 12 uses the default value of 65530 for vm.max_map_count. Memory and resource intensive games like Baldur's Gate 3 will probably struggle at the default value. Other Linux distributions like Fedora, Ubuntu 24.04 LTS, and Arch have changed this default value to 1048576. SteamOS on the Steam Deck has vm.max_map_count set to 2147483642. Probably use the default max_map_count value used by Fedora for a general purpose computer. Try For a permanent fix, create a file at /etc/sysctl.d/90-override.conf containing: Edit: Some games (like God of War 2018) may run slower because of the Linux kernel's split lock detection. Since Debian 12 is on kernel 6.1, you can only change this through a kernel parameter of |
ive applied that fix, since it was throwing a error, but the vm.max_map_count doesnt seem to have been all of the issue, although the game now goes from launching to running in under a second, though the second "phase" still takes some 20 odd minutes. I do not think i am affected by the split lock issue, as in game performance is perfectly fine, it is just the startup time that is an issue. Will provide a new log later, but now i wanna play the game and restarting the game takes so long |
Proton Version is 9, Ive tried 9.0-4 and UMU 9.0-3.2 so faras well as experimental and hotfix. This issue does not occur when launching through lutris with the same proton version, and only when using the steam client with proton as compatibility tool enabled. After Launch, the game plays fine. During launch the steam client will diplay launching and after abpout 25 minutes running. after that it takes about 20 minutes more for the game to actually launch
computer Info:
a log file of game launch of this happening:
https://drive.proton.me/urls/G0CCDNPHE0#3jZqwBEVvUwo
What else can i provide to give you as much information as possible?
The text was updated successfully, but these errors were encountered: