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

Application error at PothosGui startup #151

Open
bondarevky opened this issue Dec 21, 2017 · 5 comments
Open

Application error at PothosGui startup #151

bondarevky opened this issue Dec 21, 2017 · 5 comments
Labels

Comments

@bondarevky
Copy link

Application can't start up and displays the following message:
image

Windows 10 Pro 1703

@guruofquality
Copy link
Contributor

Any chance the wifi connection is down? I remember that caused some socket and or dns connection to fail, even though it was just localhost. It just couldnt resolve anything with the windows network config as it was. Just a hunch though: https://groups.google.com/forum/#!topic/pothos-users/HJhjCopYQ6I

@bondarevky
Copy link
Author

I tried to start PothosGui with only Wi-Fi connection, only Ethernet connection and with disabling all network adapters - no result. All connection settings are by default.

@guruofquality
Copy link
Contributor

This is probably a bug in poco (one of the dependency libraries) where its dying in an assert rather than throwing. So rather than a graceful error message, or even recovery, I get this process abort out of no where -- so I know thats not very helpful. And if we do track this down, poco probably needs an upstream patch.

Anyway: my second guess is that ipv6 is somehow disabled, and thats also causing it to fail what I assume is some kind of dns lookup for localhost or ::1. The next step I would try is to click debug if visual studio was installed and to get the traceback. I dont know if you have that capability.

When I get the chance I will see if any of my other PCs are capable of reproducing this with the latest installer...

@bondarevky
Copy link
Author

bondarevky commented Dec 21, 2017

Problem fixed by starting application with administrator privileges. Maybe there is some kind of permissions mismatch.

Update:
Application works with administrator privileges but can't load PythonSupport module. Also sometimes it crashes with RemoteProxyEnviroment error

@guruofquality
Copy link
Contributor

This error comes out of poco when the process fails to launch, and we try to read the error stream. Replaced it with something more obvious: bd15485 Specifically for this bug, the windows permissions must have blocked the process from being launched if that make sense.

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

No branches or pull requests

2 participants