Matoking / protontricks

A wrapper that does winetricks things for Proton enabled games, requires Winetricks.
GNU General Public License v3.0
1.56k stars 35 forks source link

After updating to 1.11.1-1 can no longer open protontricks #294

Closed PickMeNow closed 2 months ago

PickMeNow commented 2 months ago

Describe the bug After updating to 1.11.1, I can no longer run protontricks.

To Reproduce Steps to reproduce the behavior:

  1. Open console type: protontricks
  2. Command fails and error is displayed:

Traceback (most recent call last): File "/usr/bin/protontricks", line 5, in from protontricks.cli.main import cli ModuleNotFoundError: No module named 'protontricks'

Also tried the flatpak version:

  1. Click "Open"
  2. Nothing happens

Expected behavior I should be able to see the GUI of protontricks.

System (please complete the following information):

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!

[me@ArchLinux ~]$ protontricks -w Traceback (most recent call last): File "/usr/bin/protontricks", line 5, in from protontricks.cli.main import cli ModuleNotFoundError: No module named 'protontricks

RVOtakuMike commented 2 months ago

Needs rebuilt with python 3.12. try the pipx method in the readme, it worked for me. The AUR package (which you are probably using) doesnt. Same issues as you until I did this.

PickMeNow commented 2 months ago

Needs rebuilt with python 3.12. try the pipx method in the readme, it worked for me. The AUR package (which you are probably using) doesnt. Same issues as you until I did this.

Thanks that worked :)

Matoking commented 2 months ago

Closing as resolved.