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

Docker Toolbox on Win 10 Home fails: Checking for X11 authentication keys... failed #228

Closed
eblundon opened this issue Sep 9, 2020 · 6 comments · Fixed by #242
Closed
Assignees

Comments

@eblundon
Copy link

eblundon commented Sep 9, 2020

I'm having trouble installing HNN on Windows 10. I've got to the "./hnn_docker.sh -u start" part of the install, but no HNN GUI pops up. My issue also doesn't seem to be on the troubleshoot page. The docker output is below. Any idea what might be the matter? I also tried to post the log file but the hnn_docker.log command didn't work.

image

L

@blakecaldwell
Copy link
Member

blakecaldwell commented Sep 9, 2020

@eblundon Thanks for creating this issue. I'm hopeful that the log file will give me some clues. The hnn_docker.log file is just a regular file in your home directory, ~/hnn/hnn_docker.log. You can use File Explorer to drag and drop hnn_docker.log into a comment here.

@INNFINITEMINDS this may be the same issue you are running into #163

@eblundon
Copy link
Author

eblundon commented Sep 9, 2020

Oh sorry about that, I misunderstood. I don't have a .log file, but I have a .txt file that looks like it could be a log file. Hope this is what you're looking for.
hnn_docker.log

blakecaldwell pushed a commit to blakecaldwell/hnn that referenced this issue Sep 18, 2020
@blakecaldwell
Copy link
Member

@eblundon could you try this code update to see if the problem resolves? The error message in hnn_docker.log is related to VcXsrv not being reachable. I've tried the IP address 127.0.0.1 instead of localhost, but I'm not positive that will fix it.

git fetch origin pull/218/head:issue_217_fix
git checkout issue_217_fix
./hnn_docker.sh start

Once this issue is fixed (it will get closed), you can switch back to the updated master branch with:

git checkout master
git pull origin master
./hnn_docker.sh start

@ShiriMakov
Copy link

Following up on #186 here:

After pulling from master, post this merge, I am still having issues.
Once again Checking for X11 authentication keys failed.
Here are the logs:
hnn_docker.log

@blakecaldwell
Copy link
Member

blakecaldwell commented Oct 1, 2020

@ShiriMakov I think I found the issue... the instructions pointed to an old version of VcXsrv. Upgrading to a newer version fixes this problem. I have used 1.20.6.0 and 1.20.8.1 successfully. Hopefully, that does it. Sorry for overlooking this! I'll be following up with a fix to instructions very soon.

https://sourceforge.net/projects/vcxsrv/

@blakecaldwell
Copy link
Member

I wanted to make sure other users don't keep getting the wrong version. Feel free to reply to this issue if the xauth errors persist. Thanks for reporting it to us!

@blakecaldwell blakecaldwell changed the title Trouble installing HNN on Windows 10 using Docker Docker Toolbox on Win 10 Home fails: Checking for X11 authentication keys... failed Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants