Login  Register

Re: JOGL 2.0 shader error attention Sven Gothel

Posted by Anzar on Dec 24, 2011; 11:23am
URL: https://forum.jogamp.org/JOGL-2-0-shader-error-attention-Sven-Gothel-tp3609251p3610402.html

I just ra those files n result is attached...

On Sat, Dec 24, 2011 at 4:09 PM, Anzar A. Khatri <[hidden email]> wrote:
I actually couldnot follow u....sorry. can u plz tell me step by step what should I do? Another shader example gives this error other wise everything goes well......
 
Exception in thread "main-AWTAnimator-1" javax.media.opengl.GLException: javax.media.opengl.GLException: Not a GL4bc implementation
 at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:98)
 at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:197)
 at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:164)
 at javax.media.opengl.awt.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:830)
 at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:419)
 at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:74)
 at com.jogamp.opengl.util.AnimatorBase.display(AnimatorBase.java:142)
 at com.jogamp.opengl.util.Animator$MainLoop.run(Animator.java:176)
 at java.lang.Thread.run(Thread.java:722)

On Sat, Dec 24, 2011 at 12:35 AM, Sven Gothel [via jogamp] <[hidden email]> wrote:
On Friday, December 23, 2011 06:14:04 PM Anzar [via jogamp] wrote:
>
> Hi everyone, I m new to jogl as I started learning OpenGL and fortunatley got
> jogl. After gaining good practise and everything was going well untill I
> started shaders I got following error.
>

Please follow the thread:
  http://forum.jogamp.org/can-t-create-GL3-and-GL4-context-tp3607097p3607097.html

and issue the test.sh/bat and test_dbg.sh/bat and check the log files,
if you even use the ATI GPU, which should be GLSL capable.

For example, in the above mentioned thread you will learn that
the Intel GPU was being used and no GL3 was available.

If this is not the case, open a new bug on bugzilla and attach the log files,
thank you.

~Sven

>
>
> Exception in thread "AWT-EventQueue-0" javax.media.opengl.GLException:
> Method "glUseProgram" not available

<snip/>

>
> I have HP laptop Pavilion dv6 ATI Radeon 6770 1GB GPU. My system is 64-bit
> Core i7 while I m using 32-bit JDK 1.7 in netbeans IDE.



If you reply to this email, your message will be added to the discussion below:
http://forum.jogamp.org/JOGL-2-0-shader-error-attention-Sven-Gothel-tp3609251p3609501.html
To unsubscribe from JOGL 2.0 shader error attention Sven Gothel, click here.
NAML



--
Anzar Ahmed Khatri




--
Anzar Ahmed Khatri


test.log (816 bytes) Download Attachment
test_dbg.sh (2K) Download Attachment