We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When users ask for support, we usually tell them to do different steps like installing vcrun20XX or d3dcompiler_47 or other winetricks stuff.
vcrun20XX
d3dcompiler_47
We have no way of knowing if they actually did the task.
Working on this #3102 I added a new function to get the list of things Winetricks installed in a prefix.
Would be useful for support to include that information in the logs.
No idea, I guess not adding this information in the logs is the alternative.
Running winetricks is kinda slow in the computer I'm now so we should have this happen async.
Also, we have to make sure we don't try to do this for games that don't use wine, or calling the function will create/update a prefix.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem description
When users ask for support, we usually tell them to do different steps like installing
vcrun20XX
ord3dcompiler_47
or other winetricks stuff.We have no way of knowing if they actually did the task.
Feature description
Working on this #3102 I added a new function to get the list of things Winetricks installed in a prefix.
Would be useful for support to include that information in the logs.
Alternatives
No idea, I guess not adding this information in the logs is the alternative.
Additional information
Running winetricks is kinda slow in the computer I'm now so we should have this happen async.
Also, we have to make sure we don't try to do this for games that don't use wine, or calling the function will create/update a prefix.
The text was updated successfully, but these errors were encountered: