lyricfier icon indicating copy to clipboard operation
lyricfier copied to clipboard

Harfbuzz version too old error

Open mbalc opened this issue 3 years ago • 1 comments

Running the release binary on my Arch Linux results in

(lyricfier:248195): Pango-ERROR **: 17:05:32.714: Harfbuzz version too old (1.4.2)

[1]    248195 trace trap (core dumped)  ./lyricfier

and the program exits with an error

mbalc avatar Feb 05 '21 16:02 mbalc

After fixing this I also had the problem of lycrifier not connection to spotify.

It worked after using the fork from https://github.com/jakub-tucek/lyricfier/releases and then downloading the older pango library from https://archive.archlinux.org/packages/p/pango/pango-1%3A1.44.1-1-x86_64.pkg.tar.xz. From the pango-1 1.44.1-1-x86_64.pkg.tar.xz, under usr/lib/, you have to put the following files into the lyricfier folder:

  • libpango-1.0.so.0
  • libpango-1.0.so.0.4400.1
  • libpangocairo-1.0.so.0
  • libpangocairo-1.0.so.0.4400.1
  • libpangoft2-1.0.so.0
  • libpangoft2-1.0.so.0.4400.1

After that lyricfier works for me.

Mrbinaer avatar Jun 27 '21 17:06 Mrbinaer