TheRealCDay / raptor-chess-interface

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

bug in analysis engine, .98uf5 #684

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.choose analyze with both colors, all default settings
2.
3.

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

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

Please provide any additional information below.
rror in ThreadService Runnable.
SWTException: Failed to execute runnable (java.lang.NullPointerException)
org.eclipse.swt.SWTException: Failed to execute runnable 
(java.lang.NullPointerException)
    at org.eclipse.swt.SWT.error(Unknown Source)
    at org.eclipse.swt.SWT.error(Unknown Source)
    at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
    at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
    at raptor.swt.chess.controller.AutomaticAnalysisController$1.run(Unknown Source)
    at raptor.service.ThreadService$RunnableExceptionDecorator.run(Unknown Source)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.NullPointerException
    at raptor.swt.chess.movelist.TextAreaMoveList.select(Unknown Source)
    at raptor.swt.chess.controller.InactiveController.refresh(Unknown Source)
    at raptor.swt.chess.controller.InactiveController.gotoMove(Unknown Source)
    at raptor.swt.chess.controller.AutomaticAnalysisController$1$2.run(Unknown Source)
    at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
    at org.eclipse.jface.window.Window.open(Window.java:801)
    at raptor.Raptor.main(Unknown Source)

Original issue reported on code.google.com by redsolar...@gmail.com on 18 Oct 2012 at 6:21

GoogleCodeExporter commented 9 years ago
Could you please provide more details? I mean like the game PGN, or does this 
occurs every time in such conditions?

Original comment by bvk...@gmail.com on 19 Oct 2012 at 12:12

GoogleCodeExporter commented 9 years ago
pretty sure its when no engine has been set up; I've gotten it consistently on 
vanilla installs on linux 32 and 64 bit openSuse 13.1.

Original comment by stevelib...@gmail.com on 27 Dec 2013 at 5:15