Daniel Fitzgerald

Results 3 comments of Daniel Fitzgerald

I did not have libsdl2-2.0-0 installed, but it did not help. I can't find anything relevant in `strace` Unity, but here's the output anyway (75.8MB text file!). [strace_unity.txt.tar.gz](https://github.com/ValveSoftware/steamvr_unity_plugin/files/4495869/strace_unity.txt.tar.gz)

> I've seen this as a bogus error on Ubuntu. Can you make sure that you have libsdl2-2.0-0 installed? > > If yes, and it still happens, running unity with...

> Probably not. > > In the strace output you posted vrclient.so is successfully opened > > ``` > open("/home/dfitzgerald/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrclient.so", O_RDONLY|O_CLOEXEC) = 96 > ``` > > Clearly the error...