hql287 / Manta

🎉 Flexible invoicing desktop app with beautiful & customizable templates.
https://www.getmanta.app
GNU Lesser General Public License v3.0
5.28k stars 478 forks source link

Crash on Startup due to electron version (Harfbuzz version) #346

Closed JorisM closed 1 month ago

JorisM commented 4 years ago

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

SWW13 commented 4 years ago
yarn upgrade electron

fixes the issue

ost-ing commented 4 years ago

Also ran into this

m0ngr31 commented 4 years ago

Same issue here.

nknganda commented 3 years ago

Same issue on Ubuntu 20.04.1 LTS Version used: 1.1.4

kevinmukuna commented 2 years ago

@nknganda did you manage to get around this?