Package Details: protontricks 1.12.0-1

Git Clone URL: https://aur.archlinux.org/protontricks.git (read-only, click to copy)
Package Base: protontricks
Description: A simple wrapper that does winetricks things for Proton enabled games.
Upstream URL: https://github.com/Matoking/protontricks
Licenses: GPL-3.0-or-later
Conflicts: protontricks-git
Provides: protontricks
Submitter: jcstryker
Maintainer: jcstryker (LibertyGM)
Last Packager: LibertyGM
Votes: 174
Popularity: 7.98
First Submitted: 2019-02-04 14:36 (UTC)
Last Updated: 2024-09-17 01:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

PutridPete commented on 2024-01-02 20:45 (UTC) (edited on 2024-01-02 20:52 (UTC) by PutridPete)

Thanks again, I've already built from source and have the package working without issues. I only had four AUR packages installed (now down to 3) so I have no need for any of those.

LibertyGM commented on 2024-01-02 20:15 (UTC) (edited on 2024-01-02 20:17 (UTC) by LibertyGM)

@PutridPete. When you try to build a package manually instead of paru, yay or pamac, don't be surprised that something doesn't work. I wrote PKGBUILD specifically for them. You don't want to put a paru − Build from the source code.

PutridPete commented on 2024-01-02 19:21 (UTC)

Thanks for the response. Unfortunately, after updating, rebooting and trying to build the package again, I still get the same error. I don't use any pacman wrappers such as paru or yay, just in case. I built python-vdf manually and have met all other dependencies as well.

LibertyGM commented on 2024-01-02 14:09 (UTC)

@PutridPete, I checked it on several computers before uploading it here. Everything is assembled and working. Try to update the system: paru -Syu

PutridPete commented on 2024-01-02 13:19 (UTC)

I'm currently getting the error python -m installer: error: unrecognized arguments: dist/protontricks-1.11.0-py3-none-any.whl when trying to build for the latest version. Any ideas on how to fix?

YarZero commented on 2023-12-25 19:13 (UTC)

For those getting the error with ModuleNotFoundError: No module named 'vdf', rebuilding these packages fixed the problem for me: yay -S --rebuild protontricks python-vdf

PlasticSoup commented on 2023-09-17 15:04 (UTC)

I made a PKGBUILD for 1.10.5 here: https://gist.github.com/PlasticSoup/79c8f246052b72aea3079d11c6282779 If you want to use it jcstryker please do. Also if you'd like a co-maintainer or someone to adopt this package, I'd be interested in either.

turbochamp commented on 2023-06-24 03:56 (UTC) (edited on 2023-06-24 04:00 (UTC) by turbochamp)

Failing to run

Traceback (most recent call last):
  File "/bin/protontricks", line 33, in <module>
    sys.exit(load_entry_point('protontricks==1.10.3', 'console_scripts', 'protontricks')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/bin/protontricks", line 25, in importlib_load_entry_point
    return next(matches).load()
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load
    module = import_module(match.group('module'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1128, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1128, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.11/site-packages/protontricks/__init__.py", line 1, in <module>
    from .steam import *
  File "/usr/lib/python3.11/site-packages/protontricks/steam.py", line 10, in <module>
    import vdf
ModuleNotFoundError: No module named 'vdf'

EDIT: clean building python-vdf fixed it for me.

Baerbeisser commented on 2023-02-23 22:25 (UTC)

I get

Traceback (most recent call last):
  File "/usr/bin/protontricks", line 33, in <module>
    sys.exit(load_entry_point('protontricks==1.10.1', 'console_scripts', 'protontricks')())
  File "/usr/bin/protontricks", line 25, in importlib_load_entry_point
    return next(matches).load()
StopIteration

whatever i do, even with --no-bwrap.