Open Hexagon Wikia
Advertisement
MENU
MAIN MENU,OH INFO. CENTER

libGL error: unable to load driver: <lib>[]

The game have own libraries. These will often conflict with the libraries included in your system. Remove libstdc++.so.6 file to allow game using system libraries.

i686 (x86)[]

$ rm /home/<username>/OpenHexagon1.92/x86/libstdc++.so.6

amd64 (x86_64)[]

$ rm /home/<username>/OpenHexagon1.92/x86_64/libstdc++.so.6

Game crashes without errors[]

Disable online functionality. Open config.json with text editor and set

// Online capabilities

 "online": false,

Crackling music and sound[]

This caused by too high volumes (it's a known SFML bug). Install vorbisgain with package manager.

$ apt-get install vorbisgain

Then set game directory

$ cd /home/<username>/OpenHexagon1.92/

And run

$ vorbisgain -a -f -r "*.ogg"

Constant V-Sync[]

Disable Vertical Synchronization in your video card drivers. For Intel; ATi.
Note: This may cause to screen tearing. To fix this enable "TearFree" option in your drivers.

Advertisement