Skip to content

Instantly share code, notes, and snippets.

@copygirl
Created November 18, 2019 00:10
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 copygirl/268701ab94553b20b40d75dad2305626 to your computer and use it in GitHub Desktop.
Save copygirl/268701ab94553b20b40d75dad2305626 to your computer and use it in GitHub Desktop.
System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies.
File name: 'System.Text.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
at Microsoft.Extensions.DependencyModel.DependencyContextLoader.LoadAssemblyContext (System.Reflection.Assembly assembly, Microsoft.Extensions.DependencyModel.IDependencyContextReader reader) [0x00057] in <d071f4f3d8c3451d9c39bcbdc4ae8e45>:0
at Microsoft.Extensions.DependencyModel.DependencyContextLoader.Load (System.Reflection.Assembly assembly) [0x00035] in <d071f4f3d8c3451d9c39bcbdc4ae8e45>:0
at Microsoft.Extensions.DependencyModel.DependencyContext.Load (System.Reflection.Assembly assembly) [0x00005] in <d071f4f3d8c3451d9c39bcbdc4ae8e45>:0
at Microsoft.Extensions.DependencyModel.DependencyContext.LoadDefault () [0x00011] in <d071f4f3d8c3451d9c39bcbdc4ae8e45>:0
at System.Lazy`1[T].ViaFactory (System.Threading.LazyThreadSafetyMode mode) [0x00043] in /tmp/trizen-copygirl/mono-nightly/src/mono-6.7.0.356/external/corefx/src/Common/src/CoreLib/System/Lazy.cs:333
at System.Lazy`1[T].ExecutionAndPublication (System.LazyHelper executionAndPublication, System.Boolean useDefaultConstructor) [0x00022] in /tmp/trizen-copygirl/mono-nightly/src/mono-6.7.0.356/external/corefx/src/Common/src/CoreLib/System/Lazy.cs:351
at System.Lazy`1[T].CreateValue () [0x00074] in /tmp/trizen-copygirl/mono-nightly/src/mono-6.7.0.356/external/corefx/src/Common/src/CoreLib/System/Lazy.cs:431
at System.Lazy`1[T].get_Value () [0x00000] in /tmp/trizen-copygirl/mono-nightly/src/mono-6.7.0.356/external/corefx/src/Common/src/CoreLib/System/Lazy.cs:509
at Microsoft.Extensions.DependencyModel.DependencyContext.get_Default () [0x00000] in <d071f4f3d8c3451d9c39bcbdc4ae8e45>:0
at Silk.NET.Core.Loader.SilkPathResolver.TryLocateNativeAssetFromDeps (System.String name, System.String& appLocalNativePath, System.String& depsResolvedPath) [0x00000] in <6ec27af666c14d318aa37db497bdc07a>:0
at Silk.NET.Core.Loader.SilkPathResolver+<EnumeratePossibleLibraryLoadTargets>d__1.MoveNext () [0x00078] in <6ec27af666c14d318aa37db497bdc07a>:0
at System.Linq.Enumerable.TryGetFirst[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate, System.Boolean& found) [0x0004f] in /tmp/trizen-copygirl/mono-nightly/src/mono-6.7.0.356/external/corefx/src/System.Linq/src/System/Linq/First.cs:92
at System.Linq.Enumerable.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00000] in /tmp/trizen-copygirl/mono-nightly/src/mono-6.7.0.356/external/corefx/src/System.Linq/src/System/Linq/First.cs:37
at Silk.NET.Core.Loader.SilkPathResolver.Resolve (System.String library) [0x00006] in <6ec27af666c14d318aa37db497bdc07a>:0
at Silk.NET.Core.Loader.SearchPathContainer.Resolve (System.String input) [0x00000] in <6ec27af666c14d318aa37db497bdc07a>:0
at Silk.NET.Core.Loader.SearchPathContainer.GetLibraryName () [0x0002b] in <6ec27af666c14d318aa37db497bdc07a>:0
at Silk.NET.Core.Loader.LibraryLoader.Load[T1] (Silk.NET.Core.Loader.SearchPathContainer nameContainer) [0x0001a] in <6ec27af666c14d318aa37db497bdc07a>:0
at Silk.NET.GLFW.Glfw.GetApi () [0x00005] in <39222d18f9234d768bc5b13fe8b51337>:0
at gaemstone.Client.Game..ctor (System.String[] args) [0x00035] in /home/copygirl/projects/gaemstone/src/gaemstone.Client/Game.cs:21
at gaemstone.Client.Game.Main (System.String[] args) [0x00000] in /home/copygirl/projects/gaemstone/src/gaemstone.Client/Game.cs:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment