[Bug] Crash if VRChat log folder is a broken symlink #864

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

Originally created by @i0ntempest on 4/30/2024

Describe the bug
VRCX will crash if %appdata%\..\LocalLow\VRChat\VRChat is a broken symlink

To Reproduce
Steps to reproduce the behavior:

  1. Create a broken symlink at %appdata%..\LocalLow\VRChat\VRChat
  2. Launch VRCX
  3. Instant crash

Expected behavior
VRCX should handle this gracefully. In my use case, the symlink destination is not always available. I would like it to keep checking for log update, but just do not crash when the destination is gone, and resume when it becomes available again.
Even better if the monitored log folder can be changed in VRCX so I do not need to use a symlink.

What version you are running
20240323

*Originally created by @i0ntempest on 4/30/2024* **Describe the bug** VRCX will crash if %appdata%\\..\LocalLow\VRChat\VRChat is a broken symlink **To Reproduce** Steps to reproduce the behavior: 1. Create a broken symlink at %appdata%\..\LocalLow\VRChat\VRChat 2. Launch VRCX 3. Instant crash **Expected behavior** VRCX should handle this gracefully. In my use case, the symlink destination is not always available. I would like it to keep checking for log update, but just do not crash when the destination is gone, and resume when it becomes available again. Even better if the monitored log folder can be changed in VRCX so I do not need to use a symlink. **What version you are running** 20240323
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#864