rada-wolf Posted November 16, 2022 Share Posted November 16, 2022 Hello, I'm trying to make VR work with Unigine on Ubuntu 20.04 but when I run the app with -extern_plugin "AppVive" parameter, following error appears: ---- Plugins ---- Loading "libAppVive_x64.so"... Unable to init VR runtime: vrclient Shared Lib Not Found (102) Plugins initialization: 206ms Where does this library come from? Does it come from HTC Vive libraries or is it Unigine internal library? What needs to be installed on Ubuntu to make it work? Thanks, Radim Link to comment
silent Posted November 17, 2022 Share Posted November 17, 2022 rada-wolf This vrclient Shared Lib Not Found (102) doesn't look like it's related to the UNIGINE, but rather the SteamVR runtime libs could not be loaded. Can you run other SteamVR (OpenVR) compatible apps without this error? Did you have SteamVR and Steam (with 32 and 64 bits runtimes) installed correctly? If so, we need to understand what exact steps did you make before this actual error occurred and try to replicate on our side. Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
silent Posted November 17, 2022 Share Posted November 17, 2022 If you are using latest 2.16.x SDK you need to use -extern_plugin "OpenVR" instead of -extern_plugin "AppVive". This plugin was renamed recently. Maybe that's also causing some issues. How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
Recommended Posts