RimWorld

RimWorld

RimPy Mod Manager Database
JLC 29 Nov, 2021 @ 1:24am
Linux (Debian Sid) - Lots of bugs
It only got the config folder right, but not the game folder (Steam install), hence it doesn't find my mods and offers to re-download them. If I skip that and try to set the path myself then it will crash.

Here is the shell output:
Qt WebEngine resources not found at //resources. Trying parent directory... Qt WebEngine resources not found at /. Trying application directory... Installed Qt WebEngine locales directory not found at location /translations/qtwebengine_locales. Trying application directory... Qt WebEngine resources not found at //resources. Trying parent directory... Qt WebEngine resources not found at /. Trying application directory... Installed Qt WebEngine locales directory not found at location /translations/qtwebengine_locales. Trying application directory... Qt WebEngine resources not found at //resources. Trying parent directory... Qt WebEngine resources not found at /. Trying application directory... Installed Qt WebEngine locales directory not found at location /translations/qtwebengine_locales. Trying application directory... Qt WebEngine resources not found at //resources. Trying parent directory... Qt WebEngine resources not found at /. Trying application directory... Installed Qt WebEngine locales directory not found at location /translations/qtwebengine_locales. Trying application directory... js: Uncaught ReferenceError: qt is not defined js: Failed to report error: ReportError() was called without an error to report. js: Uncaught TypeError: Cannot read property 'lastChild' of undefined js: Failed to report error: ReportError() was called without an error to report. js: Uncaught TypeError: Cannot read property 'parentElement' of null 66.9296560369985 (RimPy:36925): Gtk-WARNING **: 10:17:01.062: 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/Adwaita/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3) Bail out! Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Adwaita/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3) Aborted

"qt is not defined" doesn't seem like a good bug...
And the icon error should be fixable by just not loading it if there are any errors. I don't remember if Python has try/catch, but that would be a good idea.
< >
Showing 1-4 of 4 comments
JavelinD 1 Dec, 2021 @ 7:56am 
I had a similar issue here. Running Pop_OS 21.04 though.

Didn't find any of my folders. Set them all manually. When I finally set the mod folder it crashed.
JLC 1 Dec, 2021 @ 9:33am 
Well, it's Debian based. Could you post the console output when you run RimPy from the console?
cd "dir/of/RimPy" && ./RimPy
LicoMonch 20 Feb, 2022 @ 6:15pm 
Originally posted by JLC:
(RimPy:36925): Gtk-WARNING **: 10:17:01.062: 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/Adwaita/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3) Bail out! Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Adwaita/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3) Aborted

That's the error why it crashes.

Check if libpixbufloader-png.so is in /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/
If not install libgdk-pixbuf-2.0-0
If it is there, run 'gdk-pixbuf-query-loaders --update-cache' as super-user.
JLC 2 Mar, 2022 @ 10:43am 
joakim: cd /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/ joakim: ls libpixbufloader-ani.so libpixbufloader-gif.so libpixbufloader-ico.so libpixbufloader-qtif.so libpixbufloader-tga.so libpixbufloader-xbm.so libpixbufloader-bmp.so libpixbufloader-icns.so libpixbufloader-pnm.so libpixbufloader-svg.so libpixbufloader-tiff.so libpixbufloader-xpm.so
joakim: gdk-pixbuf- gdk-pixbuf-csource gdk-pixbuf-pixdata gdk-pixbuf-thumbnailer
I have libpixbufloader-pnm.so, lol... This is strange.
< >
Showing 1-4 of 4 comments
Per page: 1530 50