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.
Page Index Toggle Pages: 1
Opengl (Read 1265 times)
Opengl
Jun 19th, 2006, 8:40am
 
hello,
With Processing 115 (os:windows), opengl seems don't work.
Neither example "Matrix" nor my olds sketches...works.

solipse.

Re: Opengl
Reply #1 - Jun 19th, 2006, 8:43pm
 
You really need to be more specific when posting problems like this.  Cause "Dont work" can mean many different things.

Have you looked here yet?
http://www.processing.org/faq/bugs.html#opengl
Re: Opengl
Reply #2 - Jun 20th, 2006, 9:31am
 

When i launch an opengl sketch, the window remains empty.
No errors messages...some times "out of memory".
With processing 103, and the same sketch, it "works" well.
My computer is unchanged, same graphic card (Radeon 9200 agp, 128m), drivers, etc.

Thanks,
solipse.
Re: Opengl
Reply #3 - Jun 20th, 2006, 1:49pm
 
the drivers for your graphics card are out of date.
Re: Opengl
Reply #4 - Jun 28th, 2006, 10:56am
 

I have updated the graphics drivers...
and you can see the bug report here:

http://solipse.free.fr/tmp/hs_err_pid1992.log


Thanks,
solipse.
Re: Opengl
Reply #5 - Jun 28th, 2006, 7:47pm
 
I have tried this:
               
size(300, 300, P3D);

and this works fine...?

With "size(300, 300, OPENGL)", the sketch remains
empty.
It's normal?

Thanks,
solipse.

Re: Opengl
Reply #6 - Jun 28th, 2006, 8:50pm
 
that's something outside of processing. so if it's not your video drivers, then it's jogl. if it's not jogl, then it's because you're using java 1.5, and an old version of java 1.5 at that. you might try using the version of processing that includes java, or updating your java install in the hope that will work.
Page Index Toggle Pages: 1