m4dEngi / RemotePlayWhatever

Tiny application that lets you force remote play together any game you have in your steam library including non-steam ones.
MIT License
1.02k stars 37 forks source link

coredump on steamdeck steamos 2.4 #110

Open Redhawk18 opened 11 months ago

Redhawk18 commented 11 months ago
(deck@steamdeck Downloads)$ ./RemotePlayWhatever-0.2.4-x86_64.AppImage 
Gtk-Message: 14:32:00.924: Failed to load module "canberra-gtk-module"
Gtk-Message: 14:32:01.542: Failed to load module "colorreload-gtk-module"
Gtk-Message: 14:32:01.542: Failed to load module "window-decorations-gtk-module"

(remoteplaywhatever:9020): Gtk-WARNING **: 14:32:20.759: 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 /home/deck/.local/share/icons/Tela/scalable/apps/image-missing.svg: Unable to load image-loading module: libpixbufloader-svg.so: libpixbufloader-svg.so: cannot open shared object file: No such file or directory (gdk-pixbuf-error-quark, 5)
Bail out! Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /home/deck/.local/share/icons/Tela/scalable/apps/image-missing.svg: Unable to load image-loading module: libpixbufloader-svg.so: libpixbufloader-svg.so: cannot open shared object file: No such file or directory (gdk-pixbuf-error-quark, 5)
Aborted (core dumped)

the crash happens when i generate a invite link or try to invite a friend.

Redhawk18 commented 11 months ago

tried to build the app with opensuse on distrobox and you doesnt list your dependency with wxwidgets, and I get this error i do not know how to resolve

CMake Error at RemotePlayWhatever/CMakeLists.txt:97 (file):
  file failed to open for reading (No such file or directory):

    /etc/issue

CMake Error at RemotePlayWhatever/CMakeLists.txt:98 (string):
  string sub-command REGEX, mode MATCH needs at least 5 arguments total to
  command.
Redhawk18 commented 11 months ago

Even trying to compile this pr ##57, it still gives me the regex error.

Redhawk18 commented 11 months ago

doesn't run on debian either

─deck🎉debian─ ~/Downloads 
 └$ sudo apt install -y ./RemotePlayWhatever-0.2.4-Linux.deb 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'remoteplaywhatever' instead of './RemotePlayWhatever-0.2.4-Linux.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 remoteplaywhatever : Depends: libwxbase3.0-0v5 (>= 3.0.5.1+dfsg) but it is not installable
                      Depends: libwxgtk3.0-gtk3-0v5 (>= 3.0.5.1+dfsg) but it is not installable
E: Unable to correct problems, you have held broken packages.
owowouwu commented 10 months ago

I'm on Fedora 37 and I'm also getting the same error.

(remoteplaywhatever:13911): Gtk-WARNING **: 11:03:32.712: 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 /home/steven/.icons/my-icons/actions/16/image-missing.svg: Unable to load image-loading module: libpixbufloader-svg.so: libpixbufloader-svg.so: cannot open shared object file: No such file or directory (gdk-pixbuf-error-quark, 5)
Bail out! Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /home/steven/.icons/my-icons/actions/16/image-missing.svg: Unable to load image-loading module: libpixbufloader-svg.so: libpixbufloader-svg.so: cannot open shared object file: No such file or directory (gdk-pixbuf-error-quark, 5)
[1]    13911 IOT instruction (core dumped)  ./RemotePlayWhatever-0.2.4-x86_64.AppImage

Also trying to build the app as well but I'm getting an error saying wxWidgets is not found even though I think I installed the right package...

I'm using the rpm version of Steam as well, as I saw in another thread that flatpak versions may not work.