[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some place else to download a2gameserver?
Sorry to ask so many questions.
I have been trying to get AGS (the latest version) working under OS X,
however when I type the following to launch the Java app under the OS X
terminal:
java -Djava.library.path=lib -cp lib:lib/RXTXcomm.jar -jar dist/ags.jar
/dev/ttyS1 apple2e
I get this:
Exception in thread "main" java.lang.IllegalArgumentException:
InputStream cannot be null
at
javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:94)
at ags.game.Games.parseConfiguration(Games.java:139)
at ags.game.Games.readFromFile(Games.java:74)
at ags.Main.main(Main.java:63)
Does anyone have any idea what I may be doing wrong and what
'InputStream cannot be null' means? Has anyone had any success using
AGS with OS X before?
Thanks again.
Phil
Nama wrote:
> Is it possible to use it on a plain old 64k Apple ][ with SSC?
>
> Phil
>
>
> BLuRry wrote:
> > > The Berlios server seems down, and has been down for some time.
> > > Is there an alternative download site?
> >
> > I've posted a newer version than what was previously at berlios here at
> > the old home for now:
> > http://brendan.robert.googlepages.com/applegameserver
> >
> > I'll update that page once I have a new home set up at SourceForge. I
> > also need to update the docs for this badly, since I've gutted and
> > replaced the script engine with something far more elaborate.
> >
> > Anyway, you start this from the commandline similar as before, except
> > you need to specify an additional commandline parameter to tell it
> > which script target to use, apple2e or apple2c. If you want the script
> > to use one of these by default, just edit the top of the script to jump
> > to that part directly instead of printing out the normal instructions.
> >
> > e.g.:
> > linux (and probably not too dissimilar for mac os x):
> > cd ~/a2gameserver
> > java -Djava.library.path=lib -cp lib:lib/RXTXcomm.jar -jar dist/ags.jar
> > /dev/ttyS1 apple2e
> >
> > windows:
> > cd \a2gameserver
> > java -Djava.library.path=lib -cp lib;lib/RXTXcomm.jar -jar dist/ags.jar
> > COM1 apple2e
> >
> > Happy new years folks!