octgn / OCTGN

Online Card and Tabletop Gaming Network
http://www.octgn.net
Other
359 stars 129 forks source link

Crash when reconnecting #1062

Closed db0 closed 11 years ago

db0 commented 11 years ago

Setup a test for the reconnect. Host was a WinXP VM. Client was a Win 7. Disconnected LAN from VM settings and got disconnect. Re-enabled LAN on VM and got a reconnect followed by a crash on the Win 7 OCTGN-test.

 INFO  2013-10-08 21:50:26,148 3.1.91.220 [1] Octgn.Scripting.GameEventProxy [(null)] - Firing event OnMoveCard -> OnMoveCard
 ERROR 2013-10-08 21:51:12,924 3.1.91.220 [22] Octgn.Networking.ClientSocket [(null)] - EndReceive
 System.Net.Sockets.SocketException (0x80004005): 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
   at Octgn.Core.Networking.SocketBase.EndReceive(IAsyncResult res) in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 137
INFO  2013-10-08 21:51:20,672 3.1.91.220 [17] Octgn.Tabs.Watch.WatchList [(null)] - Updating twitch.tv live list
 INFO  2013-10-08 21:51:21,067 3.1.91.220 [17] Octgn.Program [(null)] - SSL Request
 INFO  2013-10-08 21:51:21,068 3.1.91.220 [17] Octgn.Program [(null)] - No SSL Errors Detected
 INFO  2013-10-08 21:51:21,272 3.1.91.220 [17] Octgn.Tabs.Watch.WatchList [(null)] - Iterating streams
 INFO  2013-10-08 21:51:21,273 3.1.91.220 [1] Octgn.Tabs.Watch.WatchList [(null)] - Adding new Stream
 INFO  2013-10-08 21:51:21,273 3.1.91.220 [1] Octgn.Tabs.Watch.WatchList [(null)] - Removing streams that went bye bye 
 ERROR 2013-10-08 21:51:34,140 3.1.91.220 [4] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): 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 192.168.32.128:5119
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 67
FATAL 2013-10-08 21:51:36,497 3.1.91.220 [1] Octgn.OctgnApp [(null)] - UNHANDLED EXCEPTION [Game Android-Netrunner 3.4.2.1 0f38e453-26df-4c04-9d67-6d43de939c77] [Username db0] 
 System.ArgumentException: An item with the same key has already been added.
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Octgn.Play.State.GameSaveState.Load(GameEngine engine, Player fromPlayer) in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn\Play\State\GameSaveState.cs:line 57
   at Octgn.Networking.Handler.GameState(Player fromPlayer, String strstate) in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn\Networking\ClientHandler.cs:line 1064
   at Octgn.Networking.BinaryParser.Parse(Byte[] data) in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn\Networking\BinaryParser.cs:line 752
   at Octgn.Networking.Handler.ReceiveMessage(Byte[] data) in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn\Networking\ClientHandler.cs:line 49
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run()
   at Octgn.OctgnApp.Main() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn\obj\Release_Test\App.g.cs:line 0
db0 commented 11 years ago

Tried swapped scenario. Hosted on Win 7. Connected with VM WinXP. Same crash on the WinXP client immediately upone reconnect

 INFO  2013-10-08 22:00:27,453 3.1.91.220 [1] Octgn.Scripting.GameEventProxy [(null)] - Firing event OnMoveCard -> OnMoveCard
 ERROR 2013-10-08 22:00:47,625 3.1.91.220 [4] Octgn.Networking.ClientSocket [(null)] - EndReceive
 System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
   at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
   at Octgn.Core.Networking.SocketBase.EndReceive(IAsyncResult res) in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 135
ERROR 2013-10-08 22:00:47,875 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
ERROR 2013-10-08 22:00:48,906 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
ERROR 2013-10-08 22:00:49,906 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
ERROR 2013-10-08 22:00:50,906 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
ERROR 2013-10-08 22:00:51,906 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
ERROR 2013-10-08 22:00:52,906 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
ERROR 2013-10-08 22:00:53,906 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
ERROR 2013-10-08 22:00:54,906 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
ERROR 2013-10-08 22:00:55,906 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
ERROR 2013-10-08 22:00:56,906 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
ERROR 2013-10-08 22:00:57,906 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
ERROR 2013-10-08 22:00:58,906 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
ERROR 2013-10-08 22:00:59,906 3.1.91.220 [17] Octgn.Networking.ClientSocket [(null)] - DoReconnect
 System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host 192.168.1.200:5792
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
   at Octgn.Core.Networking.SocketBase.Connect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\SocketBase.cs:line 59
   at Octgn.Core.Networking.ReconnectingSocketBase.DoReconnect() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn.Core\Networking\ReconnectingSocketBase.cs:line 66
FATAL 2013-10-08 22:01:01,343 3.1.91.220 [1] Octgn.OctgnApp [(null)] - UNHANDLED EXCEPTION [Game Android-Netrunner 3.4.2.1 0f38e453-26df-4c04-9d67-6d43de939c77] [Username dbzer0] 
 System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Octgn.Play.State.GameSaveState.Load(GameEngine engine, Player fromPlayer) in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn\Play\State\GameSaveState.cs:line 57
   at Octgn.Networking.Handler.GameState(Player fromPlayer, String strstate) in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn\Networking\ClientHandler.cs:line 1062
   at Octgn.Networking.BinaryParser.Parse(Byte[] data) in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn\Networking\BinaryParser.cs:line 751
   at Octgn.Networking.Handler.ReceiveMessage(Byte[] data) in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn\Networking\ClientHandler.cs:line 49
   at Octgn.Networking.ClientSocket.<>c__DisplayClass3.<OnDataReceived>b__2() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn\Networking\ClientSocket.cs:line 76
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at Octgn.OctgnApp.Main() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-ReleaseTest\octgnFX\Octgn\obj\Release_Test\App.g.cs:line 0
INFO  2013-10-08 22:01:02,296 3.1.91.220 [17] Octgn.Tabs.Watch.WatchList [(null)] - Updating twitch.tv live list
 INFO  2013-10-08 22:01:05,734 3.1.91.220 [17] Octgn.Program [(null)] - SSL Request
 INFO  2013-10-08 22:01:05,734 3.1.91.220 [17] Octgn.Program [(null)] - Ignoring SSL Validation
 INFO  2013-10-08 22:01:05,937 3.1.91.220 [17] Octgn.Tabs.Watch.WatchList [(null)] - Iterating streams
 INFO  2013-10-08 22:01:05,937 3.1.91.220 [1] Octgn.Tabs.Watch.WatchList [(null)] - Adding new Stream
 INFO  2013-10-08 22:01:05,937 3.1.91.220 [1] Octgn.Tabs.Watch.WatchList [(null)] - Removing streams that went bye bye 
db0 commented 11 years ago

Tried the same via an online game (i.e. not self-hosted). Same result