amitkumar3968 / raptor-chess-interface

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

Error box asks to be reported #761

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Starting Raptor, an error box appears  which asks to report an error message 
(pasted at the end of the post)

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

.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 28 Jun 2014 at 10:20

GoogleCodeExporter commented 9 years ago
Fixed in source repository.

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