Summary: | libEGL Warning: Could not open egl_softpipe.so | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | schultzjarvis |
Component: | opengl | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | --- | ||
Version: | 2 | ||
Hardware: | pc_all | ||
OS: | linux | ||
Type: | --- | SCM Refs: |
jogl 5e3563d7dab16384bcc381e24b741fa651f2f3cd
|
Workaround: | --- | ||
Attachments: |
Error log created when jogl opengles support is enabled.
Error log created when jogl opengles support is disabled. |
Description
schultzjarvis
2013-04-03 19:01:15 CEST
Created attachment 451 [details]
Error log created when jogl opengles support is disabled.
Bug 713: Handle broken EGL setup - Catch all Exception types, not only JogampRuntimeException at *DrawableFactory* instantiation trial In case EGL is not completly installed, EGLDisplayUtil.eglGetDisplayAndInitialize(..) will throw a GLExeception which was not catched in GLDrawableFactory. The latter only catched JogampRuntimeException caused by ReflectionUtil due to n/a classes, but the actual initialization code is capable to throw others. |