Skip to content

Instantly share code, notes, and snippets.

@PhaxeNor
Created June 18, 2020 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhaxeNor/86bc49e1467ffa30406d69702347189b to your computer and use it in GitHub Desktop.
Save PhaxeNor/86bc49e1467ffa30406d69702347189b to your computer and use it in GitHub Desktop.
2020.06.18 04:25:00 Error - [UdonBehaviour] An exception occurred during Udon execution, this UdonBehaviour will be halted.
VRC.Udon.VM.UdonVMException: The VM encountered an error!
Exception Message:
External module 'VRCInstantiate' is not supported.
----------------------
Program Counter was at: 36
----------------------
Stack Dump:
0: 0x00000001
1: 0x00000000
----------------------
Heap Dump:
0x00000000: Sphere (UnityEngine.GameObject)
0x00000001: Cube (UnityEngine.GameObject)
0x00000002: Sphere (UnityEngine.GameObject)
0x00000003: GameObject (UnityEngine.Transform)
0x00000004: VRCInstantiate.__Instantiate__UnityEngineGameObject__UnityEngineGameObject
----------------------
Inner Exception:
---> System.NotSupportedException: External module 'VRCInstantiate' is not supported.
at VRC.Udon.Wrapper.UdonWrapper.GetExternFunctionDelegate (System.String externFunctionSignature) [0x00000] in <00000000000000000000000000000000>:0
at VRC.Udon.VM.UdonVM.Interpret () [0x00000] in <00000000000000000000000000000000>:0
at VRC.Udon.UdonBehaviour.RunProgram (System.UInt32 entryPoint) [0x00000] in <00000000000000000000000000000000>:0
at VRC.Udon.UdonBehaviour.RunEvent (System.String eventName, System.ValueTuple`2[System.String,System.Object][] programVariables) [0x00000] in <00000000000000000000000000000000>:0
at InteractivePlayer.Update () [0x00000] in <00000000000000000000000000000000>:0
--- End of inner exception stack trace ---
at VRC.Udon.VM.UdonVM.Interpret () [0x00000] in <00000000000000000000000000000000>:0
at VRC.Udon.UdonBehaviour.RunProgram (System.UInt32 entryPoint) [0x00000] in <00000000000000000000000000000000>:0
at VRC.Udon.UdonBehaviour.RunEvent (System.String eventName, System.ValueTuple`2[System.String,System.Object][] programVariables) [0x00000] in <00000000000000000000000000000000>:0
at InteractivePlayer.Update () [0x00000] in <00000000000000000000000000000000>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment