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

Installing Problems #5280

Closed
Ziminar opened this issue Aug 27, 2018 · 4 comments
Closed

Installing Problems #5280

Ziminar opened this issue Aug 27, 2018 · 4 comments
Labels
support Questions from users, help and support

Comments

@Ziminar
Copy link

Ziminar commented Aug 27, 2018

Hey guys!

Im sorry I have to write this but I have been trying to install Xmage on my new computer and I just cant.
I have followed all the steps in the guide and updated (like 20 times) java and other drivers. However I cant get it to work.

The problem is that when I dowload the folder and open it with rar this is what I get:

xmage

And I just dont really understand how i should proceed from there. I believe I am good with computers, just not a programer but this is killing me hehe. Hope you can help me. Thanks a lot!

@JayDi85
Copy link
Member

JayDi85 commented Aug 27, 2018

No needs to open that jar-file. You must execute it by java. Normally you can execute it by double click on it, but sometime system open it as archive (your case). That's why you can do:

  • create game's folder like D:\games\xmage\ and move downloaded launcher file to it (XMageLauncher-0.3.8.jar);
  • create run.cmd in that folder and start edit it with text editor;
  • enter that command and save: java -jar XMageLauncher-0.3.8.jar;
  • execute that run.cmd to run launcher.

P.S. If you got connection error after that (can't update, can't run client) then enable ipv4 by adding command -Djava.net.preferIPv4Stack=true (use that for run.cmd file: java -Djava.net.preferIPv4Stack=true -jar XMageLauncher-0.3.8.jar and for client settings in launcher).

@JayDi85 JayDi85 added the support Questions from users, help and support label Aug 27, 2018
@Ziminar
Copy link
Author

Ziminar commented Aug 27, 2018

Forget about it I'm silly! I think I've got it now. Give me a sec.

@JayDi85
Copy link
Member

JayDi85 commented Aug 27, 2018

You are connecting to localhost -- it's your own local server address (you can play with bots on it). You need to run server from launcher and connect to localhost.

If you want play on official server then press X button to select official german server or W button to play on usa server (and don't forget to register on it before connect).

@Ziminar
Copy link
Author

Ziminar commented Aug 27, 2018

yeah sorry, I just edited I'm so silly. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Questions from users, help and support
Projects
None yet
Development

No branches or pull requests

3 participants