vr icon indicating copy to clipboard operation
vr copied to clipboard

Restoring SteamVR Home feature broken in v1.4

Open monstermac77 opened this issue 4 years ago • 0 comments

https://github.com/monstermac77/vr/blob/e14dd8bca3a74d7b6e2a95002ecaba9f3f5235f3/bin/mixedvr-manager.bat#L139

Pull request #9 by @timberrr seems to have broken the for loop we were using to loop through all the files in the SAVE directory and restore them in SteamVR, which maintains their SteamVR home (which SteamVR has a tendency to destroy at random). I'm currently unsure if this happens for all users, or just those %mixedVRManagerDirectory% contains a space. I'm suspecting the latter, because I see an error that seems to indicate it's breaking up my first and last name as if they're each arguments being passed.

This bug fix does not need to be rushed and it should be rather simple to fix. Since this is an opt-in feature anyway, and not of much concern for most users, it can go unsolved for weeks and most will probably never notice.

monstermac77 avatar Feb 10 '21 06:02 monstermac77