TheRealCDay / raptor-chess-interface

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

Error in ThreadService Runnable. #762

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
StringIndexOutOfBoundsException: String index out of range: -3
java.lang.StringIndexOutOfBoundsException: String index out of range: -3
    at java.lang.String.substring(String.java:1949)
    at java.lang.String.substring(String.java:1916)
    at raptor.service.CheckUpdates.checkUpdates(Unknown Source)
    at raptor.Raptor$3.run(Unknown Source)
    at raptor.service.ThreadService$RunnableExceptionDecorator.run(Unknown Source)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:165)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:701)

Original issue reported on code.google.com by ales.ce...@gmail.com on 28 Jun 2014 at 2:47

GoogleCodeExporter commented 9 years ago
Should be fixed in the latest version in the source repository. Easiest 
solution is probably to check out the sources in readonly version and then 
launch Raptor from within eclipse (is documented in the wiki how to do so) 
Alternatively, you could rebuild a new jar from those sources and use that one 
instead of the latest release.

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

GoogleCodeExporter commented 9 years ago

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