overte/plugins
Anthony J. Thibault 1ea018db1d Fix for crash in openvr on startup
pluginActivate can fail and return false, when steamvr is in a "Not Ready" state.
In practice this can occur on a botched steamvr install, or when the vr compositor process is unable to start.

When pluginActivate returns false, there's some sort of race condition where pluginUpdate will still be called.
But it's only reproducible in release builds, without the debugger attached.

This commit prevents pluginUpdate from crashing by making sure that the openvr _system ptr is valid first.
2016-10-26 17:40:34 -07:00
..
hifiCodec Checkpoint 2016-07-15 12:04:45 -06:00
hifiNeuron Additional plugin debugging, better plugin resource cleanup 2016-10-11 19:40:02 -07:00
hifiSdl2 Additional plugin debugging, better plugin resource cleanup 2016-10-11 19:40:02 -07:00
hifiSixense Additional plugin debugging, better plugin resource cleanup 2016-10-11 19:40:02 -07:00
hifiSpacemouse Merge branch 'master' of https://github.com/highfidelity/hifi into feat/user-actions 2016-06-22 08:55:22 -07:00
oculus change oculus init errors to critical 2016-10-17 11:57:32 -07:00
oculusLegacy Additional plugin debugging, better plugin resource cleanup 2016-10-11 19:40:02 -07:00
openvr Fix for crash in openvr on startup 2016-10-26 17:40:34 -07:00
pcmCodec more hacking 2016-07-14 08:20:07 -07:00
CMakeLists.txt don't target any plugins for android 2016-08-31 11:19:01 -07:00