amitkumar3968 / raptor-chess-interface

Automatically exported from code.google.com/p/raptor-chess-interface
0 stars 0 forks source link

Program disconnnects on start of every game on fics #770

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.accept a challenge

What is the expected output? What do you see instead?

I expect to start a game. Instead, I get diconnected with this message

TimesealSocketMessageProducer Connector Error in DaemonRun Thwoable 
java.lang.NoSuchMethodError: java.lang.String.isEmpty()Z    at 
raptor.chess.ClassicGame.getFenCastle(Unknown Source)   at 
raptor.service.EcoService.getFenKey(Unknown Source)     at 
raptor.service.EcoService.getEco(Unknown Source)    at 
raptor.chess.ClassicGame.updateEcoHeaders(Unknown Source)   at 
raptor.chess.ClassicGame.forceMove(Unknown Source)  at 
raptor.chess.ClassicGame.move(Unknown Source)   at 
raptor.chess.ClassicGame.makeSanMove(Unknown Source)    at 
raptor.connector.ics.IcsUtils.addCurrentMove(Unknown Source)    at 
raptor.connector.ics.IcsParser.processStyle12Adjustment(Unknown Source)     at 
raptor.connector.ics.IcsParser.process(Unknown Source)  at 
raptor.connector.ics.IcsParser.parseGameEvents(Unknown Source)  at 
raptor.connector.ics.IcsParser.parse(Unknown Source)    at 
raptor.connector.ics.IcsConnector.parseMessage(Unknown Source)  at 
raptor.connector.ics.IcsConnector.messageArrived(Unknown Source)    at 
raptor.connector.ics.timeseal.TimesealSocketMessageProducer.messageLoop(Unknown 
Source)     at 
raptor.connector.ics.timeseal.TimesealSocketMessageProducer$1.run(Unknown 
Source)     at java.lang.Thread.run(Thread.java:655)

What version of the product are you using? On what operating system and
what environment?

.98u3f5 on MacOSX 10.5.8 2.53 GHz Intel Core Duo 4 GB Memory

Please provide any additional information below.

Original issue reported on code.google.com by par...@gmail.com on 27 Jul 2014 at 1:39

GoogleCodeExporter commented 9 years ago
Could you check the version of your java environment? E.g. in a Terminal window 
type the following command:

java -version

The error seems to suggest that you are using a version < 1.6 (the error 
complains about a missing method that was created only in version 1.6)

Original comment by evil...@gmail.com on 21 Aug 2014 at 7:57

GoogleCodeExporter commented 9 years ago
Cant say now. I've installed another (older, i think) version and is
working. Thanks for the answer.

Original comment by par...@gmail.com on 21 Aug 2014 at 8:48

GoogleCodeExporter commented 9 years ago
User did not provide follow up info.

Original comment by evil...@gmail.com on 31 Oct 2014 at 8:08