Skip to content
Bruno Levy edited this page Aug 10, 2022 · 1 revision

Trouble shooting - QnA

Q: I experience some graphic glitches and/or crashes

Some OpenGL drivers do not fully implement the functionalities they advertise. Try forcing a lower GLUP profile in the preferences:

  • invoke the File/Preferences menu
  • select the Advanced tab
  • for GLUP profile, set GLUP150
  • click on Save config.
  • restart Graphite

If problems are still there, try with GLUPES2.

Q: How to build geogram programs with Graphite ?

By default, Graphite's CMakefile does not compile geogram binaries (vorpalite, vorpaview etc...). To build them:

  • Edit GraphiteThree/geogram/CMakeOptions.txt
  • Remove or comment-out the line with set(GEOGRAM_LIB_ONLY ON)

Then invoke configure.sh (Linux, MacOS) or double click on configure.bat (Windows).

Clone this wiki locally