nickguletskii / GLXOSD

GLXOSD is an extensible on-screen display (OSD)/overlay for OpenGL applications running on Linux with X11 which aims to provide similar functionality to MSI Afterburner/RivaTuner OSD. It can show FPS, frame timings, temperatures and more in OpenGL games and applications. It can also be used to benchmark games, much like voglperf.
https://glxosd.nickguletskii.com
MIT License
123 stars 20 forks source link

Compatibility Issue with Unity framework #26

Closed DistantThunder closed 8 years ago

DistantThunder commented 9 years ago

It appears there's a consistent compatibility issue with recent Unity (perhaps from version 5?) based games and GLXOSD: I mainly tested on the many available Kickstarter Demo out there and I have been having consistent crashes aka (core dumped)"$@" whether using 32 or 64 bit binaries of games with the corresponding GLXOSD libraries.

My setup:

Tested on:

https://roystanross.wordpress.com/super-mario-64-hd/ https://www.kickstarter.com/projects/kavagamestudio/call-of-combat/ Among others.

nickguletskii commented 8 years ago

It's likely that this issue is caused by libstdc++ being bundled with Unity. Please see the according FAQ entry.

If that is not the issue, please ask for this issue to be reopened.

nickguletskii commented 8 years ago

This seems to be fixed by version 3.

DistantThunder commented 8 years ago

Alright then, thanks!