You are not logged in.

#1 2021-12-13 09:30:06

zaxdan69
Member
Registered: 2016-06-04
Posts: 273

protontricks and protontricks-git crashing

Hello,
I just installed protontricks-git and protontricks afterwards but none of them works and crash. The error messages are similar, but now I have only the output of protontricks:

File "/usr/bin/protontricks", line 33, in <module>
    sys.exit(load_entry_point('protontricks==1.6.2', 'console_scripts', 'protontricks')())
  File "/usr/bin/protontricks", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 162, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.10/site-packages/protontricks/__init__.py", line 1, in <module>
    from .steam import *
  File "/usr/lib/python3.10/site-packages/protontricks/steam.py", line 9, in <module>
    import vdf
ModuleNotFoundError: No module named 'vdf'

I checked and I have all dependencies installed.

Offline

#2 2021-12-13 09:44:11

zaxdan69
Member
Registered: 2016-06-04
Posts: 273

Re: protontricks and protontricks-git crashing

I don't know about the git version, but for protontricks package using "pip3 install vdf" fixed the issue and now protontricks started fine

Offline

#3 2021-12-13 10:23:27

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,720

Re: protontricks and protontricks-git crashing

zaxdan69 wrote:

I don't know about the git version, but for protontricks package using "pip3 install vdf" fixed the issue and now protontricks started fine

Don't do that. Don't mix package managers, you need to rebuild the python-vdf package against the current python version.

Last edited by V1del (2021-12-13 10:25:42)

Offline

#4 2021-12-13 10:57:48

zaxdan69
Member
Registered: 2016-06-04
Posts: 273

Re: protontricks and protontricks-git crashing

Ok, thanks. I'll do that.

Last edited by zaxdan69 (2021-12-13 10:58:05)

Offline

Board footer

Powered by FluxBB