Manta icon indicating copy to clipboard operation
Manta copied to clipboard

Crash on Startup due to electron version (Harfbuzz version)

Open JorisM opened this issue 4 years ago • 5 comments

Prerequisites

When I try to run Manta on Fedora 31, it crashes on startup with the following error:

(manta:40935): Pango-ERROR **: 09:48:13.186: Harfbuzz version too old (1.4.2)

Expected Behavior

the application should start

Current Behavior

it crashes

Possible Solution

according to this issue https://github.com/electron/electron/issues/20348#issuecomment-542150507 an upgrade of electron is required to fix this.

Steps to Reproduce (for bugs)

  1. download fedora 31 image
  2. download AppImage on github releases page
  3. chmod +x ./Manta-1.1.4-x86_64.AppImage
  4. ./Manta-1.1.4-x86_64.AppImage

Context

Your Environment

  • Version used: 1.1.4
  • Operating System and version: Fedora 31

JorisM avatar Nov 06 '19 09:11 JorisM

yarn upgrade electron

fixes the issue

SWW13 avatar Nov 30 '19 19:11 SWW13

Also ran into this

ostenning avatar Jan 17 '20 01:01 ostenning

Same issue here.

m0ngr31 avatar Mar 06 '20 23:03 m0ngr31

Same issue on Ubuntu 20.04.1 LTS Version used: 1.1.4

nknganda avatar Dec 09 '20 11:12 nknganda

@nknganda did you manage to get around this?

kevinmukuna avatar Oct 16 '21 14:10 kevinmukuna