It is currently 16 Apr 2024, 05:16
   
Text Size

Friend cannot start the client on a Mac

by BetaSteward

Moderators: North, BetaSteward, noxx, jeffwadsworth, JayDi, TheElk801, LevelX, CCGHQ Admins

Friend cannot start the client on a Mac

Postby Ginolard » 10 Nov 2011, 13:13

Posting on behalf of a friend who has a Macbook. He can start the server part and sees "Listening" message but he says that when he tries to start the client it just exits immediately.

Is this is a known issue? If so, is there a fix?
Ginolard
 
Posts: 7
Joined: 22 Oct 2011, 15:52
Has thanked: 0 time
Been thanked: 1 time

Re: Friend cannot start the client on a Mac

Postby nantuko84 » 11 Nov 2011, 08:58

Don't know, we have no Mac to test. But we were reported that everything works on MacOS.

Did you run with .command script?
Mage\MagicWars blog: http://mwars.blogspot.com/
nantuko84
DEVELOPER
 
Posts: 266
Joined: 08 Feb 2009, 21:14
Has thanked: 2 times
Been thanked: 9 times

Re: Friend cannot start the client on a Mac

Postby nantuko84 » 11 Nov 2011, 09:03

I found the reason (and it was already fixed in trunk but will be available in next release)

Meanwhile what you should do is change the script a little
from
Code: Select all
#!/bin/sh

cd "`dirname "$0"`"

java -jar ./lib/mage-client-0.8.jar -Xms256M -Xmx1024M &
to (replacing -0.8.jar by -0.8.1.jar)

Code: Select all
#!/bin/sh

cd "`dirname "$0"`"

java -jar ./lib/mage-client-0.8.1.jar -Xms256M -Xmx1024M &
Mage\MagicWars blog: http://mwars.blogspot.com/
nantuko84
DEVELOPER
 
Posts: 266
Joined: 08 Feb 2009, 21:14
Has thanked: 2 times
Been thanked: 9 times


Return to XMage

Who is online

Users browsing this forum: No registered users and 40 guests


Who is online

In total there are 40 users online :: 0 registered, 0 hidden and 40 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 40 guests

Login Form