Bug 703 : "adding a container to a container on a different GraphicsDevice" error with OpenGL examples on Ubuntu
Last modified: 2008-08-16 15:15




Status:
RESOLVED
Resolution:
WORKSFORME -
Priority:
P2
Severity:
normal

 

Reporter:
lrbabe
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2007-12-17 14:39
for each sketch using OpenGL, i got the following error log:

java.lang.IllegalArgumentException: adding a container to a container on a
different GraphicsDevice
at java.awt.Component.checkGD(Unknown Source)
at java.awt.Container.checkGD(Unknown Source)
at java.awt.Container.addImpl(Unknown Source)
at java.awt.Container.add(Unknown Source)
at processing.core.PApplet.main(PApplet.java:7048)

Processing : rev 0135
OS : Linux Ubuntu Gutsy Gibbon
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
CPU/GC : Intel C2D 7300 / Nvidia 8400M GS
Additional Comment #1 From fry 2008-01-06 13:25
1) try updating your video drivers?

2) looks like you're using multiple screens? perhaps try only using
processing on the main screen?
Additional Comment #2 From fry 2008-08-16 15:15
no followup, closing bug. if it's still a problem, it may be fixed with
jogl 1.1.1 and recent changes to how opengl is handled in 0145 anyway.