Page 1 of 1

Re: XMage launche under Windows Tablet

PostPosted: 07 Dec 2015, 10:28
by LevelX
open a cmd window and set the directory of the xmage.jar as the current directory.
After that enter the following command and push return.
java -jar XMageLauncher-0.3.4.jar
What message is shown?

Also enter "java -version" in the command window and post the message shown.

Re: XMage launche under Windows Tablet

PostPosted: 20 Dec 2015, 10:57
by yellowmimic
Do you find some way to make it work? Im gonna try to install it in my tablet too

Re: XMage launche under Windows Tablet

PostPosted: 23 Dec 2015, 10:02
by LevelX
You can only try to reduce the memory the client allocates on start or increase (but that's probably not possible) the amount of memory of your device.

You should'nt use the launcher (because it will also need additional memory).

The allocated memory can be set in the .bat file in the client directory you use.

There is a line like this:

Code: Select all
start javaw -Xms256m -Xmx512m -XX:MaxPermSize=384m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -jar .\lib\mage-client-1.4.6.jar
Change it to:
Code: Select all
start javaw -Xms128m -Xmx128m -XX:MaxPermSize=64m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -jar .\lib\mage-client-1.4.6.jar
Maybe the client runs out of memory over time with that figures but you have to checkout.