TheRealCDay / raptor-chess-interface

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

crash directy after opponents first move #769

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start a game
2. opponent makes move
3. it is my turn to move

What is the expected output? What do you see instead?
i see the board and have an opportuniti to select a piece to move on the board.

What version of the product are you using? On what operating system and
what environment?
i downloaded the 10.5 32bit version today.
I am on a mac OS X 10.5.8 system.

Please provide any additional information below.
This is the output from the console. (sorry for the missing returns)

play 3 Issuing match request since the seek was set to manual. Issuing: 
lstorchi (1837) [black] shakunt (1578) rated standard 5 15. Your standard 
rating will change: Win: +11, Draw: -18, Loss: -46 Your new RD will be 99.6 
seek 5 12 Your seek has been posted with index 33. (29 player(s) saw the seek.) 
lafc accepts your seek. Challenge to shakunt withdrawn. Creating: lafc (1612) 
lstorchi (1785) rated blitz 5 12 {Game 108 (lafc vs. lstorchi) Creating rated 
blitz match.} Game 108: A disconnection will be considered a forfeit. Error 
occured! We are trying to make Raptor bug free and we need your help! Please 
take a moment to report this issue by selecting the menu: Help -> Report Issue 
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) Disconnected

Original issue reported on code.google.com by laurent...@gmail.com on 25 Jul 2014 at 9:40

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
I checked and i have currently version 1.5.0_30.
So i need to upgrade to version 1.6 right?

On Aug 21, 2014, at 9:57 PM, raptor-chess-interface@googlecode.com  
wrote:

Original comment by laurent...@gmail.com on 22 Aug 2014 at 6:26

GoogleCodeExporter commented 9 years ago
That is correct. Raptor uses Java features that were introduced in version 1.6, 
so any older VM will cause problems because it is missing required features.

Original comment by evil...@gmail.com on 23 Aug 2014 at 1:23

GoogleCodeExporter commented 9 years ago

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