Hleb Valoshka

Results 215 comments of Hleb Valoshka

@LukeCEL do you know any sources besides simbad to retrieve this info?

I added this like a reminder, but never implemented this.

oh, `source +=` was lost when `ApplyShadow` was added to avoid code duplication.

It can be a bug in OpenGL driver. Could you recompile GTK UI with `-DENABLE_GLES` and test it?

Could make a "clean" compilation for GTK? It seems it still uses the old GL widget. Like ```bash mkdir build-gles && cd build-gles cmake .. -DENABLE_GTK=ON -DENABLE_GLES=ON make -j4 sudo...

> but this also gives the "Celestia was unable to initialize OpenGL" error. so, the last check, please, could you show output of `ldd /usr/local/bin/celestia-gtk` and provide file `build-gles/CMakeCache.txt`? >...

> as for the GTK build (that failed with the "Celestia was unable to initialize OpenGL" error), attached the information you requested: Thanks. Both are okay, so the problem is...

So the driver exposes `GL_ARB_shader_texture_lod` white its support is incomplete. Please create `.celestia-1.7.cfg` file with the following content: ``` Configuration { IgnoreGLExtensions [ "GL_ARB_shader_texture_lod" ] } ``` It should fix...