amitkumar3968 / raptor-chess-interface

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

Error occured! #772

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start raptor
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.
Error in ThreadService Runnable.
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 paulgroe...@gmail.com on 7 Aug 2014 at 3:33

GoogleCodeExporter commented 9 years ago
Probably already fixed in the latest version of the source (Raptor no longer 
calls checkUpdates)

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

GoogleCodeExporter commented 9 years ago
No more reaction from user.

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