Bug 710

Summary: Nehe Tutorial #9 does not work in JWS
Product: [JogAmp] Jogl Reporter: Anthony Ananich <anton.ananich>
Component: macosxAssignee: Sven Gothel <sgothel>
Status: UNCONFIRMED ---    
Severity: normal CC: gouessej
Priority: P5    
Version: 2   
Hardware: pc_x86_64   
OS: all   
Type: --- SCM Refs:
Workaround: ---
Attachments: Screenshot
Debug log information

Description Anthony Ananich 2013-03-24 21:43:40 CET
Created attachment 438 [details]
Screenshot

I take "Nehe's Lesson #9 "Moving Bitmaps in 3D space" from URL below and try to run it from JNLP file.

http://www3.ntu.edu.sg/home/ehchua/programming/opengl/JOGL2.0.html#zz-4.

I use this build of JOGL

http://jogamp.org/deployment/archive/master/gluegen_629-joal_396-jogl_903-jocl_741-signed/jogl-all-awt.jnlp

Instead of stars I see a few points which disappears shortly.

The issue is only reproduced in JavaWebStart in Mac OS X 10.8.

Same code works fine from command line.
Comment 1 Julien Gouesse 2013-03-28 17:34:48 CET
Can you try again with this build please?
http://jogamp.org/deployment/archive/master/gluegen_652-joal_417-jogl_943-jocl_767/
Comment 2 Anthony Ananich 2013-03-28 18:18:53 CET
com.sun.deploy.net.JARSigningException: Found unsigned entry in resource: http://jogamp.org/deployment/archive/master/gluegen_652-joal_417-jogl_943-jocl_767/jar/jogl-all.jar
Comment 3 Julien Gouesse 2013-03-28 22:26:44 CET
(In reply to comment #2)
> com.sun.deploy.net.JARSigningException: Found unsigned entry in resource:
> http://jogamp.org/deployment/archive/master/gluegen_652-joal_417-jogl_943-
> jocl_767/jar/jogl-all.jar

You have taken the unsigned JARs, this is the expected behaviour. I sign all JARs by myself and it works.
Comment 4 Anthony Ananich 2013-03-29 11:19:42 CET
I've got it.

I signed the jars from this build and I was able to reproduce same issue with gluegen_652-joal_417-jogl_943-jocl_767
Comment 5 Julien Gouesse 2013-03-29 12:14:52 CET
(In reply to comment #4)
> I've got it.
> 
> I signed the jars from this build and I was able to reproduce same issue
> with gluegen_652-joal_417-jogl_943-jocl_767

Ok. Can you enable the logs so that we get some complementary information?
http://jogamp.org/wiki/index.php/Jogl_FAQ#Detailed_Debug_Log
Comment 6 Anthony Ananich 2013-03-29 13:33:21 CET
Created attachment 448 [details]
Debug log information

There are come exceptions, but they are logged in any case, even when app works fine in other configurations.