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

[1.2.5] TypeError when saving preferences #587

Open
stefantalpalaru opened this issue Dec 25, 2023 · 2 comments
Open

[1.2.5] TypeError when saving preferences #587

stefantalpalaru opened this issue Dec 25, 2023 · 2 comments
Milestone

Comments

@stefantalpalaru
Copy link

Console output:

$ minigalaxy 
src/nv_gbm.c:242: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1)

MESA-LOADER: failed to open nouveau: /usr/lib64/dri/nouveau_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib64/dri, suffix _dri)
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/minigalaxy/ui/preferences.py", line 202, in save_pressed
    DownloadManager.cancel_all_downloads()
TypeError: DownloadManager.cancel_all_downloads() missing 1 required positional argument: 'self'

This only appears when changing the installation path.

@sharkwouter
Copy link
Owner

Good find, thanks for the report. I'm looking into this.

@sharkwouter sharkwouter added this to the 2.0.0 milestone Jan 7, 2024
@sharkwouter
Copy link
Owner

I managed to reproduce this and write a fix. I've added it to master. It should be in the next release.

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

2 participants