Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

ERRO[0000] accept tcp 127.0.0.1:37411: use of closed network connection while TCP accepting #111

Closed
codemental opened this issue May 8, 2018 · 4 comments
Assignees

Comments

@codemental
Copy link

I am getting the following error whenever I try to start a bundled app (ex. go-astivid/output/linux-amd64/Astivid):

ERRO[0000] accept tcp 127.0.0.1:37411: use of closed network connection while TCP accepting 
FATA[0000] creating window failed: canceller.cancelled 

I have tried the go-astilectron-demo and go-astivid. I have repeated the installation following the instructions carefully and I always get this error.

Any ideas would be helpful.

OS: Ubuntu 18.04 Budgie
GO go1.10 linux/amd64

@asticode
Copy link
Owner

asticode commented May 9, 2018

could you start the app with the -v flag and paste logs here? this will enable verbose logging and may give us more information about the problem.

@codemental
Copy link
Author

Oh great! With -v I was able to find the problem:

DEBU[0000] Stderr says: ~/.gvm/pkgsets/go1.10/global/src/github.com/asticode/go-astilectron-demo/output/linux-amd64/vendor/electron-linux-amd64/electron: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

The solution was sudo apt-get install libgconf-2-4. This was an electron issue: electron/electron#1518.

Thank you!

@asticode
Copy link
Owner

asticode commented May 9, 2018

Cheers

@kkofler
Copy link

kkofler commented Sep 21, 2022

According to the comments on the AUR gconf package:

flying-sheep commented on 2020-01-06 19:20
Most of the packages that “require” it are actually Electron apps that copy&pasted their dependency lists from elsewhere or failed to update them: Chromium (and subsequently Electron) haven’t been dependent on this for years.

So if you still get pointed to this bug, it is probably a red herring.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants