Page 1 of 1

"Error joining table" in 0.8.3 r2 on Mac OS X 10.6.8

PostPosted: 05 Feb 2012, 21:51
by avamk
Hello,

I just downloaded the newest 0.8.3 r2 and started it on my Mac (Mac OS X 10.6.8).

Everything seems to work great until I start a game with the minimax AI, where I keep getting an "Error joining table" error and the game won't start.

Is there anyway to troubleshoot this?

Thanks for making such a great game!

Re: "Error joining table" in 0.8.3 r2 on Mac OS X 10.6.8

PostPosted: 06 Feb 2012, 23:04
by nantuko84
How do you start the game? Does it work if you start server separately before starting client?
Please try and write about the results.

Re: "Error joining table" in 0.8.3 r2 on Mac OS X 10.6.8

PostPosted: 07 Feb 2012, 00:17
by avamk
Ah yes, starting the server before the client works fine. I just thought in this version I don't need to start the server if I am just playing against AI?

Re: "Error joining table" in 0.8.3 r2 on Mac OS X 10.6.8

PostPosted: 07 Feb 2012, 13:37
by TheWolfen
I think i found the problem, the two config files from client and server are linking to different .jar files. e.g. the client links to "mage-player-aiminimax.jar" and the server links to "mage-player-aiminimax-0.8.3.jar".

so the client posts a nullpointerexception, because this file "mage-player-aiminimax.jar" does not exist anymore, its now "mage-player-aiminimax-0.8.3.jar".

so if you just copy/paste the config.xml from the server config folder to the client config folder and replace it, the AI should be working again.

regards,

Re: "Error joining table" in 0.8.3 r2 on Mac OS X 10.6.8

PostPosted: 08 Feb 2012, 02:20
by avamk
I tried that and it seems to be working now. Thak you!

Re: "Error joining table" in 0.8.3 r2 on Mac OS X 10.6.8

PostPosted: 08 Feb 2012, 09:42
by nantuko84
thanks for finding the root cause! good catch!