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 & HelpOpenGL and 3D Libraries › NoSuchFlieldError: recordRaw
Page Index Toggle Pages: 1
NoSuchFlieldError: recordRaw (Read 729 times)
NoSuchFlieldError: recordRaw
Mar 12th, 2006, 11:12pm
 
I downloaded the new 107 and I am Processing is throwing NoSuchFlieldError: recordRaw errors whenever I call any drawing functions... image() beginDraw()/endDraw() line() in the OPENGL renderer mode. Although when I change the renderer to P3D I dont recieve any errors. Ive seen mention of recordRaw in the changes.txt but I dont see any explanation of what is exactly. Any ideas why?
Re: NoSuchFlieldError: recordRaw
Reply #1 - Mar 13th, 2006, 12:14am
 
that sounds like you have an old version of PGraphicsGL somewhere in your sketchbook folder.
Re: NoSuchFlieldError: recordRaw
Reply #2 - Mar 13th, 2006, 12:16am
 
How do I fix that? All I have in my sketch folder is the pde and some jpgs in the data folder.
Re: NoSuchFlieldError: recordRaw
Reply #3 - Mar 13th, 2006, 2:23am
 
what platform are you using?
Re: NoSuchFlieldError: recordRaw
Reply #4 - Mar 13th, 2006, 3:24am
 
win xp
Re: NoSuchFlieldError: recordRaw
Reply #5 - Mar 13th, 2006, 4:44am
 
another question.. are you using any other libraries?

edit: in fact, could you just post the code that you're getting the error with so i can try it out?
Page Index Toggle Pages: 1