flathub / com.valvesoftware.Steam.CompatibilityTool.Proton-GE

https://flathub.org/apps/details/com.valvesoftware.Steam.CompatibilityTool.Proton-GE
50 stars 5 forks source link

Not launching anything #53

Closed rowbawts closed 3 years ago

rowbawts commented 3 years ago

This used to work for me but now it doesn't open anything and this is what I see in the console

Traceback (most recent call last):
  File "/app/share/steam/compatibilitytools.d/Proton-GE/proton", line 1434, in <module>
    g_session.init_session(sys.argv[1] != "runinprefix")
  File "/app/share/steam/compatibilitytools.d/Proton-GE/proton", line 1223, in init_session
    g_compatdata.setup_prefix()
  File "/app/share/steam/compatibilitytools.d/Proton-GE/proton", line 909, in setup_prefix
    try_copy(g_proton.lib64_dir + "vkd3d/libvkd3d-shader-1.dll",
  File "/app/share/steam/compatibilitytools.d/Proton-GE/proton", line 125, in try_copy
    shutil.copy(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/lib/python3.9/shutil.py", line 426, in copy
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/lib/python3.9/shutil.py", line 265, in copyfile
    with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
FileNotFoundError: [Errno 2] No such file or directory: '/app/share/steam/compatibilitytools.d/Proton-GE/lib/vkd3d/libvkd3d-shader-1.dll'
juxuanu commented 3 years ago

Same here. Cannot launch anything.

Lctrs commented 3 years ago

Work in progress in #54 to fix this.

rowbawts commented 3 years ago

Work in progress in #54 to fix this.

Thanks for the quick action and thanks for providing this extension in the first place, much appreciated!

MrSSvard commented 3 years ago

Work in progress in #54 to fix this.

Thanks for the quick action and thanks for providing this extension in the first place, much appreciated!

Yeah, you rock!

Lctrs commented 3 years ago

Thanks ! In the meantime, you can rollback to a working version with this command :

flatpak update --commit=327b58b2bb7a6b1509803778b262f071b956dcf07de007f3a50c8f94559b3187 com.valvesoftware.Steam.CompatibilityTool.Proton-GE
Lctrs commented 3 years ago

We are having trouble fixing this. I have reverted the update on the master branch. The beta branch remains at the broken state.

juxuanu commented 3 years ago

What's the issue? Maybe we can help. Checked the MR.

ThomasWMarshall commented 3 years ago

Thanks ! In the meantime, you can rollback to a working version with this command :

flatpak update --commit=327b58b2bb7a6b1509803778b262f071b956dcf07de007f3a50c8f94559b3187 com.valvesoftware.Steam.CompatibilityTool.Proton-GE

Thank you for your work on this!