TheRealCDay / raptor-chess-interface

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

wild 8 first rank peice accesibility issue #667

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.played wild 8, 5 5
2. somthing funny happened with the fist rank, couldnt move some peices there
3.

What is the expected output? What do you see instead? Error in ThreadService 
Runnable.
NullPointerException: 
java.lang.NullPointerException
    at raptor.chess.pgn.PgnUtils.getMove(Unknown Source)
    at raptor.chess.ClassicGame.toPgn(Unknown Source)
    at raptor.chess.pgn.PgnUtils.appendGameToFile(Unknown Source)
    at raptor.swt.chess.controller.PlayingController$2$2$1.run(Unknown Source)
    at raptor.service.ThreadService$RunnableExceptionDecorator.run(Unknown Source)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
    at java.util.concurrent.FutureTask.run(FutureTask.java:123)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:65)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:172)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
    at java.lang.Thread.run(Thread.java:613)

What version of the product are you using? On what operating system and
what environment?
mac os X.5

Please provide any additional information below.

Original issue reported on code.google.com by redsolar...@gmail.com on 7 May 2012 at 3:11