Move libraryPath variable out of foreach #599

Closed
opened 2026-04-05 16:21:44 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Donad678 on 1/13/2025

I moved the libraryPath variable out of the foreach loop because it would be assigned null every iteration even when we still need the previously saved value from it, resulting in an empty string and breaking the library folder resolution from the libraryfolders.vdf file

The path and the AppId are in different lines of the libraryfolders.vdf file

*Originally created by @Donad678 on 1/13/2025* I moved the libraryPath variable out of the foreach loop because it would be assigned null every iteration even when we still need the previously saved value from it, resulting in an empty string and breaking the library folder resolution from the libraryfolders.vdf file The path and the AppId are in different lines of the libraryfolders.vdf file
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#599