Page 1 of 1

Problem Level 1 to Level 2.

PostPosted: Tue Nov 25, 2014 5:09 am
by celibertojr
Hi all.
I did a small test with the Naive Agent, When I ran the program, the Level 1 went OK, but in the second Level my program (and server) crash....I downloaded the original source and the same problem showed.

I am using MAC OS 10.8.5, not Ubuntu.

Image

Re: Problem Level 1 to Level 2.

PostPosted: Wed Nov 26, 2014 12:51 am
by Jochen
Thanks a lot for pointing that out!

This error is caused from compiling the server software using Java 8 which does not seem to be backwards compatible.
We have recompiled the server software with Java 7 and updated the whole package under
https://aibirds.org/Software/AngryBirds/abV1.32.zip

You can also directly download the server software under
https://aibirds.org/Software/AngryBirds ... Server.jar

I apologize for any problems this may have caused.

Jochen

Re: Problem Level 1 to Level 2.

PostPosted: Thu Nov 27, 2014 6:47 am
by celibertojr
Hi.

Thanks for the support...

I uninstalled java 8 and install java 7 (java 7 update 71), but the problem still the same.


I recorded a video to show the problem.

http://youtu.be/HR1pr45ZrrA

One more thing : should I use java -jar ABSoftware.jar -na or java -jar ABSoftware.jar -nasc ???

Re: Problem Level 1 to Level 2.

PostPosted: Thu Nov 27, 2014 8:40 am
by Jochen
Hi,

did you download the new software we uploaded?
You can keep Java 8, but you need to download and use our new software.

You have to use -na for running the agent stand-alone and -nasc when using it together with the server.
The standalone version should work fine in any case. The problem you mentioned was caused by the server software.

Jochen