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

Unable to launch on Fedora 41 #429

Open
Tripletth opened this issue Nov 16, 2024 · 3 comments
Open

Unable to launch on Fedora 41 #429

Tripletth opened this issue Nov 16, 2024 · 3 comments

Comments

@Tripletth
Copy link

After updating from Fedora 40 to Fedora 41, Dolphin fails to launch from the Slippi launcher with the following errors:

17:19:06.398 (dolphin/manager)              › Launching dolphin at path: /home/fedora/.config/Slippi Launcher/netplay/Slippi_Online-x86_64.AppImage
17:19:07.513 (dolphin/instance)             › Received Dolphin stderr message: Gtk-Message: 17:19:06.893: Failed to load module "colorreload-gtk-module"
Gtk-Message: 17:19:06.893: Failed to load module "window-decorations-gtk-module"

(AppRun.wrapped:34030): Gtk-WARNING **: 17:19:06.930: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/breeze-dark/status/16/image-missing.svg: Unable to load image-loading module: /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader_svg.so: /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader_svg.so: undefined symbol: rsvg_handle_get_pixbuf_and_error (gdk-pixbuf-error-quark, 5)

17:19:07.574 (dolphin/manager)              › Dolphin exit code: undefined
17:19:07.574 (dolphin/manager)              › Dolphin exit signal: undefined

The following gtk packages are installed on my system:

[~]$ dnf list installed gtk*

Updating and loading repositories:
Repositories loaded.
Installed packages
gtk-update-icon-cache.x86_64    3.24.43-2.fc41                  <unknown>
gtk2.i686                       2.24.33-19.fc41                 <unknown>
gtk2.x86_64                     2.24.33-19.fc41                 <unknown>
gtk2-engines.x86_64             2.20.2-30.fc41                  <unknown>
gtk2-immodule-xim.x86_64        2.24.33-19.fc41                 <unknown>
gtk3.i686                       3.24.43-2.fc41                  <unknown>
gtk3.x86_64                     3.24.43-2.fc41                  <unknown>
gtk3-devel.x86_64               3.24.43-2.fc41                  <unknown>
gtk3-immodule-xim.x86_64        3.24.43-2.fc41                  <unknown>
gtk4.x86_64                     4.16.3-1.fc41                   <unknown>
gtkmm3.0.x86_64                 3.24.9-2.fc41                   <unknown>

I'm running Slippi from the Slippi-Launcher-2.11.6-x86_64.AppImage.

Further version info as displayed in the Slippi launcher:

Version 2.11.6 (4ab0676)
Build 20240413
Linux 6.11 (6.11.5-300-fc41.x86_64)

@NikhilNarayana NikhilNarayana transferred this issue from project-slippi/dolphin Nov 16, 2024
@NikhilNarayana
Copy link
Member

NikhilNarayana commented Nov 16, 2024

this has been discussed a bit in the discord, but i couldn't find a good cause based on the user reports apart, from it being a newer version issue

https://discord.com/channels/328261477372919811/1300268326651695146

currently, the best suggestion i can give is to compile the binary and place it in ~/.config/Slippi Launcher/netplay

@DumpsterDoofus
Copy link

I tried compiling with ./build-linux.sh, but got an error saying X11 is required:

-- Could NOT find X11 (missing: X11_X11_INCLUDE_PATH X11_X11_LIB) 
X11 support disabled
CMake Error at CMakeLists.txt:565 (message):
  

  No suitable display platform found

  Requires x11 to run


-- Configuring incomplete, errors occurred!

My graphics platform is Wayland (Fedora 41 KDE) instead of X11, maybe Wayland isn't supported? OS info:

Operating System: Fedora Linux 41
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.1
Kernel Version: 6.12.4-200.fc41.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® N100
Memory: 15.3 GiB of RAM
Graphics Processor: Mesa Intel® Graphics
Manufacturer: TianBei
Product Name: WTR PRO

@camdenorrb
Copy link

Pretty sure it's only x11, until I make a PR into dolphin for wayland vulkan support

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

4 participants