Summary: | NullPointerException when calling GLProfile.getDefault() | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | asarium |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | blocker | CC: | asarium, sgothel |
Priority: | --- | ||
Version: | 2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: | |
Workaround: | --- | ||
Attachments: | Test log |
Description
asarium
2011-07-19 15:32:12 CEST
Created attachment 261 [details]
Test log
Tested on linux and windows, latest @ branch wip_mobile (will merge later next week to master) Couldn't reproduce the bug. Just in case you need to verify if a profile is available, or if any is available, pls try the new GLProfile methods: boolean isAvailable(String profile) boolean isAnyAvailable() those don't throw a GLException (not NPE) in case the GLProfile is not available as the 'get' methods do .. |