-
Notifications
You must be signed in to change notification settings - Fork 175
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
Unable to start - Out of memory on account with steam authenticator #5069
Comments
I'm having the same problem on Arch 64bit.
Deleting |
Interestingly deleting |
I'm not using the Authenticator so maybe that makes a difference. |
Using another account with the same steam installation but no authenticator is fine. Its something about the authenticator code that is causing the crash. I'm not sure why removing the authenticator from my account isn't working, I'm guessing it's crashing before it can receive the update disabling it |
I had this exact problem shortly after activating the mobile authenticator, although I don't know if that is related. That time I "fixed" it by renaming Now, a couple of weeks later I had the problem again and started looking at recently changed files. I came across A quick look at the broken file shows that each sections repeat itself thousands of times. I saved the previous installation and can confirm that that localconfig.vdf was 987MiB. |
@hpsu - Dind't work for me, unfortunately. Running on Arch 64Bit, too. Got a compete freeze of the system after I enter my authenticator code. Need to reboot every time. Am Also not able to get the "Out Of Memory" message, mentioned in the top-post. Also, no hints of errors in the journalctl messages before the forced reboot. |
It seems like I was also affected by this error. Removing localconfig.vdf worked in my case. The file was ~700MB before and is ~600KB now. |
Worked for me too. |
Per "Fixed a bug which created excessively large configuration files that could slow down Steam or cause it to appear to hang for several seconds at a time" in the 2017-07-12 steam beta client update, can anyone reproduce this issue while opted into the steam beta client (and after removing localconfig.vdf if it was oversized before the update)? |
@kisak-valve Opting into beta now. |
@kisak-valve Unfortunately, It only survived the first start. After the second start my complete system froze again and I'm stuck in the same error again :/ |
@kisak-valve It seems like it worked. localconfig.vdf now stays at 600KB. |
@kisak-valve Seems fixed here, my localconfig.vdf has no duplicate entries for about a week now |
I just removed Steam from my System and deleted the steam folder in ~./local/share and in ~/. I reinstalled it and tried to start it, but still, my system freezes without any error message. |
Thanks for retesting, closing per the feedback. @jsaalfeld, the symptoms you've described does not match this issue report. No opengl application should be capable of freezing the entire system, which hints that you may be experiencing a video driver issue. |
Deleting localconfig.vdf only works once, and only after restarting my computer. Once the client generates a new one, it crashes again.
|
Your system information
System info - from working account on beta client
Please describe your issue in as much detail as possible:
When attempting to log in, the dialog for entering the steam authenticator code is not shown. Steam appears to hang, before showing the "Connectivity Error" dialog, which also appears to hang (unable to interact) before steam crashes.
This is only for my account using steam authenticator - another account without the authenticator is able to log in as normal. I am able to log into my account on the website using authenticator.
The request for the authenticator token is being sent as the app shows the generated token notification.
Full console log of ./steam.sh
The relevant part of the crash:
From syslog:
Bonus:
Steps for reproducing this issue:
Steps attempted to fix the problem:
./steam.sh -reset
./steam.sh -bigpicture
STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 ./steam.sh
(also tried =1)strace
fails - didn't feel like digging into the reasonEnabling the beta client:
I got further with the beta client - I was able to click "start in offline mode" when the Connection Error appeared. This loaded my games. I was then presented with a little dialog box saying "your steam details have changed - please reauthenticate". After entering my password, it then extended the dialog and asked for my steam authenticator token. Entering the token froze steam, although I could see from my "friends" list that I had changed from offline -> online. Steam then crashed.
Opening steam now doesn't present me with an account log-in page, but attempts to log in as the user with the problem, which just crashes steam before anything happens. The error is the same OOM as above. So now it appears I'm totally stuck, unable to use steam at all on this computer.
EDIT: that last statement isnt quite true: I can still access steam via the bigpicture mode - the account with the authenticator is still crashing through
The text was updated successfully, but these errors were encountered: