Skip to content
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 unable to recreate prefix with old proton after running game with new proton. #587

Open
Dandraghas opened this issue May 7, 2023 · 10 comments

Comments

@Dandraghas
Copy link

Your system information

  • Steam client version: 1683314987
  • Distribution: Fedora 38
  • Opted into Steam client beta?: Yes
  • Have you checked for system updates?: Yes

Please describe your issue in as much detail as possible:

When i try to switch back to old version of proton, prefix not recreating, im fully deleted prefix with new proton but this dont helps, also im getting this error when i switch to old proton and launch game:
pressure-vessel-wrap[142201]: E: Unable to copy "/media/D/SteamLibrary/steamapps/common/SteamLinuxRuntime_soldier/pressure-vessel/bin/pressure-vessel-locale-gen" to "/proc/self/fd/29/from-host/bin/pressure-vessel-locale-gen": renameat: Input/output error

oh and it happening on non-steam game

Steps for reproducing this issue:

  1. launch non-steam game with new proton version
  2. delete prefix with new proton
  3. switch to old proton
  4. launch non-steam game
  5. see that prefix is not recreating.
@kisak-valve kisak-valve transferred this issue from ValveSoftware/steam-for-linux May 7, 2023
@kisak-valve
Copy link
Member

Hello @Dandraghas, Pressure Vessel is what sets up the Steam Linux Runtime container environment which Proton runs inside. You've described an issue with that instead of Proton, so I've gone ahead and transferred this issue report to the steam-runtime issue tracker.

Please give https://github.com/ValveSoftware/steam-runtime/blob/master/doc/reporting-steamlinuxruntime-bugs.md#essential-information a read and share the requested information.

@Dandraghas
Copy link
Author

Please give https://github.com/ValveSoftware/steam-runtime/blob/master/doc/reporting-steamlinuxruntime-bugs.md#essential-information a read and share the requested information.

here is log using old proton

@smcv
Copy link
Contributor

smcv commented May 9, 2023

renameat: Input/output error

This looks like a filesystem problem: the container runtime tried to rename a temporary file, and the filesystem said no.

/media/D/SteamLibrary

From its name, I'm guessing this is a Windows filesystem, like NTFS via ntfs-3g, or maybe FAT? What options is it mounted with?

@Dandraghas
Copy link
Author

Dandraghas commented May 9, 2023

From its name, I'm guessing this is a Windows filesystem, like NTFS via ntfs-3g, or maybe FAT? What options is it mounted with?

yeah its ntfs-3g filesystem here is fstab:
LABEL=D /media/D ntfs-3g uid=1000,gid=1000,rw,user,exec,umask=000 0 0
as i remember i followed official steam guide on ntfs filesystems.

oh and today i tried to move 'Steam Linux Runtime - Soldier' to system drive(btrfs) and now everything works, but i dont know if this issue should be closed why 'Steam Linux Runtime - Soldier' can create prefix with new proton but cant with old if its located on ntfs drive.

im running very low on space on system drive, i hope this will be fixed.

@TTimo
Copy link
Collaborator

TTimo commented May 9, 2023

Hello @Dandraghas,

I follow official steam guide on ntfs filesystem

Do you mind linking that resource?

@Dandraghas
Copy link
Author

Do you mind linking that resource?

here: https://github.com/ValveSoftware/Proton/wiki/Using-a-NTFS-disk-with-Linux-and-Windows

why you need that? i have followed steps in this guide. im only using UUID instead of label everything other i take from this guide.

@smcv
Copy link
Contributor

smcv commented May 9, 2023

https://github.com/ValveSoftware/Proton/wiki/Using-a-NTFS-disk-with-Linux-and-Windows

Looking at the list of contributors, I suspect this is a community/fan maintained document rather than being something that's maintained or supported by Valve.

umask=000 is not related to this issue, but is not something that I would recommend (on multi-user systems, it means any other user can alter your games' files and make you run arbitrary code of their choice).

why 'Steam Linux Runtime - Soldier' can create prefix with new proton but cant with old if its located on ntfs drive

Proton 8.0 and Experimental use "Steam Linux Runtime - sniper", instead of "Steam Linux Runtime - soldier" like older Proton versions (5.13 to 7.0). Perhaps soldier is on your NTFS (Windows) drive, but sniper is on your btrfs (Linux) system drive?

@smcv
Copy link
Contributor

smcv commented May 9, 2023

The more general answer to "why doesn't this work?" is that we try to do reasonable things that work on most filesystems, and on Linux filesystems and some NTFS configurations they work, but apparently on your particular NTFS configuration they're failing with an internal error.

@Dandraghas
Copy link
Author

The more general answer to "why doesn't this work?" is that we try to do reasonable things that work on most filesystems, and on Linux filesystems and some NTFS configurations they work, but apparently on your particular NTFS configuration they're failing with an internal error.

i forgot to mention that i moved both sniper and soldier to btrfs drive, and i mentioned that everything works now, please forgot about it, but now i have different issue: for some reason prefix is broken with old proton when creating it gives this error:

Proton: Upgrading prefix from None to 6.3-3 (/home/Dandraghas/.local/share/Steam/steamapps/compatdata/2725930334/)
21:01:51.156568: pressure-vessel-adverb[9285]: I: Command exited with status 53

@smcv
Copy link
Contributor

smcv commented May 9, 2023

Proton: Upgrading prefix from None to 6.3-3 (/home/Dandraghas/.local/share/Steam/steamapps/compatdata/2725930334/)
21:01:51.156568: pressure-vessel-adverb[9285]: I: Command exited with status 53

That looks like it's genuinely a Proton issue, please report it separately. The exit status of 53 might help a Proton developer to understand what has happened there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants