Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. MonoMod.RelinkTargetNotFoundException: MonoMod cannot map dependency Newtonsoft.Json.dll -> ((System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089), (System.Xml.Linq)) - not found
  2. в MonoMod.MonoModder.DefaultMissingDependencyResolver(MonoModder mod, ModuleDefinition main, String name, String fullName)
  3. в MonoMod.MonoModder.MapDependency(ModuleDefinition main, String name, String fullName)
  4. в MonoMod.MonoModder.MapDependency(ModuleDefinition main, AssemblyNameReference dep)
  5. в MonoMod.MonoModder.MapDependencies(ModuleDefinition main)
  6. в MonoMod.MonoModder.MapDependency(ModuleDefinition main, String name, String fullName)
  7. в MonoMod.MonoModder.MapDependency(ModuleDefinition main, AssemblyNameReference dep)
  8. в MonoMod.MonoModder.MapDependencies(ModuleDefinition main)
  9. в MonoMod.MonoModder.MapDependencies()
  10. в ETGModInstaller.ETGModder.Mod(InstallerWindow ins, String file)
  11. MonoMod.RelinkTargetNotFoundException: MonoMod cannot map dependency Newtonsoft.Json.dll -> ((System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089), (System.Xml.Linq)) - not found
  12. в MonoMod.MonoModder.DefaultMissingDependencyResolver(MonoModder mod, ModuleDefinition main, String name, String fullName)
  13. в MonoMod.MonoModder.MapDependency(ModuleDefinition main, String name, String fullName)
  14. в MonoMod.MonoModder.MapDependency(ModuleDefinition main, AssemblyNameReference dep)
  15. в MonoMod.MonoModder.MapDependencies(ModuleDefinition main)
  16. в MonoMod.MonoModder.MapDependency(ModuleDefinition main, String name, String fullName)
  17. в MonoMod.MonoModder.MapDependency(ModuleDefinition main, AssemblyNameReference dep)
  18. в MonoMod.MonoModder.MapDependencies(ModuleDefinition main)
  19. в MonoMod.MonoModder.MapDependencies()
  20. в ETGModInstaller.ETGModder.Mod(InstallerWindow ins, String file)
  21. в ETGModInstaller.ETGModder.Install_(InstallerWindow ins)
  22. в ETGModInstaller.ETGModder.Install(InstallerWindow ins)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement