TheRealCDay / raptor-chess-interface

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

Error when opening a PGN file #634

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When trying to open a PGN file downloaded from fiscgames.com with the latest 
build of Raptor I get the following error while attempting to parse. The PGN 
file does not open because of the error.

Error occured! We are trying to make Raptor bug free and we need your help! 
Please take a moment to report this issue by selecting the menu:
  Help -> Report Issue 

Error parsing pgn file: /home/jesse/Desktop/SCUGrad.pgn
NoClassDefFoundError: chesspresso/pgn/PGNSyntaxError
java.lang.NoClassDefFoundError: chesspresso/pgn/PGNSyntaxError
    at raptor.swt.PgnProcessingDialog$1.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:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.ClassNotFoundException: chesspresso.pgn.PGNSyntaxError
    at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    ... 10 more

Original issue reported on code.google.com by jessego...@gmail.com on 25 Oct 2011 at 4:50

GoogleCodeExporter commented 9 years ago
This is because Chesspresso library isn't present in version .98u1 
distribution, you have to download it from 
http://dl.dropbox.com/u/46373738/Chesspresso-lib.jar and put it into 
Raptor/lib/common

Original comment by bvk...@gmail.com on 25 Oct 2011 at 6:42

GoogleCodeExporter commented 9 years ago
Thanks.

How come I can open my Raptor saved games then? Those are still in PGN format.

Original comment by jessego...@gmail.com on 25 Oct 2011 at 7:48