Closed Raphiiko closed 7 months ago
This is now hopefully fixed in the latest beta build (you can grab it off steam). You'll know you're on the right version if the build number in the about view shows as 6f2d107
.
I need some testers who ran into this issue previously, as I've not been able to reproduce this myself.
Multiple people confirmed this to fix the issue. The fix will come with the next release (v1.12). Closing.
Issue description
MDNS broadcasts that advertise OyasumiVR's OSCQuery server to VRChat completely fail for a select group of users.
Symptoms
Workaround / Mitigation
Instructions for disabling MDNS broadcasts
Note that this will prevent any OSC related functionality in OyasumiVR from working. This disables the MDNS broadcasts that advertise OyasumiVR's OSCQuery server to VRChat. 1. Find the installation folder of OyasumiVR (This should contain the `OyasumiVR.exe` executable) 2. Next to the executable, you'll find a file named `flags.toml`. If it doesn't exist, create it. 3. Within this file, find the `DISABLE_MDNS` flag, and set it to `true`. If the file does not contain this flag, instead append a new line: `DISABLE_MDNS = true` 4. Restart OyasumiVRPlanned Fixes