amitkumar3968 / raptor-chess-interface

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

Error initializing #765

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute /opt/Raptor_v98u3f5/raptor
2.
3.

What is the expected output? What do you see instead?
A window with message:
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:1875)
    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.run(FutureTask.java:262)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)

What version of the product are you using? On what operating system and
what environment?
Raptor .98u3ft(Oracle Corporation 1.7.0_60;Linux;eng)

Linux ubuntu 3.2.0-65-generic #99-Ubuntu SMP Fri Jul 4 21:03:29 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by albin...@gmail.com on 12 Jul 2014 at 9:01

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:27

GoogleCodeExporter commented 9 years ago
Fixed in source repository.

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