Advertisement
Guest User

Untitled

a guest
Mar 27th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.17 KB | None | 0 0
  1. [Serverside log]
  2.  
  3.  
  4. Silently Caught Exception: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond [edited out the IP] at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at Terraria.ModLoader.ModCompile.<>c.<ActivateExceptionReporting>b__15_0(Object sender, FirstChanceExceptionEventArgs exceptionArgs)
  5. at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  6. at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  7. at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
  8. at System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
  9. at System.Net.Connection.CompleteStartConnection(Boolean async, HttpWebRequest httpWebRequest)
  10. at System.Net.Connection.CompleteStartRequest(Boolean onSubmitThread, HttpWebRequest request, TriState needReConnect)
  11. at System.Net.Connection.SubmitRequest(HttpWebRequest request, Boolean forcedsubmit)
  12. at System.Net.ServicePoint.SubmitRequest(HttpWebRequest request, String connName)
  13. at System.Net.HttpWebRequest.SubmitRequest(ServicePoint servicePoint)
  14. at System.Net.HttpWebRequest.GetResponse()
  15. at HamstarHelpers.NetHelpers.NetHelpers.MakeGetRequest(String url, Boolean& success) in c:\Users\Spinach\Documents\My Games\Terraria\ModLoader\Mod Sources\HamstarHelpers\Helpers\NPCHelpers\NPCFinderHelpers.cs:line 24
  16. at HamstarHelpers.NetHelpers.NetHelpers.<>c__DisplayClass10.<MakeGetRequestAsync>b__f(Object _) in c:\Users\Spinach\Documents\My Games\Terraria\ModLoader\Mod Sources\HamstarHelpers\Helpers\NPCHelpers\NPCHelpers_Obsolete.cs:line 31
  17. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  18. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  19. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  20. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  21. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  22. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  23.  
  24. 1:001:00026 - 000042.24 Server connection data added to browser. Client connect data processed.
  25. 1:001:00000 - 000000.00 >RewardsModSaveProtocol SendData -1, -1: {"Uid":"ff0f551c-77c4-4078-b586-546ea6b7f83d","IsVerbose":true}
  26. Tried saving the VeinMiner config when saving it was blocked. Should not have happened.
  27. 0:001:00000 - 000002.26 PacketProtocol.GetProtocols() - HHModSettingsProtocol
  28. 0:001:00001 - 000002.26 PacketProtocol.GetProtocols() - HHModDataProtocol
  29. 0:001:00002 - 000002.26 PacketProtocol.GetProtocols() - HHPlayerPermaDeathProtocol
  30. 0:001:00003 - 000002.26 PacketProtocol.GetProtocols() - HHPingProtocol
  31. 0:001:00004 - 000002.26 PacketProtocol.GetProtocols() - HHPlayerDataProtocol
  32. 0:001:00005 - 000002.26 PacketProtocol.GetProtocols() - ResetModeModSettingsProtocol
  33. 0:001:00006 - 000002.26 PacketProtocol.GetProtocols() - ResetModePlayerResetProtocol
  34. 0:001:00007 - 000002.26 PacketProtocol.GetProtocols() - ResetModePlayerResetConfirmProtocol
  35. 0:001:00008 - 000002.26 PacketProtocol.GetProtocols() - RewardsModSettingsProtocol
  36. 0:001:00009 - 000002.26 PacketProtocol.GetProtocols() - RewardsModKillDataProtocol
  37. 0:001:00010 - 000002.26 PacketProtocol.GetProtocols() - RewardsModKillRewardProtocol
  38. 0:001:00011 - 000002.26 PacketProtocol.GetProtocols() - RewardsModSpendRewardsProtocol
  39. 0:001:00012 - 000002.26 PacketProtocol.GetProtocols() - RewardsModSaveProtocol
  40.  
  41.  
  42. [A whole bunch of unrelated info, mostly about the Rewards mod]
  43.  
  44.  
  45. 1:001:00026 - 000042.63 Server connection data added to browser. Client connect data processed.
  46. Silently Caught Exception: Specified argument was out of the range of valid values.
  47. Parameter name: row at VeinMiner.BitArray2D.Get(Int32 col, Int32 row) at Terraria.ModLoader.ModCompile.<>c.<ActivateExceptionReporting>b__15_0(Object sender, FirstChanceExceptionEventArgs exceptionArgs)
  48. at VeinMiner.BitArray2D.Get(Int32 col, Int32 row)
  49. at VeinMiner.VeinMinerTile.KillTile(Int32 i, Int32 j, Int32 type, Boolean& fail, Boolean& effectOnly, Boolean& noItem)
  50. at Terraria.ModLoader.TileLoader.KillTile(Int32 i, Int32 j, Int32 type, Boolean& fail, Boolean& effectOnly, Boolean& noItem)
  51. at Terraria.WorldGen.KillTile(Int32 i, Int32 j, Boolean fail, Boolean effectOnly, Boolean noItem)
  52. at Terraria.Player.PickTile(Int32 x, Int32 y, Int32 pickPower)
  53. at Terraria.Player.ItemCheck(Int32 i)
  54. at Terraria.Player.ItemCheckWrapped(Int32 i)
  55. at Terraria.Player.Update(Int32 i)
  56. at Terraria.Main.DoUpdate(GameTime gameTime)
  57. at Terraria.Main.Update(GameTime gameTime)
  58. at Microsoft.Xna.Framework.Game.Tick()
  59. at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
  60. at Microsoft.Xna.Framework.GameHost.OnIdle()
  61. at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
  62. at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
  63. at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
  64. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  65. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  66. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  67. at System.Windows.Forms.Application.Run(Form mainForm)
  68. at Microsoft.Xna.Framework.WindowsGameHost.Run()
  69. at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
  70. at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs)
  71. at Terraria.WindowsLaunch.Main(String[] args)
  72.  
  73. Silently Caught Exception: Specified argument was out of the range of valid values.
  74. Parameter name: row at VeinMiner.BitArray2D.Get(Int32 col, Int32 row) at Terraria.ModLoader.ModCompile.<>c.<ActivateExceptionReporting>b__15_0(Object sender, FirstChanceExceptionEventArgs exceptionArgs)
  75. at VeinMiner.BitArray2D.Get(Int32 col, Int32 row)
  76. at VeinMiner.VeinMinerTile.KillTile(Int32 i, Int32 j, Int32 type, Boolean& fail, Boolean& effectOnly, Boolean& noItem)
  77. at Terraria.ModLoader.TileLoader.KillTile(Int32 i, Int32 j, Int32 type, Boolean& fail, Boolean& effectOnly, Boolean& noItem)
  78. at Terraria.WorldGen.KillTile(Int32 i, Int32 j, Boolean fail, Boolean effectOnly, Boolean noItem)
  79. at Terraria.Player.PickTile(Int32 x, Int32 y, Int32 pickPower)
  80. at Terraria.Player.ItemCheck(Int32 i)
  81. at Terraria.Player.ItemCheckWrapped(Int32 i)
  82. at Terraria.Player.Update(Int32 i)
  83. at Terraria.Main.DoUpdate(GameTime gameTime)
  84. at Terraria.Main.Update(GameTime gameTime)
  85. at Microsoft.Xna.Framework.Game.Tick()
  86. at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
  87. at Microsoft.Xna.Framework.GameHost.OnIdle()
  88. at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
  89. at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
  90. at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
  91. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  92. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  93. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  94. at System.Windows.Forms.Application.Run(Form mainForm)
  95. at Microsoft.Xna.Framework.WindowsGameHost.Run()
  96. at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
  97. at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs)
  98. at Terraria.WindowsLaunch.Main(String[] args)
  99.  
  100. Silently Caught Exception: Specified argument was out of the range of valid values.
  101. Parameter name: row at VeinMiner.BitArray2D.Get(Int32 col, Int32 row) at Terraria.ModLoader.ModCompile.<>c.<ActivateExceptionReporting>b__15_0(Object sender, FirstChanceExceptionEventArgs exceptionArgs)
  102. at VeinMiner.BitArray2D.Get(Int32 col, Int32 row)
  103. at VeinMiner.VeinMinerTile.KillTile(Int32 i, Int32 j, Int32 type, Boolean& fail, Boolean& effectOnly, Boolean& noItem)
  104. at Terraria.ModLoader.TileLoader.KillTile(Int32 i, Int32 j, Int32 type, Boolean& fail, Boolean& effectOnly, Boolean& noItem)
  105. at Terraria.WorldGen.KillTile(Int32 i, Int32 j, Boolean fail, Boolean effectOnly, Boolean noItem)
  106. at Terraria.Player.PickTile(Int32 x, Int32 y, Int32 pickPower)
  107. at Terraria.Player.ItemCheck(Int32 i)
  108. at Terraria.Player.ItemCheckWrapped(Int32 i)
  109. at Terraria.Player.Update(Int32 i)
  110. at Terraria.Main.DoUpdate(GameTime gameTime)
  111. at Terraria.Main.Update(GameTime gameTime)
  112. at Microsoft.Xna.Framework.Game.Tick()
  113. at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
  114. at Microsoft.Xna.Framework.GameHost.OnIdle()
  115. at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
  116. at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
  117. at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
  118. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  119. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  120. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  121. at System.Windows.Forms.Application.Run(Form mainForm)
  122. at Microsoft.Xna.Framework.WindowsGameHost.Run()
  123. at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
  124. at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs)
  125. at Terraria.WindowsLaunch.Main(String[] args)
  126.  
  127. [^ Repeated each time I tried mining any non-ore block)
  128.  
  129.  
  130. [Clientside log]
  131.  
  132.  
  133. VeinMiner threw an exception Specified argument was out of the range of valid values.
  134. Parameter name: rowwhile creating a new Veinmine task:
  135. at VeinMiner.BitArray2D.Set(Int32 col, Int32 row, Boolean b)
  136. at VeinMiner.VeinMinerProcess..ctor(Point pos, UInt16 type)
  137. at VeinMiner.VeinMiner.MinedTile(Point tilePos, UInt16 tileID)
  138. 2:255:00027 - 000580.45 <RewardsModSaveProtocol Receive: {"Uid":"ff8e4825-c019-47c1-846a-fbf73da6a16f","IsVerbose":true}
  139. 2:255:00028 - 002939.90 <HHPlayerDataProtocol Receive: {"PlayerWho":0,"HasUID":true,"PrivateUID":"87d410a4-db55-4766-b516-75e9eeef8ffa","PermaBuffsById":[],"IsVerbose":true}
  140. 2:255:00029 - 002939.90 >HHPlayerDataProtocol SendData -1, 0: {"PlayerWho":0,"HasUID":false,"PrivateUID":"","PermaBuffsById":[],"IsVerbose":true}
  141. 2:255:00030 - 002939.90 <HHPlayerDataProtocol ReceiveRequest...
  142. 2:255:00031 - 002939.91 <HHModSettingsProtocol ReceiveRequest...
  143. 2:255:00032 - 002939.91 >HHModSettingsProtocol SendData 0, -1: {"Data":{"VersionSinceUpdate":"1.4.0","DebugModeNetInfo":true,"DebugModeUnhandledExceptionLogging":true,"DisableControlPanel":false,"DisableControlPanelHotkey":false,"ControlPanelIconX":0,"ControlPanelIconY":0,"AddCrimsonLeatherRecipe":true,"WorldModLockEnable":true,"WorldModLockMinimumOnly":true,"ModCallCommandEnabled":true,"ModIssueReportErrorLogMaxLines":35,"IsServerHiddenFromBrowser":false,"IsServerPromptingForBrowser":false,"ServerBrowserAutoRefreshSeconds":600},"IsVerbose":true}
  144. 2:255:00033 - 002939.91 <HHModDataProtocol ReceiveRequest...
  145. 2:255:00034 - 002939.91 >HHModDataProtocol SendData 0, -1: {"HalfDays":1,"IsVerbose":true}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement