Check library version fails

Related to the development libraries, released by Curt Binder
Post Reply
saf1
Posts: 111
Joined: Thu Jun 28, 2012 1:46 pm

Check library version fails

Post by saf1 »

Hi everyone. New computer and it came with windows 8.1 but this was working on my 7 box which went kaput. Anyway, trying to connect back up to my Reef Angel and running into some errors. I have the Reef Angel Client working which is great. However, when I try to use the Arduino Reef Angel client to load my last saved sketch it is throwing me an error like below. It compiles fine but if I try and do something simple has check latest version of development libraries (which is what, 1.10 now? I'm on 1.09) it fails.

Any ideas? It did have me download and install a new version of Arduino which is 1.0 5 I believe.

Thanks.
-scott

Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: processing.app.Editor.getBase()Lprocessing/app/Base;
at template.tool.RALibsVer.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Check library version fails

Post by rimai »

Try deleting or renaming the folder Documents\Arduino
Then, download a fresh copy of the Reef Angel Installer from the website and install it again.
Roberto.
saf1
Posts: 111
Joined: Thu Jun 28, 2012 1:46 pm

Re: Check library version fails

Post by saf1 »

rimai wrote:Try deleting or renaming the folder Documents\Arduino
Then, download a fresh copy of the Reef Angel Installer from the website and install it again.
Ok, let me give that a shot. Was thinking of that but didn't try it. Be back in a few.

Thanks Rimai. That appears to have done the trick. I'm not sure why it failed the first time or didn't install correctly but the re-install took care of it. The only thing maybe is that I left the USB cable connected but I thought it wasn't. Anyway, thanks.
Post Reply