We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › OCD not working w/ Processing 0125
Page Index Toggle Pages: 1
OCD not working w/ Processing 0125 (Read 725 times)
OCD not working w/ Processing 0125
Oct 20th, 2007, 6:15pm
 
Does anyone know why OCD isn't working with Processing 0125?

Running the basic example on the site: http://www.cise.ufl.edu/~kdamkjer/processing/libraries/ocd/reference/Arc/ results in the following error:

java.lang.IncompatibleClassChangeError
at damkjer.ocd.Camera.atan2(Camera.java:413)

Run on Windows XP, Pr 0125
Re: OCD not working w/ Processing 0125
Reply #1 - Oct 20th, 2007, 6:38pm
 
i'll bet the thing that says "Read before downloading this release!" in bold, red letters on the download page has a clue.
Wink
Re: OCD not working w/ Processing 0125
Reply #2 - Oct 20th, 2007, 6:43pm
 
There are no such messages on the page I downloaded it from...

anyhoo - found the solution. Just modify the Camera class: rename the variable parent to something else and it works fine.

Re: OCD not working w/ Processing 0125
Reply #3 - Oct 21st, 2007, 2:20am
 
i ran into the same a while ago, modified the camera class and zipped it, so a modified version of ocd can be found here, tested on osx 10.4.10, processing 0125
Page Index Toggle Pages: 1