Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 KB | None | 0 0
  1. 0 - Extracting libCef files
  2. 0.17 - The contents of cefglue.7z are being extracted to . using 7zip.exe
  3. 2.8 - Wabbajack Build - c0c0fbcdc96e8fda9eb8cb7bed0b6166f5fba3ed
  4. 14.02 - Loading ModLists from Github
  5. 1927.19 - Starting Vortex compilation for stardewvalley at D:\Mods\wabba and vortex\SDV with staging folder at C:\Users\Master\AppData\Roaming\Vortex\stardewvalley\mods and downloads folder at C:\Users\Master\AppData\Roaming\Vortex\downloads\stardewvalley.
  6. 1927.2 - Searching for vortex.deployment.json...
  7. 1927.25 - vortex.deployment.json found at D:\Mods\wabba and vortex\SDV\Mods\vortex.deployment.json
  8. 1927.26 - Parsing vortex.deployment.json...
  9. 1927.27 - Adding Archive TMX Loader-1820-1-10-6-1574796869 to ActiveArchives
  10. 1927.28 - Adding Archive SpaceCore 1.3.1.zip-1348-1-3-1-1575001470 to ActiveArchives
  11. 1927.28 - Adding Archive PyTK - Platonymous Toolkit-1726-1-12-13-1575396700 to ActiveArchives
  12. 1927.29 - Adding Archive Content Patcher 1.11-1915-1-11-0-1576457674 to ActiveArchives
  13. 1927.3 - Adding Archive Karmylla's Immersive Maps-1149-3-0-5-1576114793 to ActiveArchives
  14. 1927.3 - Adding Archive -Stardew Valley Expanded- 1.7.12-3753-1-7-12-1576035542 to ActiveArchives
  15. 1927.31 - Adding Archive Winter Grass-1601-2-0-1-1576388280 to ActiveArchives
  16. 1927.31 - Adding Archive MailFrameworkMod-v1.5.1-1536-1-5-1-1575232743 to ActiveArchives
  17. 1927.32 - Adding Archive PPJA Mega Pack-1935-NA-1576031724 to ActiveArchives
  18. 1927.33 - Adding Archive Better Artisan Good Icons-2080-1-5-0-1551768141 to ActiveArchives
  19. 1927.33 - Adding Archive PPJA Icon Pack-2925-1-2-1-1575841443 to ActiveArchives
  20. 1927.34 - Adding Archive Immersive Farm 2 Remastered - 1.7.12-3753-1-7-12-1576035586 to ActiveArchives
  21. 1927.34 - Starting pre-compilation steps
  22. 1927.35 - Getting Nexus api_key, please click authorize if a browser window appears
  23. 1927.4 -
  24. 2170.84 - Trying to create meta file for Better Artisan Good Icons-2080-1-5-0-1551768141.zip
  25. 2170.84 - Calculating hash for Better Artisan Good Icons-2080-1-5-0-1551768141.zip
  26. 2170.85 - Hash is d812980e8addd855e2087af1d83d2d93
  27. 2170.86 - Trying to create meta file for Content Patcher 1.11-1915-1-11-0-1576457674.zip
  28. 2170.87 - Calculating hash for Content Patcher 1.11-1915-1-11-0-1576457674.zip
  29. 2170.88 - Hash is d523c7e24a9991bb6856cfad3883c897
  30. 2170.88 - Trying to create meta file for MailFrameworkMod-v1.5.1-1536-1-5-1-1575232743.zip
  31. 2170.9 - Calculating hash for MailFrameworkMod-v1.5.1-1536-1-5-1-1575232743.zip
  32. 2170.9 - Hash is 5162ff6eba4a91f9324a435a01471d5a
  33. 2170.91 - Trying to create meta file for PyTK - Platonymous Toolkit-1726-1-12-13-1575396700.zip
  34. 2170.92 - Calculating hash for PyTK - Platonymous Toolkit-1726-1-12-13-1575396700.zip
  35. 2170.93 - Hash is 100dce2bbfb82ccab11c0e75c4665175
  36. 2170.94 - Trying to create meta file for SpaceCore 1.3.1.zip-1348-1-3-1-1575001470.zip
  37. 2170.95 - Calculating hash for SpaceCore 1.3.1.zip-1348-1-3-1-1575001470.zip
  38. 2170.96 - Hash is 0271f1a6f45ddcc9b58a2f491de7d742
  39. 2170.97 - Trying to create meta file for TMX Loader-1820-1-10-6-1574796869.zip
  40. 2170.98 - Calculating hash for TMX Loader-1820-1-10-6-1574796869.zip
  41. 2170.99 - Hash is 443071d1a845712e43823bbfeab955f4
  42. 2171 - Trying to create meta file for Winter Grass-1601-2-0-1-1576388280.zip
  43. 2171.01 - Calculating hash for Winter Grass-1601-2-0-1-1576388280.zip
  44. 2171.01 - Hash is 3d6d52c9e11a8f3c881ca77860fb42be
  45. 2172.42 - Compiler error - Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[Wabbajack.Lib.NexusApi.MD5Response]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
  46. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
  47. Path 'code', line 1, position 8.
  48. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  49. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  50. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  51. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  52. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  53. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  54. at Wabbajack.Common.Utils.FromJSON[T](Stream data) in d:\work\1\s\Wabbajack.Common\Utils.cs:line 400
  55. at Wabbajack.Lib.NexusApi.NexusApiClient.<Get>d__30`1.MoveNext() in d:\work\1\s\Wabbajack.Lib\NexusApi\NexusApi.cs:line 248
  56. --- End of stack trace from previous location where exception was thrown ---
  57. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  58. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  59. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  60. at Wabbajack.Lib.NexusApi.NexusApiClient.<GetModInfoFromMD5>d__37.MoveNext() in d:\work\1\s\Wabbajack.Lib\NexusApi\NexusApi.cs:line 341
  61. --- End of stack trace from previous location where exception was thrown ---
  62. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  63. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  64. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  65. at Wabbajack.Lib.VortexCompiler.<>c__DisplayClass44_0.<<CreateMetaFiles>b__0>d.MoveNext() in d:\work\1\s\Wabbajack.Lib\VortexCompiler.cs:line 355
  66. --- End of stack trace from previous location where exception was thrown ---
  67. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  68. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  69. at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
  70. at Wabbajack.Lib.VortexCompiler.<CreateMetaFiles>d__44.MoveNext() in d:\work\1\s\Wabbajack.Lib\VortexCompiler.cs:line 330
  71. --- End of stack trace from previous location where exception was thrown ---
  72. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  73. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  74. at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
  75. at Wabbajack.Lib.VortexCompiler.<_Begin>d__41.MoveNext() in d:\work\1\s\Wabbajack.Lib\VortexCompiler.cs:line 89
  76. --- End of stack trace from previous location where exception was thrown ---
  77. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  78. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  79. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  80. at Wabbajack.Lib.ABatchProcessor.<<Begin>b__44_0>d.MoveNext() in d:\work\1\s\Wabbajack.Lib\ABatchProcessor.cs:line 97
  81. --- End of stack trace from previous location where exception was thrown ---
  82. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  83. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  84. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  85. at Wabbajack.VortexCompilerVM.<>c__DisplayClass43_0.<<-ctor>b__20>d.MoveNext()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement