Open unixall opened 5 years ago
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!
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.
Yep looks like an electron build issue. https://github.com/electron/electron/issues/20348
In the meantime the browser version should work for you (through chrome) or try the windows version through wine?
The issue has reportedly been fixed in Electron v4.2.x or later. Which version is Toast built against? @codetsunami
Will this be resolved?
The same problem on Ubuntu 20.04
(toastwallet:65061): Pango-ERROR **: 03:46:40.889: Harfbuzz version too old (1.3.1)
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.
I still have XRP on my toastwallet, now I would like to send it to my Xaman wallet. Unfortunately I don't have the passprhase anymore, if I want to restore the wallet with the source code from the email, that works well, but the reset passprhase doesn't work, I can't bring up the secret either. I still have the original toastwallet on my phone and I also tried it with the desktop version from github / RichardAH which version still works or am I doing something wrong please help me out greetings biaskoc
ToastWallet 3.0.0 is failing to start on Archlinux x64