Summary: | GLProfile crashes on Mountain Lion | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | John B. <johnbepublic> |
Component: | opengl | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | --- | ||
Version: | 2 | ||
Hardware: | pc_x86_64 | ||
OS: | macosx | ||
Type: | --- | SCM Refs: |
jogl e30c2c7d06847889d961d12b50e77e4dfd6e525f
|
Workaround: | --- |
Description
John B.
2012-09-06 21:25:49 CEST
Fixed w/ Bug 599 and jogl commit e30c2c7d06847889d961d12b50e77e4dfd6e525f <http://jogamp.org/git/?p=jogl.git;a=commit;h=e30c2c7d06847889d961d12b50e77e4dfd6e525f> Please test .. build will come up soon (in a few hours) Note: I have no OSX 10.8 available - hence validation of changes/fix is mandatory. If this fix doesn't solve the OSX 10.8 problem, pls: - reopen - add a complete trace w/ all debug flags enabled - if possible use a self compiled version with VERBOSE enabled: - edit: src/nativewindow/native/macosx/OSXmisc.m - // #define VERBOSE 1 + #define VERBOSE 1 src/jogl/native/macosx/MacOSXWindowSystemInterface.h - // #define VERBOSE_ON 1 + #define VERBOSE_ON 1 - rm -rf build build-macosx - and recompile all ! Thx! |