-
Notifications
You must be signed in to change notification settings - Fork 37
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 start protontricks #361
Comments
It seems like Protontricks is passing the execution to pressure-vessel command correctly, but it's failing in turn due to the "error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory" error. There are already several bug reports for this, but they all appear that they should be fixed:
Can you try running Protontricks again with the |
To be frank, i do not know how to pass -vv to protontricks when its being run as a flatpak, |
$ flatpak run com.github.Matoking.protontricks --gui -vv should work. Are you sure you have only one dash before |
well, that worked. it ran normally when i copy pasted that, but afterwards i opened a new shell to run it without -vv and it gave the same error as the gist i sent the other day. strange sorry about the delay, heres the output of -vv |
and when i say that worked, i mean the program ran normally and didnt abort on its own |
Describe the bug
A clear and concise description of what the bug is.
Protontricks is a dependency of an install script for Mod Organizer 2. I've been tearing my hair out trying to get this to work but its refusing to. I run it and it comes up with a protontricks error, and when i just try running protontricks outside of the script, I receive a similar error. Any help would be appreciated.
This seems to be similar to #304 but that seems to have been fixed in the current version, so I'm not sure if this is related.
To Reproduce
Steps to reproduce the behavior:
OR
protontricks
Expected behavior
A clear and concise description of what you expected to happen.
System (please complete the following information):
Debian Testing
Flatpak
protontricks --version
to print the version1.12.0
1731716808
Additional context
If the error happens when trying to run a Protontricks command, run the command again using the
-vv
flag and copy the output!For example, if the command that causes the error is
protontricks 42 faudio
, runprotontricks -vv 42 faudio
instead and copy the output here.If the output is very long, consider creating a gist using gist.github.com.
https://gist.github.com/Violet-RM/4f2c6e1b3d37ada4dff3b16f1fb4749f
https://gist.github.com/Violet-RM/8f264c54ebf0fae2381a96d7fe47aa1f
The text was updated successfully, but these errors were encountered: