[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some place else to download a2gameserver?



I was hoping that I could post a success, but it seems that we still
not quite there yet. The Apple now loads the sos file, and as far as I
can tell it gets fully through the Init script the the 'END'.
But then terminal reports this:

...
/* running target END */
sending offset: 0, length=1024
Checksum failed: expected [74] but timed out
sending offset: 0, length=512
Checksum failed: expected [-92] but timed out
sending offset: 0, length=256
Checksum failed: expected [108] but timed out
sending offset: 0, length=128
Checksum failed: expected [68] but timed out
sending offset: 0, length=64
Checksum failed: expected [59] but timed out
sending offset: 0, length=32
Checksum failed: expected [2] but timed out
sending offset: 0, length=16
Checksum failed: expected [2] but timed out
sending offset: 0, length=8
Checksum failed: expected [2] but timed out
java.io.IOException: Expected hi but got
        at ags.communication.GenericHost.expect(GenericHost.java:309)
        at
ags.communication.TransferHost.tryToFixDriver(TransferHost.java:308)
        at
ags.communication.TransferHost.sendRawData(TransferHost.java:142)
        at
ags.ui.gameSelector.GameSelectorApplication.mainLoop(GameSelectorApplication.java:67)
        at ags.Main.simpleGameSelector(Main.java:139)
        at ags.Main.main(Main.java:76)

...Sometimes there are less 'Checksum Failed' error lines and a
'BufferOverflowException' line like this:

...
/* running target END */
sending offset: 0, length=1024
Checksum failed: expected [74] but timed out
sending offset: 0, length=512
java.nio.BufferOverflowException
        at java.nio.HeapByteBuffer.put(HeapByteBuffer.java:165)
        at java.nio.ByteBuffer.put(ByteBuffer.java:812)
        at
ags.communication.GenericHost.expectBytes(GenericHost.java:274)
        at
ags.communication.TransferHost.sendRawData(TransferHost.java:127)
        at
ags.ui.gameSelector.GameSelectorApplication.mainLoop(GameSelectorApplication.java:67)
        at ags.Main.simpleGameSelector(Main.java:139)
        at ags.Main.main(Main.java:76)

...the Apple II screen sometimes fills with some garbled text with
large areas of flashing D's (and sometimes some C's). Sometimes the
screen then changes to a full screen of flashing D's (sometimes it
doesn't), and sometimes It just hangs at the 801G command????

On the Apple II side the errors/results don't seem very consistent.

Phil