Open carterprince opened 6 months ago
Running with WEBKIT_DISABLE_DMABUF_RENDERER=1
or __NV_PRIME_RENDER_OFFLOAD=1
fixes the Flatpak.
So running
flatpak override --user --env=WEBKIT_DISABLE_DMABUF_RENDERER=1 com.modrinth.ModrinthApp
will make the variable permanent for the Flatpak.
Putting
export WEBKIT_DISABLE_DMABUF_RENDERER=1
in ~/.bash_profile
or ~/.profile
or wherever you generally set environment variables makes it apply to all applications.
The AppImage still crashes.
Same issue on nixos, however the ~/.profile
fix does not work for me :/
** (modrinth-app:42571): WARNING **: 22:58:42.737: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
Could not determine the accessibility bus address
thread '<unnamed>' panicked at /build/cargo-vendor-dir/tauri-plugin-deep-link-0.1.2/src/linux.rs:94:49:
Can't create listener: Os { code: 98, kind: AddrInUse, message: "Address already in use" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted (core dumped)
Setting RUST_BACKTRACE does nothing, as seen in #1198.
OS: NixOS 24.05.20240711.a046c12 (Uakari) x86_64 DE: i3 App version: v0.7.1 (from nixpkgs) GPU: RTX3070, Proprietary NVIDIA Driver (550.78)
(modrinth-app:42571): WARNING : 22:58:42.737: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing. Could not determine the accessibility bus address thread '
' panicked at /build/cargo-vendor-dir/tauri-plugin-deep-link-0.1.2/src/linux.rs:94:49: Can't create listener: Os { code: 98, kind: AddrInUse, message: "Address already in use" } note: run with RUST_BACKTRACE=1
environment variable to display a backtrace Aborted (core dumped)
@KristianSvanholm Because you're using i3, you should try putting the export
line in ~/.bash_profile
and restarting. i3 may not read ~/.profile
while GNOME and other DEs do. I've edited the text of my solution to account for this.
Environment variable is set, but still doesn't work for me :P Might be some nixos shenanigans, not quite sure ...
This is an issue with webkitgtk across multiple tauri apps. NVIDIA's 555 driver is know to fix it in some cases
Same issue on nixos, however the
~/.profile
fix does not work for me :/** (modrinth-app:42571): WARNING **: 22:58:42.737: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing. Could not determine the accessibility bus address thread '<unnamed>' panicked at /build/cargo-vendor-dir/tauri-plugin-deep-link-0.1.2/src/linux.rs:94:49: Can't create listener: Os { code: 98, kind: AddrInUse, message: "Address already in use" } note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Aborted (core dumped)
Setting RUST_BACKTRACE does nothing, as seen in #1198.
System
OS: NixOS 24.05.20240711.a046c12 (Uakari) x86_64 DE: i3 App version: v0.7.1 (from nixpkgs) GPU: RTX3070, Proprietary NVIDIA Driver (550.78)
This is a separate issue (https://github.com/modrinth/code/issues/1043). Try removing /tmp/com.modrinth.theseus-deep-link.sock
and launching it again (along with updating your drivers)
Describe the bug
Blank screen upon starting the app.
GPU is NVIDIA, DE is GNOME 46.1 on X11, installed via the Flatpak (from GNOME Software).
Error log:
Running with root privileges produces the same output.
Appimage downloaded from https://modrinth.com/app produces a similar error, but instead of a blank screen it just crashes:
Tried to install from the AUR (
modrinth-app-git
), but it produces a seemingly unrelated error aboutyarn
andpnpm
.Steps to reproduce
Expected behavior
App displaying some UI
System information
OS: Arch Linux (6.8.9-arch1-2) DE: GNOME 46.1 (X11 display server) App Version: v0.7.1 (from Flathub) GPU: RTX 3070 Ti, Proprietary NVIDIA Driver (nvidia-550.78-2)
Additional context
No response