iotaledger / trinity-wallet

Trinity is IOTA's old, deprecated wallet. Use Firefly instead.
https://trinity.iota.org
Other
470 stars 120 forks source link

no GUI #2368

Open scaprile opened 4 years ago

scaprile commented 4 years ago

Bug description

The AppImage seems to be running (no prompt), but no GUI nor error msgs

Environment Specs

CentOS 7.7.1908 Linux mycomputername 3.10.0-1062.el7.x86_64 #1 SMP Wed Aug 7 18:08:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux trinity-desktop 1.1.0 AppImage

Steps To Reproduce

  1. execute (either by double click, manually run on bash, or menu after accepting installation)
  2. get past the requester to install (only first run if accepting installation)
  3. nothing happens

Errors

no errors seen. I checked processes running and I see this:

$ ps x | grep trinity
 8736 ?        Sl     0:01 /tmp/.mount_trinitdUm0kU/trinity-desktop
 8741 ?        Ssl    0:02 /opt/trinity-desktop-1.1.0.AppImage
 8753 ?        S      0:00 /tmp/.mount_trinitdUm0kU/trinity-desktop --type=zygote --no-sandbox
 8781 ?        Sl     0:00 /tmp/.mount_trinitdUm0kU/trinity-desktop --type=gpu-process --enable-features=SharedArrayBuffer --no-sandbox --gpu-preferences=KAAAAAAAAACAAABAAQAAAAAAAAAAAGAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --service-request-channel-token=7488846856076311333
 8788 ?        Sl     0:02 /tmp/.mount_trinitdUm0kU/trinity-desktop --type=renderer --no-sandbox --js-flags=--expose-gc --enable-features=SharedArrayBuffer --service-pipe-token=12162133910455587938 --lang=en-US --standard-schemes=iota --secure-schemes=iota --app-path=/tmp/.mount_trinitdUm0kU/resources/app.asar --user-agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Trinity/1.1.0 Chrome/69.0.3497.128 Electron/4.2.6 Safari/537.36 --node-integration=false --webview-tag=false --no-sandbox --preload=/tmp/.mount_trinitdUm0kU/resources/app.asar/dist/preloadProd.js --background-color=#fff --disable-blink-features=Auxclick --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=12162133910455587938 --renderer-client-id=4 --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
rajivshah3 commented 4 years ago

Are you able to start it from the terminal (e.g. ./trinity-desktop-1.1.0.AppImage)? Do any messages appear when you do?

scaprile commented 4 years ago

@rajivshah3 I think I already provided that info (quoted bellow). There are no messages on the terminal, there is no GUI either (except for the very first run, when a requester asking for installation is shown) I also provided a list of processes running. If there is some test/debugging I can do, just let me know.

The AppImage seems to be running (no prompt), but no GUI nor error msgs

Steps To Reproduce

1. execute (either by double click, manually run on bash, or menu after accepting installation)

Errors

no errors seen.

stox-re commented 4 years ago

I have the same issue, from 1.5.0 and up. I can only use 1.4.5. Trisquel GNU/Linux 8.0 Flidas 4.15.0-46-generic

curVV commented 3 years ago

Same issue on Gentoo/KDE. No errors launching from terminal.

I last used 1.5.2 which ran fine, but after update today to 1.6.1 experiencing this issue.

Fixed by installing some of the build deps (libsecret, gcr) and also gnome-keyring. Not sure which fixed it.