Guest User

Untitled

a guest
May 6th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.81 KB | None | 0 0
  1. [02:28:17] [1/INFO] [tML]: Starting tModLoader v0.11.6.2 Windows client (07.05.2020)
  2. [02:28:17] [1/INFO] [tML]: Running on NetFramework 4.8
  3. [02:28:17] [1/INFO] [tML]: Executable: C:\Program Files (x86)\Steam\steamapps\common\Terraria\Terraria.exe
  4. [02:28:17] [1/INFO] [tML]: Working Directory: C:\Program Files (x86)\Steam\steamapps\common\Terraria
  5. [02:28:17] [1/INFO] [tML]: Launch Parameters:
  6. [02:28:17] [1/DEBUG] [tML]: Assembly Resolve: -> MonoMod.RuntimeDetour, Version=19.12.19.1, Culture=neutral, PublicKeyToken=null
  7. [02:28:17] [1/DEBUG] [tML]: Assembly Resolve: MonoMod.RuntimeDetour, Version=19.12.19.1, Culture=neutral, PublicKeyToken=null -> MonoMod.Utils, Version=19.12.19.1, Culture=neutral, PublicKeyToken=null
  8. [02:28:17] [1/DEBUG] [tML]: Assembly Resolve: MonoMod.RuntimeDetour, Version=19.12.19.1, Culture=neutral, PublicKeyToken=null -> Mono.Cecil, Version=0.11.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e
  9. [02:28:17] [1/DEBUG] [tML]: Assembly Resolve: -> Ionic.Zip.Reduced, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c
  10. [02:28:17] [1/DEBUG] [tML]: Assembly Resolve: -> Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
  11. [02:28:18] [1/DEBUG] [tML]: Assembly Resolve: -> Steamworks.NET, Version=9.1.0.0, Culture=neutral, PublicKeyToken=null
  12. [02:28:20] [1/DEBUG] [Terraria]: Graphics Device: NVIDIA GeForce GTX 1070 {Width:1920 Height:1080 Format:Color AspectRatio:1.777778}
  13. [02:28:20] [1/DEBUG] [Terraria]: Device Reset, Profile: Reach -> HiDef, Width: 800, Height: 480, Fullscreen: False, Display: \\.\DISPLAY1
  14. [02:28:35] [1/DEBUG] [Terraria]: Device Reset, Profile: HiDef, Width: 800 -> 1920, Height: 480 -> 1017, Fullscreen: False, Display: \\.\DISPLAY1
  15. [02:28:40] [8/DEBUG] [tML]: Assembly Resolve: -> MP3Sharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  16. [02:28:40] [8/DEBUG] [tML]: Assembly Resolve: -> NVorbis, Version=0.8.4.0, Culture=neutral, PublicKeyToken=null
  17. [02:28:41] [8/DEBUG] [tML]: Assembly Resolve: -> Mono.Cecil.Mdb, Version=0.11.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e
  18. [02:28:41] [8/DEBUG] [tML]: Assembly Resolve: -> Mono.Cecil.Pdb, Version=0.11.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e
  19. [02:28:42] [8/INFO] [Terraria]: JIT loading finished
  20. [02:28:42] [7/INFO] [tML]: Unloading mods
  21. [02:28:43] [7/INFO] [tML]: Finding Mods...
  22. [02:28:43] [7/INFO] [tML]: Sandboxing: CalamityMod
  23. [02:28:44] [7/INFO] [tML]: Sandboxing: CalamityModMusic
  24. [02:28:44] [7/INFO] [tML]: Sandboxing: AlchemistNPCLite
  25. [02:28:44] [7/INFO] [tML]: Sandboxing: BossChecklist
  26. [02:28:44] [7/INFO] [tML]: Sandboxing: FKBossHealthBar
  27. [02:28:45] [7/INFO] [tML]: Sandboxing: FreshStart
  28. [02:28:45] [7/INFO] [tML]: Sandboxing: HelpfulHotkeys
  29. [02:28:45] [7/INFO] [tML]: Sandboxing: MagicStorage
  30. [02:28:45] [7/INFO] [tML]: Sandboxing: RecipeBrowser
  31. [02:28:45] [7/INFO] [tML]: Sandboxing: ShorterRespawn
  32. [02:28:45] [7/INFO] [tML]: Sandboxing: WingSlot
  33. [02:28:45] [7/INFO] [tML]: Instantiating Mods...
  34. [02:28:45] [7/INFO] [tML]: Initializing: ModLoader v0.11.6.2
  35. [02:28:46] [7/INFO] [tML]: Initializing: CalamityMod v1.4.4.3
  36. [02:28:49] [7/DEBUG] [tML]: Assembly Resolve: CalamityMod_0, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null -> TerrariaHooks, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
  37. [02:28:50] [7/DEBUG] [tML]: Hook IL.Terraria.WorldGen::MakeDungeon(int, int) modified by CalamityMod_0
  38. [02:28:50] [7/INFO] [tML]: Initializing: CalamityModMusic v1.4.4.3
  39. [02:28:50] [1/WARN] [tML]: Silently Caught Exception:
  40. System.NullReferenceException: Object reference not set to an instance of an object.
  41. at CalamityModMusic.CalamityModMusic.UpdateMusic(Int32& music, MusicPriority& priority)
  42. at Terraria.ModLoader.ModHooks.UpdateMusic(Int32& music, MusicPriority& priority)
  43. at Terraria.Main.UpdateAudio()
  44. at Terraria.Main.DoUpdate(GameTime gameTime)
  45. at Terraria.Main.Update(GameTime gameTime)
  46. at Microsoft.Xna.Framework.Game.Tick()
  47. at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
  48. at Microsoft.Xna.Framework.GameHost.OnIdle()
  49. at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
  50. at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
  51. at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
  52. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  53. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  54. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  55. at System.Windows.Forms.Application.Run(Form mainForm)
  56. at Microsoft.Xna.Framework.WindowsGameHost.Run()
  57. at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
  58. at Terraria.Program.LaunchGame_()
  59. at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs)
  60. at Terraria.WindowsLaunch.Main(String[] args)
  61.  
  62. [02:28:50] [7/INFO] [tML]: Initializing: AlchemistNPCLite v1.7.2
  63. [02:28:50] [7/INFO] [tML]: Initializing: BossChecklist v1.1.1
  64. [02:28:50] [7/DEBUG] [tML]: Hook On.Terraria.GameContent.Events.DD2Event::WinInvasionInternal() added by BossChecklist_0
  65. [02:28:50] [7/INFO] [BossChecklist]: Boss Log integration messages will not be logged.
  66. [02:28:50] [7/INFO] [tML]: Initializing: FKBossHealthBar v1.3.2
  67. [02:28:50] [7/INFO] [tML]: Initializing: FreshStart v1.0.2
  68. [02:28:50] [7/INFO] [tML]: Initializing: HelpfulHotkeys v1.7.1
  69. [02:28:50] [7/INFO] [tML]: Initializing: MagicStorage v0.4.3.5
  70. [02:28:50] [7/INFO] [tML]: Initializing: RecipeBrowser v0.8.6
  71. [02:28:50] [7/DEBUG] [tML]: Hook On.Terraria.Recipe::FindRecipes() added by RecipeBrowser_0
  72. [02:28:50] [7/DEBUG] [tML]: Hook On.Terraria.Player::AdjTiles() added by RecipeBrowser_0
  73. [02:28:50] [7/INFO] [tML]: Initializing: ShorterRespawn v1.0
  74. [02:28:50] [7/INFO] [tML]: Initializing: WingSlot v1.7.3
  75. [02:28:50] [7/INFO] [tML]: Setting up...
  76. [02:28:50] [7/INFO] [tML]: Loading: ModLoader v0.11.6.2
  77. [02:28:50] [7/INFO] [tML]: Loading: CalamityMod v1.4.4.3
  78. [02:28:51] [7/INFO] [tML]: Loading: CalamityModMusic v1.4.4.3
  79. [02:28:52] [7/INFO] [tML]: Loading: AlchemistNPCLite v1.7.2
  80. [02:28:52] [7/INFO] [tML]: Loading: BossChecklist v1.1.1
  81. [02:28:52] [7/INFO] [tML]: Loading: FKBossHealthBar v1.3.2
  82. [02:28:52] [7/INFO] [tML]: Loading: FreshStart v1.0.2
  83. [02:28:52] [7/INFO] [tML]: Loading: HelpfulHotkeys v1.7.1
  84. [02:28:52] [7/INFO] [tML]: Loading: MagicStorage v0.4.3.5
  85. [02:28:52] [7/INFO] [tML]: Loading: RecipeBrowser v0.8.6
  86. [02:28:52] [7/INFO] [tML]: Loading: ShorterRespawn v1.0
  87. [02:28:52] [7/INFO] [tML]: Loading: WingSlot v1.7.3
  88. [02:28:52] [7/INFO] [tML]: Adding Recipes...
  89. [02:28:52] [7/DEBUG] [tML]: Assembly Resolve: -> RecipeBrowser_0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  90. [02:28:52] [7/DEBUG] [tML]: Assembly Resolve: -> RecipeBrowser_0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  91. [02:31:06] [1/DEBUG] [Terraria]: Device Reset, Profile: HiDef, Width: 1920, Height: 1017, Fullscreen: False, Display: \\.\DISPLAY1
  92. [02:31:11] [1/INFO] [tML]: Enabling Mod: DisableCorruptionSpread
  93. [02:31:12] [1/INFO] [tML]: Enabling Mod: HEROsMod
  94. [02:31:13] [24/INFO] [tML]: Unloading mods
  95. [02:31:13] [24/INFO] [tML]: Unloading: Wing Slot
  96. [02:31:13] [24/INFO] [tML]: Unloading: Shorter Respawn Time
  97. [02:31:13] [24/INFO] [tML]: Unloading: Recipe Browser
  98. [02:31:13] [24/WARN] [tML]: Silently Caught Exception:
  99. System.Threading.Tasks.TaskCanceledException: En oppgave ble avbrutt.
  100. ved System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  101. ved System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  102. ved RecipeBrowser.RecipeBrowser.<ConcurrentTaskHandler>d__16.MoveNext() i RecipeBrowser.cs:linje 190
  103. ved System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
  104. ved System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  105. ved System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  106. ved System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
  107. ved System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
  108. ved System.Threading.Tasks.Task.FinishContinuations()
  109. ved System.Threading.Tasks.Task.FinishStageThree()
  110. ved System.Threading.Tasks.Task.CancellationCleanupLogic()
  111. ved System.Threading.Tasks.Task`1.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException)
  112. ved System.Threading.Tasks.Task.DelayPromise.Complete()
  113. ved System.Threading.Tasks.Task.<>c.<Delay>b__274_0(Object state)
  114. ved System.Threading.CancellationCallbackInfo.ExecutionContextCallback(Object obj)
  115. ved System.Threading.CancellationCallbackInfo.ExecuteCallback()
  116. ved System.Threading.CancellationTokenSource.CancellationCallbackCoreWork(CancellationCallbackCoreWorkArguments args)
  117. ved System.Threading.CancellationTokenSource.ExecuteCallbackHandlers(Boolean throwOnFirstException)
  118. ved System.Threading.CancellationTokenSource.NotifyCancellation(Boolean throwOnFirstException)
  119. ved RecipeBrowser.RecipeBrowser.Unload() i RecipeBrowser.cs:linje 129
  120. ved Terraria.ModLoader.Mod.UnloadContent()
  121. ved Terraria.ModLoader.ModContent.UnloadModContent()
  122. ved Terraria.ModLoader.ModLoader.do_Unload()
  123. ved Terraria.ModLoader.ModLoader.Unload()
  124. ved Terraria.ModLoader.ModLoader.Load(CancellationToken token)
  125. ved Terraria.ModLoader.ModLoader.<>c__DisplayClass42_0.<BeginLoad>b__0()
  126. ved System.Threading.Tasks.Task.InnerInvoke()
  127. ved System.Threading.Tasks.Task.Execute()
  128. ved System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
  129. ved System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  130. ved System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  131. ved System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
  132. ved System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
  133. ved System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  134. ved System.Threading.ThreadPoolWorkQueue.Dispatch()
  135. ved System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  136.  
  137. [02:31:13] [24/DEBUG] [tML]: Unloaded 2 hooks, 2 detours and 2 native detours from RecipeBrowser
  138. [02:31:13] [24/INFO] [tML]: Unloading: Magic Storage
  139. [02:31:13] [24/INFO] [tML]: Unloading: Helpful Hotkeys
  140. [02:31:13] [24/INFO] [tML]: Unloading: Fresh Start
  141. [02:31:13] [24/INFO] [tML]: Unloading: Yet Another Boss Health Bar
  142. [02:31:13] [24/INFO] [tML]: Unloading: Boss Checklist
  143. [02:31:13] [24/DEBUG] [tML]: Unloaded 1 hooks, 1 detours and 1 native detours from BossChecklist
  144. [02:31:13] [24/INFO] [tML]: Unloading: AlchemistNPC Lite
  145. [02:31:13] [24/INFO] [tML]: Unloading: Calamity Mod Music
  146. [02:31:13] [24/INFO] [tML]: Unloading: Calamity Mod (No Calamity Music)
  147. [02:31:13] [24/DEBUG] [tML]: Unloaded 0 hooks, 1 detours and 1 native detours from CalamityMod
  148. [02:31:13] [24/INFO] [tML]: Unloading: tModLoader
  149. [02:31:13] [24/INFO] [tML]: Finding Mods...
  150. [02:31:13] [24/INFO] [tML]: Sandboxing: CalamityMod
  151. [02:31:13] [24/INFO] [tML]: Sandboxing: CalamityModMusic
  152. [02:31:13] [24/INFO] [tML]: Sandboxing: AlchemistNPCLite
  153. [02:31:13] [24/INFO] [tML]: Sandboxing: BossChecklist
  154. [02:31:13] [24/INFO] [tML]: Sandboxing: DisableCorruptionSpread
  155. [02:31:13] [24/INFO] [tML]: Sandboxing: FKBossHealthBar
  156. [02:31:13] [24/INFO] [tML]: Sandboxing: FreshStart
  157. [02:31:13] [24/INFO] [tML]: Sandboxing: HelpfulHotkeys
  158. [02:31:13] [24/INFO] [tML]: Sandboxing: HEROsMod
  159. [02:31:13] [24/INFO] [tML]: Sandboxing: MagicStorage
  160. [02:31:13] [24/INFO] [tML]: Sandboxing: RecipeBrowser
  161. [02:31:13] [24/INFO] [tML]: Sandboxing: ShorterRespawn
  162. [02:31:13] [24/INFO] [tML]: Sandboxing: WingSlot
  163. [02:31:13] [24/INFO] [tML]: Instantiating Mods...
  164. [02:31:13] [24/INFO] [tML]: Initializing: ModLoader v0.11.6.2
  165. [02:31:14] [24/INFO] [tML]: Initializing: CalamityMod v1.4.4.3
  166. [02:31:18] [24/DEBUG] [tML]: Hook IL.Terraria.WorldGen::MakeDungeon(int, int) modified by CalamityMod_0
  167. [02:31:18] [24/INFO] [tML]: Initializing: CalamityModMusic v1.4.4.3
  168. [02:31:18] [24/INFO] [tML]: Initializing: AlchemistNPCLite v1.7.2
  169. [02:31:18] [24/INFO] [tML]: Initializing: BossChecklist v1.1.1
  170. [02:31:18] [24/DEBUG] [tML]: Hook On.Terraria.GameContent.Events.DD2Event::WinInvasionInternal() added by BossChecklist_0
  171. [02:31:18] [24/INFO] [BossChecklist]: Boss Log integration messages will not be logged.
  172. [02:31:18] [24/INFO] [tML]: Initializing: DisableCorruptionSpread v1.1
  173. [02:31:18] [24/DEBUG] [tML]: Hook IL.Terraria.WorldGen::hardUpdateWorld(int, int) modified by DisableCorruptionSpread_0
  174. [02:31:18] [24/DEBUG] [tML]: Hook IL.Terraria.WorldGen::UpdateWorld() modified by DisableCorruptionSpread_0
  175. [02:31:18] [24/DEBUG] [tML]: Hook IL.Terraria.WorldGen::SmashAltar(int, int) modified by DisableCorruptionSpread_0
  176. [02:31:18] [24/INFO] [tML]: Initializing: FKBossHealthBar v1.3.2
  177. [02:31:18] [24/INFO] [tML]: Initializing: FreshStart v1.0.2
  178. [02:31:18] [24/INFO] [tML]: Initializing: HelpfulHotkeys v1.7.1
  179. [02:31:18] [24/INFO] [tML]: Initializing: HEROsMod v0.3.5.1
  180. [02:31:19] [24/INFO] [tML]: Initializing: MagicStorage v0.4.3.5
  181. [02:31:19] [24/INFO] [tML]: Initializing: RecipeBrowser v0.8.6
  182. [02:31:19] [24/DEBUG] [tML]: Hook On.Terraria.Recipe::FindRecipes() added by RecipeBrowser_0
  183. [02:31:19] [24/DEBUG] [tML]: Hook On.Terraria.Player::AdjTiles() added by RecipeBrowser_0
  184. [02:31:19] [24/INFO] [tML]: Initializing: ShorterRespawn v1.0
  185. [02:31:19] [24/INFO] [tML]: Initializing: WingSlot v1.7.3
  186. [02:31:19] [24/INFO] [tML]: Setting up...
  187. [02:31:19] [24/INFO] [tML]: Loading: ModLoader v0.11.6.2
  188. [02:31:19] [24/INFO] [tML]: Loading: CalamityMod v1.4.4.3
  189. [02:31:19] [24/INFO] [tML]: Loading: CalamityModMusic v1.4.4.3
  190. [02:31:19] [24/INFO] [tML]: Loading: AlchemistNPCLite v1.7.2
  191. [02:31:19] [24/INFO] [tML]: Loading: BossChecklist v1.1.1
  192. [02:31:19] [24/INFO] [tML]: Loading: DisableCorruptionSpread v1.1
  193. [02:31:19] [24/INFO] [tML]: Loading: FKBossHealthBar v1.3.2
  194. [02:31:19] [24/INFO] [tML]: Loading: FreshStart v1.0.2
  195. [02:31:19] [24/INFO] [tML]: Loading: HelpfulHotkeys v1.7.1
  196. [02:31:19] [24/INFO] [tML]: Loading: HEROsMod v0.3.5.1
  197. [02:31:19] [24/INFO] [tML]: Loading: MagicStorage v0.4.3.5
  198. [02:31:19] [24/INFO] [tML]: Loading: RecipeBrowser v0.8.6
  199. [02:31:19] [24/INFO] [tML]: Loading: ShorterRespawn v1.0
  200. [02:31:19] [24/INFO] [tML]: Loading: WingSlot v1.7.3
  201. [02:31:19] [24/INFO] [tML]: Adding Recipes...
  202. [02:31:24] [18/INFO] [Terraria]: Connecting to 172.255.12.105:7777
  203. [02:31:27] [1/INFO] [tML]: Server reports AllowVanillaClients set to False
  204. [02:31:27] [1/INFO] [tML]: Disabling Mod: DisableCorruptionSpread
  205. [02:31:27] [1/INFO] [tML]: Disabling Mod: HEROsMod
  206. [02:31:27] [22/INFO] [tML]: Unloading mods
  207. [02:31:27] [22/INFO] [tML]: Unloading: Wing Slot
  208. [02:31:27] [22/INFO] [tML]: Unloading: Shorter Respawn Time
  209. [02:31:27] [22/INFO] [tML]: Unloading: Recipe Browser
  210. [02:31:27] [22/DEBUG] [tML]: Unloaded 2 hooks, 2 detours and 2 native detours from RecipeBrowser
  211. [02:31:27] [22/INFO] [tML]: Unloading: Magic Storage
  212. [02:31:27] [22/INFO] [tML]: Unloading: HERO's Mod
  213. [02:31:27] [22/INFO] [tML]: Unloading: Helpful Hotkeys
  214. [02:31:27] [22/INFO] [tML]: Unloading: Fresh Start
  215. [02:31:27] [22/INFO] [tML]: Unloading: Yet Another Boss Health Bar
  216. [02:31:27] [22/INFO] [tML]: Unloading: Begone, Evil! (Disable Evil Biome Spread)
  217. [02:31:27] [22/DEBUG] [tML]: Unloaded 0 hooks, 3 detours and 3 native detours from DisableCorruptionSpread
  218. [02:31:27] [22/INFO] [tML]: Unloading: Boss Checklist
  219. [02:31:27] [22/DEBUG] [tML]: Unloaded 1 hooks, 1 detours and 1 native detours from BossChecklist
  220. [02:31:27] [22/INFO] [tML]: Unloading: AlchemistNPC Lite
  221. [02:31:27] [22/INFO] [tML]: Unloading: Calamity Mod Music
  222. [02:31:27] [22/INFO] [tML]: Unloading: Calamity Mod (No Calamity Music)
  223. [02:31:27] [22/DEBUG] [tML]: Unloaded 0 hooks, 1 detours and 1 native detours from CalamityMod
  224. [02:31:27] [22/INFO] [tML]: Unloading: tModLoader
  225. [02:31:27] [22/WARN] [tML]: DisableCorruptionSpread not fully unloaded during unload.
  226. [02:31:27] [22/WARN] [tML]: HEROsMod not fully unloaded during unload.
  227. [02:31:27] [22/WARN] [tML]: ShorterRespawn not fully unloaded during unload.
  228. [02:31:27] [22/INFO] [tML]: Finding Mods...
  229. [02:31:27] [22/INFO] [tML]: Sandboxing: CalamityMod
  230. [02:31:27] [22/INFO] [tML]: Sandboxing: CalamityModMusic
  231. [02:31:27] [22/INFO] [tML]: Sandboxing: AlchemistNPCLite
  232. [02:31:27] [22/INFO] [tML]: Sandboxing: BossChecklist
  233. [02:31:27] [22/INFO] [tML]: Sandboxing: FKBossHealthBar
  234. [02:31:27] [22/INFO] [tML]: Sandboxing: FreshStart
  235. [02:31:27] [22/INFO] [tML]: Sandboxing: HelpfulHotkeys
  236. [02:31:27] [22/INFO] [tML]: Sandboxing: MagicStorage
  237. [02:31:27] [22/INFO] [tML]: Sandboxing: RecipeBrowser
  238. [02:31:27] [22/INFO] [tML]: Sandboxing: ShorterRespawn
  239. [02:31:27] [22/INFO] [tML]: Sandboxing: WingSlot
  240. [02:31:27] [22/INFO] [tML]: Instantiating Mods...
  241. [02:31:27] [22/INFO] [tML]: Initializing: ModLoader v0.11.6.2
  242. [02:31:27] [22/INFO] [tML]: Initializing: CalamityMod v1.4.4.3
  243. [02:31:38] [22/DEBUG] [tML]: Hook IL.Terraria.WorldGen::MakeDungeon(int, int) modified by CalamityMod_0
  244. [02:31:38] [22/INFO] [tML]: Initializing: CalamityModMusic v1.4.4.3
  245. [02:31:38] [22/INFO] [tML]: Initializing: AlchemistNPCLite v1.7.2
  246. [02:31:38] [22/INFO] [tML]: Initializing: BossChecklist v1.1.1
  247. [02:31:39] [22/DEBUG] [tML]: Hook On.Terraria.GameContent.Events.DD2Event::WinInvasionInternal() added by BossChecklist_0
  248. [02:31:39] [22/INFO] [BossChecklist]: Boss Log integration messages will not be logged.
  249. [02:31:39] [22/INFO] [tML]: Initializing: FKBossHealthBar v1.3.2
  250. [02:31:39] [22/INFO] [tML]: Initializing: FreshStart v1.0.2
  251. [02:31:39] [22/INFO] [tML]: Initializing: HelpfulHotkeys v1.7.1
  252. [02:31:39] [22/INFO] [tML]: Initializing: MagicStorage v0.4.3.5
  253. [02:31:39] [22/INFO] [tML]: Initializing: RecipeBrowser v0.8.6
  254. [02:31:39] [22/DEBUG] [tML]: Hook On.Terraria.Recipe::FindRecipes() added by RecipeBrowser_0
  255. [02:31:39] [22/DEBUG] [tML]: Hook On.Terraria.Player::AdjTiles() added by RecipeBrowser_0
  256. [02:31:39] [22/INFO] [tML]: Initializing: ShorterRespawn v1.0
  257. [02:31:39] [22/INFO] [tML]: Initializing: WingSlot v1.7.3
  258. [02:31:39] [22/INFO] [tML]: Setting up...
  259. [02:31:39] [22/INFO] [tML]: Loading: ModLoader v0.11.6.2
  260. [02:31:39] [22/INFO] [tML]: Loading: CalamityMod v1.4.4.3
  261. [02:31:39] [22/INFO] [tML]: Loading: CalamityModMusic v1.4.4.3
  262. [02:31:39] [22/INFO] [tML]: Loading: AlchemistNPCLite v1.7.2
  263. [02:31:39] [22/INFO] [tML]: Loading: BossChecklist v1.1.1
  264. [02:31:39] [22/INFO] [tML]: Loading: FKBossHealthBar v1.3.2
  265. [02:31:39] [22/INFO] [tML]: Loading: FreshStart v1.0.2
  266. [02:31:39] [22/INFO] [tML]: Loading: HelpfulHotkeys v1.7.1
  267. [02:31:39] [22/INFO] [tML]: Loading: MagicStorage v0.4.3.5
  268. [02:31:39] [22/INFO] [tML]: Loading: RecipeBrowser v0.8.6
  269. [02:31:39] [22/INFO] [tML]: Loading: ShorterRespawn v1.0
  270. [02:31:39] [22/INFO] [tML]: Loading: WingSlot v1.7.3
  271. [02:31:39] [22/INFO] [tML]: Adding Recipes...
  272. [02:31:40] [18/INFO] [StatusText]: Loading map data
  273. [02:31:40] [18/INFO] [StatusText]: Drawing map
  274. [02:31:41] [18/INFO] [StatusText]: Receiving tile data
  275. [02:31:41] [1/INFO] [Terraria]: Entering world with player: Theseus, IsCloud=True
  276. [02:31:42] [1/DEBUG] [tML]: Assembly Resolve: AlchemistNPCLite_0, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null -> CalamityMod_0, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
  277. [02:32:49] [10/INFO] [StatusText]: Saving map data
  278. [02:32:54] [11/INFO] [tML]: Unloading mods
  279. [02:32:54] [11/INFO] [tML]: Unloading: Wing Slot
  280. [02:32:54] [11/INFO] [tML]: Unloading: Shorter Respawn Time
  281. [02:32:54] [11/INFO] [tML]: Unloading: Recipe Browser
  282. [02:32:54] [11/DEBUG] [tML]: Unloaded 2 hooks, 2 detours and 2 native detours from RecipeBrowser
  283. [02:32:54] [11/INFO] [tML]: Unloading: Magic Storage
  284. [02:32:54] [11/INFO] [tML]: Unloading: Helpful Hotkeys
  285. [02:32:54] [11/INFO] [tML]: Unloading: Fresh Start
  286. [02:32:54] [11/INFO] [tML]: Unloading: Yet Another Boss Health Bar
  287. [02:32:54] [11/INFO] [tML]: Unloading: Boss Checklist
  288. [02:32:54] [11/DEBUG] [tML]: Unloaded 1 hooks, 1 detours and 1 native detours from BossChecklist
  289. [02:32:54] [11/INFO] [tML]: Unloading: AlchemistNPC Lite
  290. [02:32:54] [11/INFO] [tML]: Unloading: Calamity Mod Music
  291. [02:32:54] [11/WARN] [tML]: Silently Caught Exception:
  292. System.IO.IOException: Shared entry read streams not closed: Sounds/Music/Calamity.ogg
  293. ved Terraria.ModLoader.Core.TmodFile.Close()
  294. ved Terraria.ModLoader.Core.TmodFile.DisposeWrapper.Dispose()
  295. ved Terraria.ModLoader.Mod.Close()
  296. ved CalamityModMusic.CalamityModMusic.Close()
  297. ved Terraria.ModLoader.ModContent.UnloadModContent()
  298. ved Terraria.ModLoader.ModLoader.do_Unload()
  299. ved Terraria.ModLoader.ModLoader.Unload()
  300. ved Terraria.ModLoader.ModLoader.Load(CancellationToken token)
  301. ved Terraria.ModLoader.ModLoader.<>c__DisplayClass42_0.<BeginLoad>b__0()
  302. ved System.Threading.Tasks.Task.InnerInvoke()
  303. ved System.Threading.Tasks.Task.Execute()
  304. ved System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
  305. ved System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  306. ved System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  307. ved System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
  308. ved System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
  309. ved System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  310. ved System.Threading.ThreadPoolWorkQueue.Dispatch()
  311. ved System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  312.  
  313. [02:32:54] [11/FATAL] [tML]: One or more errors occured while unloading and tModLoader must be restarted to prevent further issues.
  314. CalamityModMusic was unable to unload properly. Modders must use defensive programming to ensure unloading completes regardless of any errors during loading.
  315. System.IO.IOException: Shared entry read streams not closed: Sounds/Music/Calamity.ogg
  316. ved Terraria.ModLoader.Core.TmodFile.Close()
  317. ved Terraria.ModLoader.Core.TmodFile.DisposeWrapper.Dispose()
  318. ved Terraria.ModLoader.Mod.Close()
  319. ved CalamityModMusic.CalamityModMusic.Close()
  320. ved Terraria.ModLoader.ModContent.UnloadModContent()
  321. ved Terraria.ModLoader.ModLoader.do_Unload()
  322. ved Terraria.ModLoader.ModLoader.Unload()
  323. [02:32:55] [1/DEBUG] [tML]: Process.Start (UseShellExecute = True): "C:\Users\Paarthy\Documents\My Games\Terraria\ModLoader\Logs\client.log"
Add Comment
Please, Sign In to add comment