ChristophHaag / SteamVR-OpenHMD

SteamVR plugin for using OpenHMD drivers in SteamVR
Boost Software License 1.0
193 stars 33 forks source link

Error when docker finishes with build #10

Closed gregistech closed 5 years ago

gregistech commented 5 years ago

./docker.sh: line 21: /home/*********/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrpathreg: No such file or directory ./docker.sh: line 26: /home/*********/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh: No such file or directory

gregistech commented 5 years ago

So I have the latter error just now because I found the first executable. ~/.steam/steam/steamapps/common/SteamVR/bin/linux64/vrpathreg

gregistech commented 5 years ago

I found the other path! I will try it to see if it works. ~/.steam/ubuntu12_32/steam-runtime/

ChristophHaag commented 5 years ago

Yea I need to try several paths in the script. I know it can either be

.local/share/Steam/

or

.steam/steam

and then it can also be

steamapps

or

SteamApps
gregistech commented 5 years ago

The issue is solved for me, I don't know if you want to keep it open until it's fixed.