Closed Frigyes06 closed 5 months ago
fixed this error:
(Artemis:4187): GdkPixbuf-WARNING **: 22:01:11.237: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory
This likely means that your installation is broken.
by creating /x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/ then making a symlink:
ln -s /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
Works for me on Arch using Wayland.
similar crash on Arch X11 i3wm:
~/Downloads/artemis
❯ ./Artemis
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
/bin/sh: /tmp/_MEIPVXAfC/libncursesw.so.6: no version information available (required by /usr/lib/libreadline.so.8)
Fontconfig warning: "/etc/fonts/fonts.conf", line 5: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-yes-antialias.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/48-spacing.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: FcPattern object weight does not accept value [40 210)
Fatal Python error: (pygame parachute) Segmentation Fault
Current thread 0x00007f6beb873740 (most recent call first):
File "<string>", line 37 in setupUi
File "artemis.py", line 85 in __init__
File "artemis.py", line 775 in <module>
Aborted (core dumped)
Pretty much no helpful information here.
This issue is derived from the pygame library. Artemis v4 is rolling out these days and does not rely on the pygame library anymore for multimedia reproduction
I initially had problems with even starting Artemis on my Arch with wayland, but it did not work, so I switched it to X11. now I get the following errors: