Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (404)
games submitted by our members
Games in WIP (289)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Cannot create external context (swt + jogl 2)  (Read 2134 times)
0 Members and 1 Guest are viewing this topic.
Offline gaufrier

Junior Newbie





« Posted 2009-10-17 21:26:55 »

Hi all,

I have a problem with createExternalGLContext on Jogl 2.0  for a swt application (packages org.eclipse.swt v3.5)

When I create an external context I have an error: attempted to make an external GLContext without a valid pixelformat
Quote
Exception in thread "main" javax.media.opengl.GLException: Error: attempted to make an external GLContext without a valid pixelformat
   at com.sun.opengl.impl.windows.wgl.WindowsExternalWGLContext.create(WindowsExternalWGLContext.java:76)
   at com.sun.opengl.impl.windows.wgl.WindowsWGLDrawableFactory.createExternalGLContext(WindowsWGLDrawableFactory.java:162)

I test also the snippet209 from jogl demo and I have the same error.
I use this (same as snippet209)
Quote
...
canvas.setCurrent();
final GLProfile gl2Profile = GLProfile.get(GLProfile.GL2);
GLDrawableFactory factory = GLDrawableFactory.getFactory(gl2Profile );
GLContext context = factory.createExternalGLContext();

In jogl 1.1 (without profil) it works:
Quote
...
canvas.setCurrent();
GLContext  context = GLDrawableFactory.getFactory().createExternalGLContext();

An idea ?

Thanks
Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Reply #1 - Posted 2009-10-18 10:54:36 »

Please submit a bug report, I may encounter the same bug when I work with Eclipse RCP 3.5 and JOGL 2 in November.

Offline gaufrier

Junior Newbie





« Reply #2 - Posted 2009-10-18 14:31:01 »

I  have also the same problem with swt 3.2.

Both 3.2 et 3.5 tests were on winxp.
I test the same programm and snippet on a linux version with swt 3.5 and it works.

Can I change the pixelformat before creating my external context ?
Games published by our own members! Check 'em out!
Legends of Yore - The Casual Retro Roguelike
Offline gaufrier

Junior Newbie





« Reply #3 - Posted 2010-09-30 17:20:09 »

Juste found a solution (uncommon).


Quote
canvas.setCurrent();
WGL.GetDC(canvas.handle);
final GLProfile gl2Profile = GLProfile.get(GLProfile.GL2);
GLDrawableFactory factory = GLDrawableFactory.getFactory(gl2Profile );
GLContext context = factory.createExternalGLContext();

Just add  WGL.GetDC(canvas.handle); (and import com.sun.opengl.impl.windows.wgl.WGL;)


In new version of Jogl (from jogamp) the code is not exactly the same:
Quote
canvas.setCurrent();
GDI.GetDC(canvas.handle);
final GLProfile gl2Profile = GLProfile.get(GLProfile.GL2);
GLDrawableFactory factory = GLDrawableFactory.getFactory(gl2Profile );
GLContext context = factory.createExternalGLContext();

And import com.jogamp.opengl.impl.windows.wgl.GDI;


Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Reply #4 - Posted 2010-10-01 13:05:55 »

Juste found a solution (uncommon).


Just add  WGL.GetDC(canvas.handle); (and import com.sun.opengl.impl.windows.wgl.WGL;)


In new version of Jogl (from jogamp) the code is not exactly the same:
And import com.jogamp.opengl.impl.windows.wgl.GDI;
Strange solution. Thank you for reporting this. You should write a bug report about this problem.

Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (34 views)
2013-05-17 21:29:12

alaslipknot (42 views)
2013-05-16 21:24:48

gouessej (72 views)
2013-05-16 00:53:38

gouessej (71 views)
2013-05-16 00:17:58

theagentd (79 views)
2013-05-15 15:01:13

theagentd (74 views)
2013-05-15 15:00:54

StreetDoggy (116 views)
2013-05-14 15:56:26

kutucuk (139 views)
2013-05-12 17:10:36

kutucuk (140 views)
2013-05-12 15:36:09

UnluckyDevil (148 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.084 seconds with 21 queries.