| Summary: | JOGL 2.1.1 does not work for GL3 on Mac OS X whereas 2.1.0 works | ||
|---|---|---|---|
| Product: | [JogAmp] Jogl | Reporter: | ralph |
| Component: | macosx | Assignee: | Sven Gothel <sgothel> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2 | ||
| Hardware: | All | ||
| OS: | macosx | ||
| Type: | --- | SCM Refs: | |
| Workaround: | --- | ||
| Bug Depends on: | 867 | ||
| Bug Blocks: | |||
| Attachments: |
Simple program showing the issue
Logs as requested |
||
Set back to P3.normal, since it is: - not confirmed - bug report does not contain required details (Wiki/FAQ/bug..) - but not related to core JOGL, but NB ineroperability Yes, pls post your 'most small' test case. Besides posting the test_debug.log file (7z), pls post the debug output of your test case w/ all debug properties enabled (7z) - w/ 2.1.1. Maybe related to Bug 857 ? Thank you. Created attachment 522 [details]
Simple program showing the issue
Created attachment 523 [details]
Logs as requested
(1) This is not a Netbeans issue. Running program standalone after compiling it displays the same behaviour. This IS a core JOGL issue. (2) Test case now attached. (3) Logs attached too. Looks like JOGL is looking in the wrong place for libraries. |
Even trivial programs using GL3 fail to work on a Mac in version 2.1.1, yet worked fine in 2.1.0. I just get a blank window. Even if the two lines say GL3 gl = d.getGL().getGL3(); // get the OpenGL 3 graphics context System.out.println(" GL_VERSION: "+ gl.glGetString(GL3.GL_VERSION) ); they fail to print anything out. Such code worked perfectly in jogl 2.1.0 and the program has not been changed. This is on MacOS X 10.9, using Netbeans 7.4, for what its worth. Code etc available on request.