Gthumb crashing: can not open cairo_io

Hello,
I have a problem when opening gthumb, it’s crashing. This is the error-message. Can somebody help please? Thanks a lot,
Kristof

** (gthumb:5989): CRITICAL **: 10:14:06.113: Could not load the mandatory extension 'cairo_io': Kon module ‘cairo_io’ niet openen: libhwy.so.1: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet
Afgebroken (geheugendump gemaakt)

Hi @kristof,

Through a bit of searching, I came across this page. It would seem the file is part of the highway package, which is in the community repository:

$ pamac search highway
[...]
highway                                                                                                                                                                                                                     1.0.2-1               community
A C++ library for SIMD (Single Instruction, Multiple Data)

So, it would seem to get that file, you need to install the highway package from the community repository:

pamac install highway

Hope it helps!