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

Cannot find tool named 'proton_7' #203

Closed
jaq-the-cat opened this issue Feb 27, 2022 · 4 comments · Fixed by #204
Closed

Cannot find tool named 'proton_7' #203

jaq-the-cat opened this issue Feb 27, 2022 · 4 comments · Fixed by #204

Comments

@jaq-the-cat
Copy link

jaq-the-cat commented Feb 27, 2022

Log:

[S_API] SteamAPI_Init(): Loaded '/home/jaqi/.local/share/Steam/linux64/steamclient.so' OK.
Setting breakpad minidump AppID = 107410
SteamInternal_SetMinidumpSteamID:  Caching Steam ID:  76561198207829768 [API loaded no]
[2022-02-27 13:55:11.406] [info] Steam path: /home/jaqi/.local/share/Steam
found: proton_7
[2022-02-27 13:55:11.407] [info] Install path: /home/jaqi/.local/share/Steam
[2022-02-27 13:55:11.407] [critical] Direct launch failed, exception: cannot find tool named 'proton_7'. Is it installed in Steam?```
@muttleyxd
Copy link
Owner

Can you run the launcher with --verbose parameter and post logs from it?

@jaq-the-cat
Copy link
Author

I fixed it by downgrading again to Proton 6.3, the code apparently requires an update for the new version. I'll do that as soon as I can.

@muttleyxd
Copy link
Owner

muttleyxd commented Feb 28, 2022

Okay, I think I know what's the reason for this failure.

compatibility tools mapping VDF file specifies that it wants proton_7 for Arma 3

A3UL doesn't have any kind of way to tell where this proton_7 is installed, so it iterates over all apps installed by Steam and checks if any of them has a similar name. Problem is that Proton 7.0 gets converted to proton_70 by the launcher and it doesn't match with proton_7. I'll fix the issue soon

@muttleyxd
Copy link
Owner

This should be fixed by #204

Feel free to reopen if issue persists

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

Successfully merging a pull request may close this issue.

2 participants