Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppImage hanging on startup #1883

Closed
waldner opened this issue Apr 5, 2022 · 3 comments
Closed

AppImage hanging on startup #1883

waldner opened this issue Apr 5, 2022 · 3 comments

Comments

@waldner
Copy link

waldner commented Apr 5, 2022

Running latest KopiaUI-0.10.6.AppImage under arch linux. When I run the executable, I get a blank window and the following in the terminal:

$ ./KopiaUI-0.10.6.AppImage 
12:50:45.095 › failed to load
[312058:0405/125045.370188:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
12:50:45.599 › failed to load
12:50:46.101 › failed to load
12:50:46.602 › failed to load
12:50:47.103 › failed to load
12:50:47.606 › failed to load
12:50:48.108 › failed to load
12:50:48.609 › failed to load
12:50:49.111 › failed to load
...

the failed to load message repeats forever until I close the (blank) window.

@waldner
Copy link
Author

waldner commented May 4, 2022

This is still happening with 0.10.7.

@hockdudu
Copy link

hockdudu commented Jun 7, 2022

I was having the same problem on Arch Linux.

In the logs in ~/.cache/kopia/cli-logs/ was the following line:

2022-06-07T10:00:48.908749Z ERROR kopia/cli listen error: listen tcp: lookup localhost on 127.0.0.1:53: no such host

I searched for this online, and the solution presented was to add 127.0.0.1 localhost to /etc/hosts (inconshreveable/ngrok#484 (comment)). I did that and now it works.

@waldner
Copy link
Author

waldner commented Jun 7, 2022

Excellent! That solved it for me too. Thanks!

@waldner waldner closed this as completed Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants