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

Unable to use the tasklist command #295

Open
BrownNPC opened this issue May 2, 2024 · 1 comment
Open

Unable to use the tasklist command #295

BrownNPC opened this issue May 2, 2024 · 1 comment

Comments

@BrownNPC
Copy link

BrownNPC commented May 2, 2024

Describe the bug
I cannot use the tasklist command with protontricks -c "tasklist"

To Reproduce
Steps to reproduce the behavior:

  1. Run command protontricks -c "tasklist" <appid>
  2. Command fails and error is displayed

Expected behavior
It should print the currently running processes.

System (please complete the following information):

  • Distro: Fedora 39
  • Protontricks installation method: Fedora repo using dnf
  • Protontricks version: 1.11.0

Additional context

The command is not found BUT, if you make a batch file with the command tasklist inside of it and then run it using protontricks-launch, then it runs.

@Matoking
Copy link
Owner

Matoking commented May 6, 2024

-c refers to a Linux command. If you want to run something in the Windows environment you need to use wine. There are additional instructions here.

In your case, you'd probably want to run protontricks -c "wine tasklist" <appid> instead.

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

No branches or pull requests

2 participants