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

Can't launch client (UnknownHostException) #4558

Closed
EthanKairos opened this issue Feb 28, 2018 · 6 comments
Closed

Can't launch client (UnknownHostException) #4558

EthanKairos opened this issue Feb 28, 2018 · 6 comments
Labels

Comments

@EthanKairos
Copy link

Currently unable to launch the client at all. Console throws "UnknownHostException", and it stops immediately after output.

OS is Win10 x64.

error

@JayDi85
Copy link
Member

JayDi85 commented Feb 28, 2018

Check your internet connection -- that's the problem. #4461 can help with auto-connection disable.

@JayDi85 JayDi85 changed the title SVG or GIF symbol can't be load/UnknownHostException Can't launch client (UnknownHostException) Feb 28, 2018
@EthanKairos
Copy link
Author

Upon checking in regedit, I don't seem to have any registry values at all in the specified path. Creating the autoConnect string and setting it to false doesn't seem to work either.

Also, my internet connection seems to be okay. I'm able to play other online games just fine, and browsing on this PC is smooth.

@JayDi85
Copy link
Member

JayDi85 commented Mar 1, 2018

search -> cmd -> run...

Enter:

  • ping localhost
  • ping 127.0.0.1

All commands must be OK and connection fine. If not then open ..\Windows\System32\drivers\etc\hosts file and add line at the end:

  • 127.0.0.1 localhost

@EthanKairos
Copy link
Author

Both ping commands work completely.

ping

I tried adding the line to the hosts file anyway, and it doesn't seem to be making a difference.

@JayDi85
Copy link
Member

JayDi85 commented Mar 1, 2018

You have problem with PC name:
shot_180301_133203

Go to search -> system -> run system control panel -> find pc name settings and change it to normal English letters like "MYPC". Restart after changes:
shot_180301_133527

If not help, then try ping commands and report again like last comment.

@EthanKairos
Copy link
Author

That fixed it. I didn't even know it was possible for the PC name to affect connection.

Thanks!

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