[1213] vrchat:// URI scheme is broken since EAC update.
complete
yanorei32
describe
This issue is caused by launch.exe.
launch.exe is not invoking EAC but build 1213 is dependent on EAC.
workaround (for powershell)
$REGPATH='HKLM:\SOFTWARE\Classes\VRChat\shell\open\command'
Set-ItemProperty -Path $REGPATH -Name '(default)' -Value (
(Get-ItemProperty -Path $REGPATH).'(default)'
).replace('launch.exe', 'start_protected_game.exe')
Note
I've seen this before, but now it's a release.
> During Open Beta, you must launch VRChat via special launch options in Steam. This will not be the case when the update goes to Live
Log In
Phasedragon
complete
yanorei32
Currently (build 1218), this problem is resolved. You can now roll back the registry with this script.
$REGPATH='HKLM:\SOFTWARE\Classes\VRChat\shell\open\command'
Set-ItemProperty -Path $REGPATH -Name '(default)' -Value (
(Get-ItemProperty -Path $REGPATH).'(default)'
).replace('start_protected_game.exe', 'launch.exe')
thanks.
Phasedragon
tracked
yanorei32
Phasedragon: I retested with build 1218. I seem to have solved this problem. Thanks.
100の人
Since a year ago, VRChat no longer works Invite with IPv6 enabled.
yanorei32
100の人:
I think it is a different issue.
Please do not discuss it here.