Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with "Harfbuzz version too old" : update Electron #65

Open
JulioJu opened this issue Oct 16, 2019 · 0 comments · May be fixed by #66
Open

Crash with "Harfbuzz version too old" : update Electron #65

JulioJu opened this issue Oct 16, 2019 · 0 comments · May be fixed by #66

Comments

@JulioJu
Copy link

JulioJu commented Oct 16, 2019

Hi !

When I run Mobster on Arch Linux, I have the following error:

$ ./Mobster-0.0.48-x86_64.AppImage
Bail out! Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/48x48/status/image-missing.png: Unrecognize
d image file format (gdk-pixbuf-error-quark, 3)
/tmp/.mount_xRULjQ/AppRun: line 77: 10334 Aborted                 (core dumped) LD_LIBRARY_PATH="" zenity --question --title="$TITLE" --text="$TEXT" 2> /dev/null
[13:27:55.951] [info] Running version 0.0.48

(mobster:10311): Pango-ERROR **: 13:27:56.012: Harfbuzz version too old (1.4.2)

zsh: trace trap (core dumped)  ./Mobster-0.0.48-x86_64.AppImage
FAIL: 133

It seams that Electron should be updated : see electron/electron#20348 (comment)

Thanks in advance!

JulioJu pushed a commit to JulioJu/mobster that referenced this issue Oct 16, 2019
JulioJu pushed a commit to JulioJu/mobster that referenced this issue Oct 16, 2019
Fix dillonkearns#65

Notes:
  * Deprecation of `app.makeSingleInstance` https://github.com/electron/electron/blob/master/docs/api/breaking-changes.md#appmakesingleinstance
  * On Arch Linux with OpenBox, `app.dock` is `undefined`
  * Version 1.8.2 of Electron crashes with `Harfbuzz version too old`, but
    not Electron 1.8.3
@JulioJu JulioJu linked a pull request Oct 16, 2019 that will close this issue
JulioJu pushed a commit to JulioJu/mobster that referenced this issue Oct 16, 2019
Fix dillonkearns#65

Notes:
  * Deprecation of `app.makeSingleInstance` https://github.com/electron/electron/blob/master/docs/api/breaking-changes.md#appmakesingleinstance
  * On Arch Linux with OpenBox, `app.dock` is `undefined`
  * Version 1.8.2 of Electron crashes with `Harfbuzz version too old`, but
    not Electron 1.8.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant