Under certain conditions, the VRChat client stops with an error
ざらめる
The VRChat client stops with an error when an avatar is set up in Unity under the following conditions
This is an event that occurred while I was setting up my avatar, so it may be easier to cause the error.
- Turn off all SkinnedMesh tied to Humanoid.
- Place the 3D model (FBX) above under the avatar.
- Upload the avatar and use the avatar in VRChat.
The moment it finishes loading, VRChat will close and a Unity error window will appear for a moment.
The following statement was left in the Output Log of VRChat.
2023.08.13 17:13:01 Error - System.InvalidOperationException: The TransformStreamHandle cannot be resolved.
Thrown from job: ÍÏÏÏÎÌÏÍÏÏÏÏÏÌÍÌÌÍÌÌÏÍÎ.ÍÏÌÏÏÌÍÍÎÍÌÏÌÌÏÍÏÍÍÏÌÌÍ
This Exception was thrown from a job compiled with Burst, which has limited exception support. Turn off burst (Jobs -> Burst -> Enable Compilation) to inspect full exceptions & stacktraces. In this standalone build configuration burst will now abort the Application.
ÌÍÌÎÏÏÌÌÍÌÌÍÎÌÍÎÏÎÌÍÌÍÌ:ÏÌÏÌÌÌÎÎÎÎÌÌÏÏÌÏÌÌÏÏÎÎÏ(Animator, Boolean)
ÌÍÌÎÏÏÌÌÍÌÌÍÎÌÍÎÏÎÌÍÌÍÌ:ÍÏÏÍÌÎÍÎÍÎÍÎÍÎÎÌÍÎÎÎÌÏÍ()
ÌÍÌÎÏÏÌÌÍÌÌÍÎÌÍÎÏÎÌÍÌÍÌ:ÏÏÏÎÏÍÏÏÌÏÎÍÌÌÍÏÍÍÏÏÌÌÍ(Animator, VRC_AvatarDescriptor, Boolean, Action)
ÌÌÎÏÍÌÏÌÎÍÍÍÌÌÍÍÍÍÌÎÎÍÏ:ÎÌÎÌÎÎÎÏÍÍÎÎÍÎÎÏÏÌÍÌÏÎÌ(GameObject, VRC_AvatarDescriptor, Boolean)
VRC.SDKBase.SetAnimatorBoolDelegate:Invoke(VRCPlayerApi, String, Boolean)
ÍÍÎÎÎÍÌÎÏÌÏÏÏÎÍÌÍÎÍÍÎÎÎ:ÎÍÎÎÎÌÎÏÏÍÌÍÌÌÏÌÌÏÍÍÍÍÍ(GameObject, String, Single, ApiAvatar, Boolean)
ÎÏÌÍÌÍÏÎÌÏÌÌÍÏÎÏÏÍÎÏÏÍÌ:MoveNext()
System.Action`1:Invoke(T)
Cysharp.Threading.Tasks.UniTaskCompletionSourceCore`1:TrySetResult(TResult)
Cysharp.Threading.Tasks.EnumeratorPromise:MoveNext()
Cysharp.Threading.Tasks.Internal.PlayerLoopRunner:RunCore()
System.Action:Invoke()
The bug was reproduced using a different type of 3D model too.
Log In
Tony_Lewis
Your reproduce process seems to be not what it says on your social media post. Could you reconfirm re-produce process?
ざらめる
Tony_Lewis: I thought I had followed the same procedure. Could you please tell me specifically what part of the text and video is wrong?
(Edit)I added AvatarBluePrintID along the way, but we have confirmed that this has nothing to do with the bug.
The same bug occurred with a different BluePrintID.//
Tony_Lewis
ざらめる: Especially mark as "EditorOnly" is not equal to turn off.
ざらめる
Tony_Lewis: It seems that the translation was not appropriate. I am so sorry.
The correct translation is to mark it as EditorOnly, rather than turning it off, as it is to not incorporate it as an avatar.