Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Creating Language Client instance with options:
- {
- "compilerAssemblyPath": "C:\\Games\\Steam\\steamapps\\common\\Skyrim\\Papyrus Compiler",
- "creationKitInstallPath": "C:\\Games\\Steam\\steamapps\\common\\Skyrim\\",
- "relativeIniPaths": [
- "SkyrimEditor.ini"
- ],
- "flagsFileName": "TESV_Papyrus_Flags.flg",
- "ambientProjectName": "Creation Kit",
- "defaultScriptSourceFolder": "Data\\Scripts\\Source"
- }
- Starting language service...
- Language service started.
- [Info - 2:25:10 p.m.] Searching for Papyrus projects in c:\Users\bwfan\AppData\Roaming\Vortex\skyrim\mods\Lunar Lattice Work...
- [Info - 2:25:10 p.m.] Found 1 project(s) in c:\Users\bwfan\AppData\Roaming\Vortex\skyrim\mods\Lunar Lattice Work:
- c:\Users\bwfan\AppData\Roaming\Vortex\skyrim\mods\Lunar Lattice Work\scripts\Source\SkyrimLEPaths.ppj
- [Info - 2:25:10 p.m.] Searching for Papyrus projects in c:\Users\bwfan\AppData\Roaming\Vortex\skyrim\mods\Lattice Library...
- [Info - 2:25:10 p.m.] Found 0 project(s) in c:\Users\bwfan\AppData\Roaming\Vortex\skyrim\mods\Lattice Library:
- [Info - 2:25:10 p.m.] Resolving script files for SkyrimLEPaths...
- [Info - 2:25:10 p.m.] Done
- [Info - 2:25:10 p.m.] Resolving script files for Creation Kit...
- [Info - 2:25:12 p.m.] Done
- [Warn - 2:25:43 p.m.] Thrown during type checking of LLKOhmesRahtRaceController - System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null.
- Parameter name: key
- at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
- at System.Collections.Generic.Dictionary`2.ContainsKey(TKey key)
- at DarkId.Papyrus.Server.TextDocumentScriptTextProvider.<GetText>d__15.MoveNext() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Server\TextDocumentScriptTextProvider.cs:line 66
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
- at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
- at System.Threading.Tasks.Task.Wait()
- at DarkId.Papyrus.Common.TaskExtensions.WaitForResult[T](Task`1 task) in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TaskExtensions.cs:line 12
- at DarkId.Papyrus.LanguageService.Program.FlagsFile.<.ctor>b__15_1() in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\FlagsFile.cs:line 41
- at DarkId.Papyrus.Common.CachedValue`1.RefreshIfInvalidated() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 51
- at DarkId.Papyrus.Common.CachedValue`1.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 28
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 32
- at DarkId.Papyrus.LanguageService.Program.FlagsFile.<.ctor>b__15_4(DiagnosticResult`1 _) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\FlagsFile.cs:line 66
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.<>c__DisplayClass2_0.<.ctor>b__0(TValue value) in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 18
- at DarkId.Papyrus.Common.CachedValue`1.RefreshIfInvalidated() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 47
- at DarkId.Papyrus.Common.CachedValue`1.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 28
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 32
- at DarkId.Papyrus.LanguageService.Program.FlagsFile.get_NativeFlagsDict() in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\FlagsFile.cs:line 26
- at DarkId.Papyrus.LanguageService.Program.ScriptCompiler..ctor(ScriptFile targetScript, ILogger logger) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptCompiler.cs:line 206
- at DarkId.Papyrus.LanguageService.Program.ScriptFile.<.ctor>b__34_2() in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptFile.cs:line 111
- at DarkId.Papyrus.Common.CachedValue`1.RefreshIfInvalidated() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 51
- at DarkId.Papyrus.Common.CachedValue`1.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 28
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 32
- at DarkId.Papyrus.LanguageService.Program.ScriptFile.<.ctor>b__34_5(DiagnosticResult`1 _) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptFile.cs:line 189
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.<>c__DisplayClass2_0.<.ctor>b__0(TValue value) in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 18
- at DarkId.Papyrus.Common.CachedValue`1.RefreshIfInvalidated() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 47
- at DarkId.Papyrus.Common.CachedValue`1.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 28
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 32
- at DarkId.Papyrus.LanguageService.Program.ScriptFile.get_CompilerType() in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptFile.cs:line 52
- at DarkId.Papyrus.LanguageService.Program.ScriptCompiler.LoadObjectPatch.Prefix(ScriptCompiler __instance, ScriptObjectType& __result, String asObjectName, Dictionary`2 akKnownTypes, Stack`1 akChildren, Boolean abErrorOnNoObject, ScriptObjectType akImmediateChild) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptCompiler.cs:line 111
- at LoadObject_Patch1(Object asObjectName, String akKnownTypes, Dictionary`2 akChildren, Stack`1 abErrorOnNoObject, Boolean akImmediateChild, ScriptObjectType )
- at PCompiler.PapyrusTypeWalker.GetKnownType(ScriptVariableType akType)
- at PCompiler.PapyrusTypeWalker.GetPropertyInfo(ScriptVariableType akObjType, IToken akIDToken, Boolean abCheckForGetter, ScriptVariableType& akPropType)
- at PCompiler.PapyrusTypeWalker.basic_l_value(ScriptVariableType akSelfType, String asSelfName)
- at PCompiler.PapyrusTypeWalker.basic_l_value(ScriptVariableType akSelfType, String asSelfName)
- at PCompiler.PapyrusTypeWalker.l_value()
- at PCompiler.PapyrusTypeWalker.statement()
- at PCompiler.PapyrusTypeWalker.codeBlock(ScriptFunctionType akFunctionType, ScriptScope akCurrentScope)
- at PCompiler.PapyrusTypeWalker.eventFunc(String asStateName)
- at PCompiler.PapyrusTypeWalker.definitionOrBlock()
- at PCompiler.PapyrusTypeWalker.script(ScriptObjectType akObj, Compiler akCompiler, Dictionary`2 akKnownTypes, Stack`1 akChildNames)
- at DarkId.Papyrus.LanguageService.Program.ScriptFile.<>c__DisplayClass34_0.<.ctor>b__13(ScriptCompiler compiler, Dictionary`2 types) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptFile.cs:line 163
- ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null.
- Parameter name: key
- at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
- at System.Collections.Generic.Dictionary`2.ContainsKey(TKey key)
- at DarkId.Papyrus.Server.TextDocumentScriptTextProvider.<GetText>d__15.MoveNext() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Server\TextDocumentScriptTextProvider.cs:line 66<---
- [Warn - 2:25:43 p.m.] Thrown during type checking of LLKOhmesRahtRaceController - System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null.
- Parameter name: key
- at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
- at System.Collections.Generic.Dictionary`2.ContainsKey(TKey key)
- at DarkId.Papyrus.Server.TextDocumentScriptTextProvider.<GetText>d__15.MoveNext() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Server\TextDocumentScriptTextProvider.cs:line 66
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
- at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
- at System.Threading.Tasks.Task.Wait()
- at DarkId.Papyrus.Common.TaskExtensions.WaitForResult[T](Task`1 task) in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TaskExtensions.cs:line 12
- at DarkId.Papyrus.LanguageService.Program.FlagsFile.<.ctor>b__15_1() in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\FlagsFile.cs:line 41
- at DarkId.Papyrus.Common.CachedValue`1.RefreshIfInvalidated() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 51
- at DarkId.Papyrus.Common.CachedValue`1.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 28
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 32
- at DarkId.Papyrus.LanguageService.Program.FlagsFile.<.ctor>b__15_4(DiagnosticResult`1 _) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\FlagsFile.cs:line 66
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.<>c__DisplayClass2_0.<.ctor>b__0(TValue value) in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 18
- at DarkId.Papyrus.Common.CachedValue`1.RefreshIfInvalidated() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 47
- at DarkId.Papyrus.Common.CachedValue`1.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 28
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 32
- at DarkId.Papyrus.LanguageService.Program.FlagsFile.get_NativeFlagsDict() in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\FlagsFile.cs:line 26
- at DarkId.Papyrus.LanguageService.Program.ScriptCompiler..ctor(ScriptFile targetScript, ILogger logger) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptCompiler.cs:line 206
- at DarkId.Papyrus.LanguageService.Program.ScriptFile.<.ctor>b__34_2() in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptFile.cs:line 111
- at DarkId.Papyrus.Common.CachedValue`1.RefreshIfInvalidated() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 51
- at DarkId.Papyrus.Common.CachedValue`1.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 28
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 32
- at DarkId.Papyrus.LanguageService.Program.ScriptFile.<.ctor>b__34_5(DiagnosticResult`1 _) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptFile.cs:line 189
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.<>c__DisplayClass2_0.<.ctor>b__0(TValue value) in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 18
- at DarkId.Papyrus.Common.CachedValue`1.RefreshIfInvalidated() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 47
- at DarkId.Papyrus.Common.CachedValue`1.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 28
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 32
- at DarkId.Papyrus.LanguageService.Program.ScriptFile.get_CompilerType() in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptFile.cs:line 52
- at DarkId.Papyrus.LanguageService.Program.ScriptCompiler.LoadObjectPatch.Prefix(ScriptCompiler __instance, ScriptObjectType& __result, String asObjectName, Dictionary`2 akKnownTypes, Stack`1 akChildren, Boolean abErrorOnNoObject, ScriptObjectType akImmediateChild) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptCompiler.cs:line 111
- at LoadObject_Patch1(Object asObjectName, String akKnownTypes, Dictionary`2 akChildren, Stack`1 abErrorOnNoObject, Boolean akImmediateChild, ScriptObjectType )
- at PCompiler.PapyrusTypeWalker.GetKnownType(ScriptVariableType akType)
- at PCompiler.PapyrusTypeWalker.CheckTypeAndValue(ScriptVariableType akType, IToken akValue, IToken akErrorToken)
- at PCompiler.PapyrusTypeWalker.CheckVariableDefinition(String asName, ScriptVariableType akType, IToken akInitialValue, Boolean abInFunctionBlock, IToken akTargetToken)
- at PCompiler.PapyrusTypeWalker.fieldDefinition()
- at PCompiler.PapyrusTypeWalker.definitionOrBlock()
- at PCompiler.PapyrusTypeWalker.script(ScriptObjectType akObj, Compiler akCompiler, Dictionary`2 akKnownTypes, Stack`1 akChildNames)
- at DarkId.Papyrus.LanguageService.Program.ScriptFile.<>c__DisplayClass34_0.<.ctor>b__13(ScriptCompiler compiler, Dictionary`2 types) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptFile.cs:line 163
- ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null.
- Parameter name: key
- at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
- at System.Collections.Generic.Dictionary`2.ContainsKey(TKey key)
- at DarkId.Papyrus.Server.TextDocumentScriptTextProvider.<GetText>d__15.MoveNext() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Server\TextDocumentScriptTextProvider.cs:line 66<---
- [Warn - 2:25:43 p.m.] Thrown during type checking of LLKOhmesRahtRaceController - System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null.
- Parameter name: key
- at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
- at System.Collections.Generic.Dictionary`2.ContainsKey(TKey key)
- at DarkId.Papyrus.Server.TextDocumentScriptTextProvider.<GetText>d__15.MoveNext() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Server\TextDocumentScriptTextProvider.cs:line 66
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
- at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
- at System.Threading.Tasks.Task.Wait()
- at DarkId.Papyrus.Common.TaskExtensions.WaitForResult[T](Task`1 task) in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TaskExtensions.cs:line 12
- at DarkId.Papyrus.LanguageService.Program.FlagsFile.<.ctor>b__15_1() in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\FlagsFile.cs:line 41
- at DarkId.Papyrus.Common.CachedValue`1.RefreshIfInvalidated() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 51
- at DarkId.Papyrus.Common.CachedValue`1.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 28
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 32
- at DarkId.Papyrus.LanguageService.Program.FlagsFile.<.ctor>b__15_4(DiagnosticResult`1 _) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\FlagsFile.cs:line 66
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.<>c__DisplayClass2_0.<.ctor>b__0(TValue value) in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 18
- at DarkId.Papyrus.Common.CachedValue`1.RefreshIfInvalidated() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 47
- at DarkId.Papyrus.Common.CachedValue`1.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 28
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 32
- at DarkId.Papyrus.LanguageService.Program.FlagsFile.get_NativeFlagsDict() in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\FlagsFile.cs:line 26
- at DarkId.Papyrus.LanguageService.Program.ScriptCompiler..ctor(ScriptFile targetScript, ILogger logger) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptCompiler.cs:line 206
- at DarkId.Papyrus.LanguageService.Program.ScriptFile.<.ctor>b__34_2() in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptFile.cs:line 111
- at DarkId.Papyrus.Common.CachedValue`1.RefreshIfInvalidated() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 51
- at DarkId.Papyrus.Common.CachedValue`1.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 28
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 32
- at DarkId.Papyrus.LanguageService.Program.ScriptFile.<.ctor>b__34_5(DiagnosticResult`1 _) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptFile.cs:line 189
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.<>c__DisplayClass2_0.<.ctor>b__0(TValue value) in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 18
- at DarkId.Papyrus.Common.CachedValue`1.RefreshIfInvalidated() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 47
- at DarkId.Papyrus.Common.CachedValue`1.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\CachedValue.cs:line 28
- at DarkId.Papyrus.Common.TokenEqualityCachedValue`2.get_Value() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Common\TokenEqualityCachedValue.cs:line 32
- at DarkId.Papyrus.LanguageService.Program.ScriptFile.get_CompilerType() in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptFile.cs:line 52
- at DarkId.Papyrus.LanguageService.Program.ScriptCompiler.LoadObjectPatch.Prefix(ScriptCompiler __instance, ScriptObjectType& __result, String asObjectName, Dictionary`2 akKnownTypes, Stack`1 akChildren, Boolean abErrorOnNoObject, ScriptObjectType akImmediateChild) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptCompiler.cs:line 111
- at LoadObject_Patch1(Object asObjectName, String akKnownTypes, Dictionary`2 akChildren, Stack`1 abErrorOnNoObject, Boolean akImmediateChild, ScriptObjectType )
- at PCompiler.PapyrusTypeWalker.GetKnownType(ScriptVariableType akType)
- at PCompiler.PapyrusTypeWalker.CheckTypeAndValue(ScriptVariableType akType, IToken akValue, IToken akErrorToken)
- at PCompiler.PapyrusTypeWalker.CheckVariableDefinition(String asName, ScriptVariableType akType, IToken akInitialValue, Boolean abInFunctionBlock, IToken akTargetToken)
- at PCompiler.PapyrusTypeWalker.fieldDefinition()
- at PCompiler.PapyrusTypeWalker.definitionOrBlock()
- at PCompiler.PapyrusTypeWalker.script(ScriptObjectType akObj, Compiler akCompiler, Dictionary`2 akKnownTypes, Stack`1 akChildNames)
- at DarkId.Papyrus.LanguageService.Program.ScriptFile.<>c__DisplayClass34_0.<.ctor>b__13(ScriptCompiler compiler, Dictionary`2 types) in C:\projects\papyrus-lang\src\DarkId.Papyrus.LanguageService\Program\ScriptFile.cs:line 163
- ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null.
- Parameter name: key
- at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
- at System.Collections.Generic.Dictionary`2.ContainsKey(TKey key)
- at DarkId.Papyrus.Server.TextDocumentScriptTextProvider.<GetText>d__15.MoveNext() in C:\projects\papyrus-lang\src\DarkId.Papyrus.Server\TextDocumentScriptTextProvider.cs:line 66<---
Advertisement
Add Comment
Please, Sign In to add comment