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: 173
Popularity: 7.45
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 »

snackattack commented on 2022-09-21 17:16 (UTC) (edited on 2022-09-21 18:08 (UTC) by snackattack)

This claims the version of wine it's using it out of date, so this needs updated to 5.x or higher. My system version is 7.10, proton version is 7.0.

I get the same error, but found that using the --no-bwrap flag fixed the problem for me.

Not sure if using --no-bwrap might cause other issues though.

This seems related: https://github.com/Matoking/protontricks/issues/142

fnadeau commented on 2022-07-01 17:02 (UTC)

On a fresh archlinux install, after installing protontricks with yay, I got this message:

$ protontricks --gui
Traceback (most recent call last):
  File "/usr/bin/protontricks", line 33, in <module>
    sys.exit(load_entry_point('protontricks==1.8.1', 'console_scripts', 'protontricks')())
  File "/usr/bin/protontricks", line 25, in importlib_load_entry_point
    return next(matches).load()
....
redacted
....
  File "/usr/lib/python3.10/site-packages/protontricks/util.py", line 13, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

Looks like python-setuptools is missing from dependencies.

Alkaris commented on 2022-06-18 00:58 (UTC)

This claims the version of wine it's using it out of date, so this needs updated to 5.x or higher. My system version is 7.10, proton version is 7.0.

MartinX3 commented on 2022-06-05 11:01 (UTC) (edited on 2022-06-05 11:02 (UTC) by MartinX3)

Not usable until it gets updated to 1.8.2. https://github.com/Matoking/protontricks/blob/master/CHANGELOG.md

Please automatically fetch release tags from the repo so this package can automatically update its version.

cionx commented on 2022-04-21 13:02 (UTC)

@jotoho This seems to be a problem coming from python-setuptools-scm. It has already been addressed in https://github.com/pypa/setuptools_scm/pull/681, but a new version of python-setuptools-scm that includes this fix has yet to be released. (The last official release is 6.4.2, and the fix is/will be part of 6.4.3 according the the changelog.)

For now, the problem can be avoided by temporarily disabling git’s showSignature while building this package.

h0m3 commented on 2022-03-21 00:51 (UTC)

This requires the python-setuptools dependency. protontricks wont run without pkg_resources from python-setuptols

yochananmarqos commented on 2022-03-05 01:05 (UTC) (edited on 2022-03-05 01:08 (UTC) by yochananmarqos)

@jotoho: This package does not have a PGP key, the issue is local on your end unrelated to this package.

@nines: I'll see your PKGBUILD and raise you my mine using PEP517 standards. ;)

EDIT: Updated link

nines commented on 2022-03-05 00:30 (UTC)

PKGBUILD for 1.8.0 https://gist.githubusercontent.com/jnines/3ddd4c3c386cfdf36d68d592928eacb8/raw/291dda53245855e0b8a638407ff6a49206162b23/PKGBUILD