cmbruns / pyopenvr

Unofficial python bindings for Valve's OpenVR virtual reality SDK
BSD 3-Clause "New" or "Revised" License
245 stars 39 forks source link

segment fault runnning on ubuntu 18.04 #59

Closed valkjsaaa closed 5 years ago

valkjsaaa commented 5 years ago

I'm running the example code provided with this repository on Ubuntu 18.04.2. However, I'm getting this error. Any idea to solve this?

python3: Relink `/lib/x86_64-linux-gnu/libudev.so.1' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC symbol `clock_gettime'
[1]    11552 segmentation fault (core dumped)  python3 data_collector.py
valkjsaaa commented 5 years ago

This error happened inside some Ubuntu specific library when a error is raised. I think it's not specific to this library, so I'll close it.