Skip to content

Unable to install any mods in CachyOS (Linux) #545

@4RCH1V3

Description

@4RCH1V3

I tried installing BCML with the following method:

  1. I'm using Hyprland with the env = QTWEBENGINE_DISABLE_SANDBOX,1 to prevent the white screen bug through my hyprland config.
  2. pyenv with python 3.8 for the virtualenv.
  3. And then pip install bcml==3.10.4
  4. When I try to install any mods, it would give out this error. This appears no matter the python nor BCML version. I can confirm this still happens with python 3.10.19 using the latest BCML.
Traceback (most recent call last):
  File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/install.py", line 295, in install_mod
    tmp_dir = open_mod(mod)
  File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/install.py", line 99, in open_mod
    raise Exception(
Exception: No files were extracted. This may be because of an invalid or corrupted download.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/_api.py", line 33, in status_run
    data = func(*args, **kwargs)
  File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/install.py", line 264, in do_and_refresh
    res = func(*args, **kwargs)
  File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/_api.py", line 380, in install_mod
    mods = [
  File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/_api.py", line 381, in <listcomp>
    install.install_mod(
  File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/install.py", line 312, in install_mod
    raise util.InstallError(err) from err
bcml.util.InstallError: An error occured when installing your mod. No files were extracted. This may be because of an invalid or corrupted download.
Your mod is being removed, and no changes have been made.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions