Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem running the software in OpenSUSE #102

Open
matbc92 opened this issue Feb 25, 2025 · 0 comments
Open

Problem running the software in OpenSUSE #102

matbc92 opened this issue Feb 25, 2025 · 0 comments

Comments

@matbc92
Copy link

matbc92 commented Feb 25, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant