Giter Site home page Giter Site logo

Comments (7)

RichardAH avatar RichardAH commented on July 20, 2024

Hey

Thanks for the report

Can you try build it on your system and see if the error still occurs then?

Build script is here
https://github.com/ToastWallet/build-scripts/tree/master/linux

If it does and you can figure out the cause please open a pull with a fix!

from core.

unixall avatar unixall commented on July 20, 2024

It needs to be rebuilt against a newer version of harfbuzz

I'm not able to build in my environment as Archlinux repos don't include icnsutils or icns2png.

from core.

RichardAH avatar RichardAH commented on July 20, 2024

Yep looks like an electron build issue. electron/electron#20348

In the meantime the browser version should work for you (through chrome) or try the windows version through wine?

from core.

unixall avatar unixall commented on July 20, 2024

The issue has reportedly been fixed in Electron v4.2.x or later. Which version is Toast built against? @codetsunami

from core.

unixall avatar unixall commented on July 20, 2024

Will this be resolved?

from core.

maf2 avatar maf2 commented on July 20, 2024

The same problem on Ubuntu 20.04

(toastwallet:65061): Pango-ERROR **: 03:46:40.889: Harfbuzz version too old (1.3.1)

from core.

Vantskruv avatar Vantskruv commented on July 20, 2024

I found a solution for this problem, as I have been trying to look up all of my crypto-accounts which I got years ago.
This post helped me (I am using ArchLinux). It applies on another wallet, but it works for ToasWallet aswell.

`
curl -JOL http://ftp.acc.umu.se/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz
tar xf pango-1.42.4.tar.xz
cd pango-1.42.4
printf "all:\n\ttrue\n\ninstall:\n\ttrue\n\n" > tests/Makefile.in
./configure --prefix=/usr
make && make DESTDIR="~/oldlib/pango" install

LD_LIBRARY_PATH=~/oldlib/pango/usr/lib /usr/share/Dagcoin-wallet/DagWallet
`

Src: https://bbs.archlinux.org/viewtopic.php?pid=1866410#p1866410
In the code above, replace
/usr/share/Dagcoin-wallet/DagWallet
with the ToasWallet-xxxxx.appimage you are using.

Luckily I found my ToastWallet folder in ~/.config on a backup drive, and copied it to my current ~/.config folder, before I started ToastWallet. Then I migrated it XUMM, here is a guide.
https://support.xumm.app/hc/en-us/articles/360018135840-How-to-migrate-from-Toast-Wallet-to-XUMM

Edit: Or just save your public adress and the revealed secret to a paper, if you still want to hold XRP.

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.