You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did my best to install the software, quite a few ways, but none of them work, the issue seem to always come down to some sort of issue of permissions to use the modinfo files
@localhost:~> joycond-cemuhook
Traceback (most recent call last):
File "/home/matheus/.local/bin/joycond-cemuhook", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/matheus/.local/lib/python3.11/site-packages/joycond_cemuhook/__init__.py", line 886, in main
if not check_modules(module_names):
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/matheus/.local/lib/python3.11/site-packages/joycond_cemuhook/__init__.py", line 877, in check_modules
if check_module(module_name):
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/matheus/.local/lib/python3.11/site-packages/joycond_cemuhook/__init__.py", line 872, in check_module
return module_installed(module_name) and (module_loaded(module_name) or module_builtin(module_name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/matheus/.local/lib/python3.11/site-packages/joycond_cemuhook/__init__.py", line 855, in module_installed
process = subprocess.Popen(
^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.11/subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib64/python3.11/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'modinfo'
@localhost:~>
Here is the output of me trying to run it, it seem to have all the the dependencies installed but it does not work
The text was updated successfully, but these errors were encountered:
I did my best to install the software, quite a few ways, but none of them work, the issue seem to always come down to some sort of issue of permissions to use the modinfo files
Here is the output of me trying to run it, it seem to have all the the dependencies installed but it does not work
The text was updated successfully, but these errors were encountered: