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

VcXsrv not launching with proper autherization #145

Closed
naterex23 opened this issue Nov 21, 2019 · 5 comments
Closed

VcXsrv not launching with proper autherization #145

naterex23 opened this issue Nov 21, 2019 · 5 comments

Comments

@naterex23
Copy link

I'm getting the error:
image

A window quickly pops up indicating an error while executing, but closes almost immediately so I cannot read what the error actually is. I've tried reinstalling and a variety of configs, making sure to select the "disable access control" option as specified. Thus far I have not been able to successfully open the program.

Any help would be greatly appreciated.

@blakecaldwell
Copy link
Member

Thanks for pointing this out. As you already identified, it's some problem with the access control settings. I'm trying to reproduce this on my windows system. Could you send the output of hnn_docker.log (maybe just the last 100 lines or so after a failure)?

@blakecaldwell
Copy link
Member

@naterex23 I just pushed a code change that will at least give better debugging info. It also has better instructions for windows.

Note that you don't need to start VcXsrv before running the script. Starting and stopping that is handled automatically now.

Could you try the new code:

cd hnn
git pull origin master
./hnn_docker.sh -u start

And let me know how it goes? If you get a failure still, the output from hnn_docker.log would be a huge help. Thanks!

@naterex23
Copy link
Author

@blakecaldwell Thanks for the help!

Unfortunately I'm still getting the same error. I'm getting an error that --

C:\Program Files\VcXsrv\xauth.exe: file C:\Users\NATHANIELREX\.Xauthority does not exist^M am Files\VcXsrv\system.XWinrc^M Warning: Locale not supported by X, falling back to 'C' locale.^M

When I search my C drive for this file, I get this weird result that looks like there might be a file, but when I try to open it, I get a warning that it cannot be found and asks if I want to make a new file called ".Xauthority".

imma_bout_to_break_something

Attaching .txt of output from the docker log:
hnn_docker_log_12_2_19_wow_format_is_BAD_.txt

@blakecaldwell
Copy link
Member

Thanks @naterex23 -- I think this is fixed finally in a new push. About an hour from now, you should be able to use the commands below to try it out.

cd hnn
git pull origin master
./hnn_docker.sh -u start

@blakecaldwell
Copy link
Member

@naterex23 I found another bug that may have affected you in #163. Could you let me know if it is working yet?

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