边缘世界 RimWorld

边缘世界 RimWorld

RimPy Mod Manager Database
JLC 2021 年 11 月 29 日 上午 1:24
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.
< >
正在显示第 1 - 4 条,共 4 条留言
JavelinD 2021 年 12 月 1 日 上午 7:56 
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 2021 年 12 月 1 日 上午 9:33 
Well, it's Debian based. Could you post the console output when you run RimPy from the console?
cd "dir/of/RimPy" && ./RimPy
LicoMonch 2022 年 2 月 20 日 下午 6:15 
引用自 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 2022 年 3 月 2 日 上午 10:43 
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.
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50