Denwa / vive-wireless-info-overlay

A SteamVR overlay that monitors the Vive Wireless Adapter's temperature
5 stars 1 forks source link

cant read log #1

Open pbanj opened 4 years ago

pbanj commented 4 years ago

this no longer works as they changed the location for the log file it is now in C:\ProgramData\VIVE Wireless\ConnectionUtility\Log

can be fixed by opening a command prompt window as admin then copy and paste this in the cmd window mklink /D "C:\Program Files\VIVE Wireless\ConnectionUtility\Log" "C:\ProgramData\VIVE Wireless\ConnectionUtility\Log" hit enter and wait for it to finish(only takes a second) then restart the overlay if it is running. this will have to do until the overlay is actually updated.

YorVeX commented 3 years ago

can be fixed by opening a command prompt window as admin then copy and paste this in the cmd window mklink /D "C:\Program Files\VIVE Wireless\ConnectionUtility\Log" "C:\ProgramData\VIVE Wireless\ConnectionUtility\Log" hit enter and wait for it to finish(only takes a second) then restart the overlay if it is running. this will have to do until the overlay is actually updated.

Thanks!