-
Notifications
You must be signed in to change notification settings - Fork 86
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
proton versions newer then 5.0 dont function at all #322
Comments
Hello @Vertabreak, the fact that Proton doesn't generate logs hints that you've encountered a Pressure Vessel issue, which Proton 5.13 and newer uses to run inside of Steam Linux Runtime - Soldier. Please could you show us a log of what pressure-vessel is thinking, and exactly what happens? You can do this without involving Proton (which should make things a bit simpler) like this:
and then send container.log as a gist. You can edit/censor the log if there's anything in it that you consider private, as long as it's obvious where it has been edited, for instance replacing your username with REDACTED. The SteamLinuxRuntime_soldier directory will be in one of your Steam libraries. The most likely place is ~/.local/share/Steam/steamapps/common/SteamLinuxRuntime_soldier if you haven't reconfigured the installation path. Also please show us the full system information (Help -> System Information in Steam), after waiting for the diagnostic tools to finish thinking about what drivers you have. Again, you can edit/censor it if you need to, and please send it as a gist. (from #312 (comment)) |
Not OP but same issue - https://gist.github.com/GTB3NW/202d43ecd7cdefd9afd4ad78e83f08a5 (sorry about original comment, I've appended it to gist) |
Hi, Note: /home is a symlink to my big data drive /mnt/big-data/home/ |
This issue is present in ubuntu 21.04 alpha but after revet to stable 20.10 no issues where noted. I don't expect much support for alpha yet as issues are likely os related. |
Well 21.04 alpha is derived from a current Debian Unstable. So that might indicate the issue was introduced shortly. Since my laptop doesn't have the issue, but my desktop does, there might even be more going on. Although the problem with a symlink to //home might also have to do something with it. |
Further investigation. I tried this command to see where things go wrong.
It seems that everything goes fine until this part.
The script detects the correct location of my /home directory in /mnt/big-data/home. But the tmpfs gets mounted on this location and then it tries to mount the home directory again on /newroot/home. |
Hello @jhaand, please see #321 (comment). |
@kisak-valve Thank you for pointing this out. Doing the bind-mount did solve this issue. |
People who are not @Vertabreak: please don't comment here just because you have the same high-level symptom of Proton not starting. Even if the behaviour is superficially similar, there is not enough information in the initial report to know whether you are experiencing the same root cause (for instance, no specific error messages are mentioned). We are waiting for more information from @Vertabreak to be able to get closer to the root cause of this particular issue report, and until we have that, this particular issue report can't move forward - but that doesn't necessarily mean your issue report can't be fixed. If you have the same superficial symptom of Proton/the container not starting, please look for more information (see the issue-reporting documentation and #322 (comment) which might help), then look for an issue report that matches more closely than this one does. For instance, Otherwise, we'll spend more time figuring out whether people are really experiencing the same issue than we do actually fixing bugs, and nobody wants that. Thanks! |
I've been investigating this and so far none of the versions newer then 5.0 produce any logs at all when configured to. It's like something is happening in the change over from steam to proton. I plan to run steam with console attached to see if steam will give me any additional info. I have tested 5.13 and the experimental version as well as there beta options and a custom version GE latest so far. I welcome suggestions and guidance and am willing to work to correct this. Should my investigating bare fruit I would also be happy to contribute it via pull request back to the community for the greater good. System details xubuntu 21.04 nvidia driver v455 on a gtx 1070 on a 4ghz 8 core amd cpu with 16gb ram.
The text was updated successfully, but these errors were encountered: