-
-
Notifications
You must be signed in to change notification settings - Fork 14.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
steam: tcmalloc issue in older native source games #292139
Comments
side note: nix-info was ran on the generation that does run TF2 |
Could you post a log of what happens when you try to launch TF2? Specifically, here’s how you can get a log of TF2’s stdout and stderr:
That will create a file named “log.txt” in TF2’s root folder. If you could post that log file, that would be super helpful. |
Heres the file Its from the generation that cannot launch TF2 |
The log says
which indicates that you’re experiencing this TF2 bug. Try this workaround. |
Thats weird, If i use an older generation TF2 launches perfectly fine, but not on a newer generation |
Does the workaround fix TF2 for you? |
@U2C9727A4 could you do a first-parent bisect on nixos-unstable to figure out which exact commit it was? |
Also affects SteamVR: ValveSoftware/SteamVR-for-Linux#579 (comment) New version of Mesa uses However, after Mesa finished using this allocation, it tries to free memory using
This is caused by updated Mesa. |
Was the developers of mesa notified about this bug? |
This is not the mesa bug, it is just steam bundling old version of tcmalloc.so |
Where is that library located? I see these
Is TF2 an x86-32 binary, not x86-64? |
TF2 is 32-bit only, unless you opt in to the x64_test beta branch. |
Describe the bug
In nixos-unstable, steam games (specifically TF2) has been unable to launch. rolling back to an older generation fixes the issue.
Steps To Reproduce
Steps to reproduce the behavior:
idk, Perhaps a recently updated package is causing it?
Expected behavior
The game was supposed to launch properly, But it didnt.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: