Launcher won't start on linux
Describe the bug
The launcher won't start, i've tryed both the appimage and the deb installation but no luck, in the console it complains about some kind of memory allocation failure. here is the LOG:
WITHOUT RUST_BACKTRACE=1 leonardo@leonardo-Lmint:~/Scaricati$ ./modrinth-app_0.7.1_amd64.AppImage src/nv_gbm.c:288: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1)
** (modrinth-app:6880): WARNING **: 11:04:03.351: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
thread 'RUST_BACKTRACE=1 environment variable to display a backtrace
Annullato (core dump creato)
WITH RUST_BACKTRACE=1 leonardo@leonardo-Lmint:~/Scaricati$ ./modrinth-app_0.7.1_amd64.AppImage RUST_BACKTRACE=1 src/nv_gbm.c:288: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1)
** (modrinth-app:6978): WARNING **: 11:04:29.083: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
thread 'RUST_BACKTRACE=1 environment variable to display a backtrace
Annullato (core dump creato)
Steps to reproduce
- download the launcher (deb/appimmage)
- try to start the launcher
Expected behavior
Being able to start and use the launcher
System information
OS: Linux Mint 21.3 x86_64 Kernel: 6.5.0-35-generic Shell: bash 5.1.16 Resolution: 1920x1080, 1920x1080 DE: Xfce 4.18 CPU: Intel i5-9400F (6) @ 4.100GHz GPU: NVIDIA GeForce GTX 980 Memory: 32018MiB
Additional context
No response
Probably duplicate of https://github.com/modrinth/theseus/issues/1186
See my fix here in that issue.
This is actually a duplicate of https://github.com/modrinth/code/issues/1043. You can see the line in the deep-link plugin that's responsible for this message here. Try removing /tmp/com.modrinth.theseus-deep-link.sock and launching the app again