Advertisement
Guest User

Untitled

a guest
Mar 16th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. Failed to refresh program 'Test' due to exception 'System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  2. at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <e1319b7195c343e79b385cd3aa43f5dc>:0
  3. at VRC.Udon.Compiler.Compilers.UdonGraphCompiler.CompileNode (VRC.Udon.Graph.UdonNodeData node, VRC.Udon.Compiler.Compilers.UdonGraphCompiler+CompilerState state, System.String returnName, System.Int32 otherIndex) [0x014bb] in C:\VRChatGit\VRChat-Udon\UdonVM\Udon\Compiler\Source\Compilers\UdonGraphCompiler.cs:840
  4. at VRC.Udon.Compiler.Compilers.UdonGraphCompiler.CompileNode (VRC.Udon.Graph.UdonNodeData node, VRC.Udon.Compiler.Compilers.UdonGraphCompiler+CompilerState state, System.String returnName, System.Int32 otherIndex) [0x002fe] in C:\VRChatGit\VRChat-Udon\UdonVM\Udon\Compiler\Source\Compilers\UdonGraphCompiler.cs:379
  5. at VRC.Udon.Compiler.Compilers.UdonGraphCompiler.CompileNode (VRC.Udon.Graph.UdonNodeData node, VRC.Udon.Compiler.Compilers.UdonGraphCompiler+CompilerState state, System.String returnName, System.Int32 otherIndex) [0x015a3] in C:\VRChatGit\VRChat-Udon\UdonVM\Udon\Compiler\Source\Compilers\UdonGraphCompiler.cs:871
  6. at VRC.Udon.Compiler.Compilers.UdonGraphCompiler.<GraphCompiler>g__CompileEventNodesForGraph|5_0 (VRC.Udon.Graph.UdonGraphData udonGraphData, VRC.Udon.Compiler.Compilers.UdonGraphCompiler+CompilerState compilerState, System.Collections.Generic.Dictionary`2[TKey,TValue] dictionary, VRC.Udon.Compiler.Compilers.UdonGraphCompiler+<>c__DisplayClass5_0& ) [0x00068] in C:\VRChatGit\VRChat-Udon\UdonVM\Udon\Compiler\Source\Compilers\UdonGraphCompiler.cs:83
  7. at VRC.Udon.Compiler.Compilers.UdonGraphCompiler.GraphCompiler (VRC.Udon.Graph.UdonGraphData data, VRC.Udon.Graph.Interfaces.INodeRegistry nodeRegistry, System.Collections.Generic.Dictionary`2[System.String,System.ValueTuple`3[System.String,System.String,System.Int32]]& linkedSymbols, System.Collections.Generic.Dictionary`2[System.String,System.ValueTuple`2[System.Object,System.Type]]& heapDefaultValues) [0x00144] in C:\VRChatGit\VRChat-Udon\UdonVM\Udon\Compiler\Source\Compilers\UdonGraphCompiler.cs:161
  8. at VRC.Udon.Compiler.Compilers.UdonGraphCompiler.Compile (VRC.Udon.Graph.UdonGraphData graph, VRC.Udon.Graph.Interfaces.INodeRegistry nodeRegistry, System.Collections.Generic.Dictionary`2[System.String,System.ValueTuple`3[System.String,System.String,System.Int32]]& linkedSymbols, System.Collections.Generic.Dictionary`2[System.String,System.ValueTuple`2[System.Object,System.Type]]& heapDefaultValues) [0x00000] in C:\VRChatGit\VRChat-Udon\UdonVM\Udon\Compiler\Source\Compilers\UdonGraphCompiler.cs:53
  9. at VRC.Udon.Compiler.UdonGraphCompilerDispatcher.CompileGraph (VRC.Udon.Graph.Interfaces.IUdonCompilableGraph graph, VRC.Udon.Graph.Interfaces.INodeRegistry nodeRegistry, System.Collections.Generic.Dictionary`2[System.String,System.ValueTuple`3[System.String,System.String,System.Int32]]& linkedSymbols, System.Collections.Generic.Dictionary`2[System.String,System.ValueTuple`2[System.Object,System.Type]]& heapDefaultValues) [0x00016] in C:\VRChatGit\VRChat-Udon\UdonVM\Udon\Compiler\Source\UdonGraphCompilerDispatcher.cs:22
  10. at VRC.Udon.EditorBindings.UdonEditorInterface.CompileGraph (VRC.Udon.Graph.Interfaces.IUdonCompilableGraph graph, VRC.Udon.Graph.Interfaces.INodeRegistry nodeRegistry, System.Collections.Generic.Dictionary`2[System.String,System.ValueTuple`3[System.String,System.String,System.Int32]]& linkedSymbols, System.Collections.Generic.Dictionary`2[System.String,System.ValueTuple`2[System.Object,System.Type]]& heapDefaultValues) [0x00000] in C:\VRChatGit\VRChat-Udon\UdonVM\Udon\EditorBindings\Source\UdonEditorInterface.cs:102
  11. at VRC.Udon.Editor.UdonEditorManager.CompileGraph (VRC.Udon.Graph.Interfaces.IUdonCompilableGraph graph, VRC.Udon.Graph.Interfaces.INodeRegistry nodeRegistry, System.Collections.Generic.Dictionary`2[System.String,System.ValueTuple`3[System.String,System.String,System.Int32]]& linkedSymbols, System.Collections.Generic.Dictionary`2[System.String,System.ValueTuple`2[System.Object,System.Type]]& heapDefaultValues) [0x00001] in E:\Data\Documents\Unity\Legacy Projects\VRChat_Udon_Beta\Assets\Udon\Editor\UdonEditorManager.cs:331
  12. at VRC.Udon.Editor.ProgramSources.UdonGraphProgramAsset.CompileGraph () [0x00001] in E:\Data\Documents\Unity\Legacy Projects\VRChat_Udon_Beta\Assets\Udon\Editor\ProgramSources\UdonGraph\UdonGraphProgramAsset.cs:76
  13. at VRC.Udon.Editor.ProgramSources.UdonGraphProgramAsset.RefreshProgramImpl () [0x00011] in E:\Data\Documents\Unity\Legacy Projects\VRChat_Udon_Beta\Assets\Udon\Editor\ProgramSources\UdonGraph\UdonGraphProgramAsset.cs:48
  14. at VRC.Udon.Editor.ProgramSources.UdonProgramAsset.RefreshProgram () [0x0000d] in E:\Data\Documents\Unity\Legacy Projects\VRChat_Udon_Beta\Assets\Udon\Editor\ProgramSources\UdonProgram\UdonProgramAsset.cs:102
  15. at VRC.Udon.Editor.UdonEditorManager.RefreshQueuedProgramSources () [0x00029] in E:\Data\Documents\Unity\Legacy Projects\VRChat_Udon_Beta\Assets\Udon\Editor\UdonEditorManager.cs:129 '.
  16. UnityEngine.Debug:LogError(Object)
  17. VRC.Udon.Editor.UdonEditorManager:RefreshQueuedProgramSources() (at Assets/Udon/Editor/UdonEditorManager.cs:133)
  18. VRC.Udon.Editor.UdonEditorManager:UdonEditorManagerUpdate() (at Assets/Udon/Editor/UdonEditorManager.cs:115)
  19. UnityEditor.EditorApplication:Internal_CallUpdateFunctions() (at C:/buildslave/unity/build/Editor/Mono/EditorApplication.cs:200)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement