Advertisement
Guest User

Untitled

a guest
Jun 19th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. (6/19/2015 10:20 AM) [LOG]: LegendaryClient Started Up Successfully
  2. (6/19/2015 10:20 AM) [EXCEPTION]: A first chance exception was thrown
  3. (6/19/2015 10:20 AM) [EXCEPTION]: Could not load file or assembly 'mscorlib.XmlSerializers, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
  4. (6/19/2015 10:20 AM) [EXCEPTION]: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  5. at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  6. (6/19/2015 10:20 AM) [LOG]: DataDragon Version: 5.11.1
  7. (6/19/2015 10:20 AM) [LOG]: Current DataDragon Version: 5.11.1
  8. (6/19/2015 10:20 AM) [LOG]: DDragon Version (LOL Version) = 5.11.1
  9. (6/19/2015 10:20 AM) [LOG]: Air Assets Version: 0.0.1.148
  10. (6/19/2015 10:20 AM) [LOG]: Current Air Assets Version: 0.0.1.148
  11. (6/19/2015 10:20 AM) [LOG]: Checking Theme...
  12. (6/19/2015 10:20 AM) [LOG]: Trying to detect League of Legends GameClient
  13. (6/19/2015 10:20 AM) [LOG]: League of Legends is located at: C:\Riot Games\League of Legends\
  14. (6/19/2015 10:20 AM) [LOG]: Latest League of Legends GameClient: 0.0.1.93
  15. (6/19/2015 10:20 AM) [LOG]: Checking if League of Legends is Up-To-Date
  16. (6/19/2015 10:20 AM) [LOG]: League of Legends is Up-To-Date
  17. (6/19/2015 10:20 AM) [LOG]: LegendaryClient Has Finished Patching
  18. (6/19/2015 10:20 AM) [EXCEPTION]: A first chance exception was thrown
  19. (6/19/2015 10:20 AM) [EXCEPTION]: Index was outside the bounds of the array.
  20. (6/19/2015 10:20 AM) [EXCEPTION]: at LegendaryClient.Windows.LoginPage..ctor() in c:\Users\Betty\Desktop\Coding\LegendaryClient\LegendaryClient\Windows\LoginPage.xaml.cs:line 301
  21. (6/19/2015 10:21 AM) [EXCEPTION]: A first chance exception was thrown
  22. (6/19/2015 10:21 AM) [EXCEPTION]: An existing connection was forcibly closed by the remote host
  23. (6/19/2015 10:21 AM) [EXCEPTION]: at System.Net.Sockets.Socket.BeginSend(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
  24. (6/19/2015 10:21 AM) [EXCEPTION]: A first chance exception was thrown
  25. (6/19/2015 10:21 AM) [EXCEPTION]: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
  26. (6/19/2015 10:21 AM) [EXCEPTION]: at System.Net.Sockets.NetworkStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
  27. (6/19/2015 10:21 AM) [EXCEPTION]: A first chance exception was thrown
  28. (6/19/2015 10:21 AM) [EXCEPTION]: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
  29. (6/19/2015 10:21 AM) [EXCEPTION]: at System.Net.Sockets.NetworkStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
  30. at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
  31. at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
  32. (6/19/2015 10:21 AM) [UNHANDLEDEXCEPTION]: An unhandled exception was thrown
  33. (6/19/2015 10:21 AM) [UNHANDLEDEXCEPTION]: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
  34. (6/19/2015 10:21 AM) [UNHANDLEDEXCEPTION]: at System.Net.Sockets.NetworkStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
  35. at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
  36. at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
  37. at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
  38. at System.Net.Security.SslStream.BeginAuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation, AsyncCallback asyncCallback, Object asyncState)
  39. at System.Net.Security.SslStream.BeginAuthenticateAsClient(String targetHost, AsyncCallback asyncCallback, Object asyncState)
  40. at PVPNetConnect.PVPNetConnection.<>c__DisplayClass244.<Connect>b__243() in c:\Users\Betty\Desktop\Coding\LegendaryClient\PVPNetConnect\PVPNetConnection.cs:line 198
  41. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  42. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  43. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  44. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  45. at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement