TheRealCDay / raptor-chess-interface

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

Error message at program startup #795

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
 At program start, a message appears; I paste the message below.

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?

Raptor .98u3f7
Windows 7

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(Unknown Source)
    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(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

Original issue reported on code.google.com by pired...@gmail.com on 5 Jan 2015 at 2:27

GoogleCodeExporter commented 9 years ago
Known problem: please use a more recent version of Raptor.

Regards.

Original comment by evil...@gmail.com on 5 Jan 2015 at 5:13