Advertisement
Guest User

WotNumbers

a guest
May 4th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 13.77 KB | None | 0 0
  1. **************************************************
  2. Start logging: 04-May-18 18:13:40
  3. **************************************************
  4.  
  5.  
  6. {
  7. 04-May-18 18:13:40 ### EXCEPTION ###
  8.    Source:          Anonymously Hosted DynamicMethods Assembly
  9.    TargetSite:      Boolean CallSite.Target(System.Runtime.CompilerServices.Closure, System.Runtime.CompilerServices.CallSite, System.String, System.Object)
  10.    Data:            System.Collections.ListDictionaryInternal
  11.    Message:         argument of type 'int' is not iterable
  12.    Stack Trace:
  13.    at CallSite.Target(Closure , CallSite , String , Object )
  14.    at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
  15.    at <unnamed>$55.prepareForJSON$1327(PythonFunction $function, Object bresult) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 381
  16.    at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  17.    at <unnamed>$55.dumpjson$1330(PythonFunction $function, Object bresult) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 431
  18.    at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  19.    at <unnamed>$55.main$1325(PythonFunction $function) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 176
  20.    at System.Threading.Tasks.Task.Execute()
  21. --- End of stack trace from previous location where exception was thrown ---
  22.    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  23.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  24.    at WinApp.Code.Battle2json.<ConvertBattleUsingPython>d__14.MoveNext()
  25.    Details:
  26.    ConvertBattleUsingPython exception running: C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py with args: xxx.dat -f
  27. }
  28.  
  29.  
  30.  
  31. {
  32. 04-May-18 18:13:40 ### EXCEPTION ###
  33.    Source:          mscorlib
  34.    TargetSite:      Void WinIOError(Int32, System.String)
  35.    Data:            System.Collections.ListDictionaryInternal
  36.    Message:         The process cannot access the file 'xxx.dat' because it is being used by another process.
  37.    Stack Trace:
  38.    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  39.    at System.IO.FileInfo.Delete()
  40.    at WinApp.Code.Battle2json.<ConvertBattleFilesToJson>d__6.MoveNext()
  41.    Details:
  42.     > Error converting battle file xxx.dat to json
  43. }
  44.  
  45.  
  46.  
  47. {
  48. 04-May-18 18:13:41 ### EXCEPTION ###
  49.    Source:          Anonymously Hosted DynamicMethods Assembly
  50.    TargetSite:      Boolean CallSite.Target(System.Runtime.CompilerServices.Closure, System.Runtime.CompilerServices.CallSite, System.String, System.Object)
  51.    Data:            System.Collections.ListDictionaryInternal
  52.    Message:         argument of type 'int' is not iterable
  53.    Stack Trace:
  54.    at CallSite.Target(Closure , CallSite , String , Object )
  55.    at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
  56.    at <unnamed>$56.prepareForJSON$1373(PythonFunction $function, Object bresult) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 381
  57.    at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  58.    at <unnamed>$56.dumpjson$1376(PythonFunction $function, Object bresult) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 431
  59.    at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  60.    at <unnamed>$56.main$1371(PythonFunction $function) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 176
  61.    at System.Threading.Tasks.Task.Execute()
  62. --- End of stack trace from previous location where exception was thrown ---
  63.    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  64.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  65.    at WinApp.Code.Battle2json.<ConvertBattleUsingPython>d__14.MoveNext()
  66.    Details:
  67.    ConvertBattleUsingPython exception running: C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py with args: xxx.dat.dat -f
  68. }
  69.  
  70.  
  71.  
  72. {
  73. 04-May-18 18:13:41 ### EXCEPTION ###
  74.    Source:          mscorlib
  75.    TargetSite:      Void WinIOError(Int32, System.String)
  76.    Data:            System.Collections.ListDictionaryInternal
  77.    Message:         The process cannot access the file 'xxx.dat.dat' because it is being used by another process.
  78.    Stack Trace:
  79.    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  80.    at System.IO.FileInfo.Delete()
  81.    at WinApp.Code.Battle2json.<ConvertBattleFilesToJson>d__6.MoveNext()
  82.    Details:
  83.     > Error converting battle file xxx.dat.dat to json
  84. }
  85.  
  86.  
  87.  
  88. {
  89. 04-May-18 18:13:49 ### EXCEPTION ###
  90.    Source:          Anonymously Hosted DynamicMethods Assembly
  91.    TargetSite:      Boolean CallSite.Target(System.Runtime.CompilerServices.Closure, System.Runtime.CompilerServices.CallSite, System.String, System.Object)
  92.    Data:            System.Collections.ListDictionaryInternal
  93.    Message:         argument of type 'int' is not iterable
  94.    Stack Trace:
  95.    at CallSite.Target(Closure , CallSite , String , Object )
  96.    at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
  97.    at <unnamed>$58.prepareForJSON$1437(PythonFunction $function, Object bresult) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 381
  98.    at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  99.    at <unnamed>$58.dumpjson$1440(PythonFunction $function, Object bresult) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 431
  100.    at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  101.    at <unnamed>$58.main$1435(PythonFunction $function) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 176
  102.    at System.Threading.Tasks.Task.Execute()
  103. --- End of stack trace from previous location where exception was thrown ---
  104.    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  105.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  106.    at WinApp.Code.Battle2json.<ConvertBattleUsingPython>d__14.MoveNext()
  107.    Details:
  108.    ConvertBattleUsingPython exception running: C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py with args: xxx.dat -f
  109. }
  110.  
  111.  
  112.  
  113. {
  114. 04-May-18 18:13:49 ### EXCEPTION ###
  115.    Source:          mscorlib
  116.    TargetSite:      Void WinIOError(Int32, System.String)
  117.    Data:            System.Collections.ListDictionaryInternal
  118.    Message:         The process cannot access the file 'xxx.dat' because it is being used by another process.
  119.    Stack Trace:
  120.    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  121.    at System.IO.FileInfo.Delete()
  122.    at WinApp.Code.Battle2json.<ConvertBattleFilesToJson>d__6.MoveNext()
  123.    Details:
  124.     > Error converting battle file xxx.dat to json
  125. }
  126.  
  127.  
  128.  
  129. {
  130. 04-May-18 18:13:50 ### EXCEPTION ###
  131.    Source:          Anonymously Hosted DynamicMethods Assembly
  132.    TargetSite:      Boolean CallSite.Target(System.Runtime.CompilerServices.Closure, System.Runtime.CompilerServices.CallSite, System.String, System.Object)
  133.    Data:            System.Collections.ListDictionaryInternal
  134.    Message:         argument of type 'int' is not iterable
  135.    Stack Trace:
  136.    at CallSite.Target(Closure , CallSite , String , Object )
  137.    at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
  138.    at <unnamed>$59.prepareForJSON$1483(PythonFunction $function, Object bresult) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 381
  139.    at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  140.    at <unnamed>$59.dumpjson$1486(PythonFunction $function, Object bresult) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 431
  141.    at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  142.    at <unnamed>$59.main$1481(PythonFunction $function) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 176
  143.    at System.Threading.Tasks.Task.Execute()
  144. --- End of stack trace from previous location where exception was thrown ---
  145.    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  146.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  147.    at WinApp.Code.Battle2json.<ConvertBattleUsingPython>d__14.MoveNext()
  148.    Details:
  149.    ConvertBattleUsingPython exception running: C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py with args: xxx.dat.dat -f
  150. }
  151.  
  152.  
  153.  
  154. {
  155. 04-May-18 18:13:50 ### EXCEPTION ###
  156.    Source:          mscorlib
  157.    TargetSite:      Void WinIOError(Int32, System.String)
  158.    Data:            System.Collections.ListDictionaryInternal
  159.    Message:         The process cannot access the file 'xxx.dat.dat' because it is being used by another process.
  160.    Stack Trace:
  161.    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  162.    at System.IO.FileInfo.Delete()
  163.    at WinApp.Code.Battle2json.<ConvertBattleFilesToJson>d__6.MoveNext()
  164.    Details:
  165.     > Error converting battle file xxx.dat.dat to json
  166. }
  167.  
  168.  
  169.  
  170. {
  171. 04-May-18 18:13:52 ### EXCEPTION ###
  172.    Source:          Anonymously Hosted DynamicMethods Assembly
  173.    TargetSite:      Boolean CallSite.Target(System.Runtime.CompilerServices.Closure, System.Runtime.CompilerServices.CallSite, System.String, System.Object)
  174.    Data:            System.Collections.ListDictionaryInternal
  175.    Message:         argument of type 'int' is not iterable
  176.    Stack Trace:
  177.    at CallSite.Target(Closure , CallSite , String , Object )
  178.    at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
  179.    at <unnamed>$61.prepareForJSON$1575(PythonFunction $function, Object bresult) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 381
  180.    at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  181.    at <unnamed>$61.dumpjson$1578(PythonFunction $function, Object bresult) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 431
  182.    at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  183.    at <unnamed>$61.main$1573(PythonFunction $function) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 176
  184.    at System.Threading.Tasks.Task.Execute()
  185. --- End of stack trace from previous location where exception was thrown ---
  186.    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  187.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  188.    at WinApp.Code.Battle2json.<ConvertBattleUsingPython>d__14.MoveNext()
  189.    Details:
  190.    ConvertBattleUsingPython exception running: C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py with args: xxx.dat -f
  191. }
  192.  
  193.  
  194.  
  195. {
  196. 04-May-18 18:13:52 ### EXCEPTION ###
  197.    Source:          mscorlib
  198.    TargetSite:      Void WinIOError(Int32, System.String)
  199.    Data:            System.Collections.ListDictionaryInternal
  200.    Message:         The process cannot access the file 'xxx.dat' because it is being used by another process.
  201.    Stack Trace:
  202.    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  203.    at System.IO.FileInfo.Delete()
  204.    at WinApp.Code.Battle2json.<ConvertBattleFilesToJson>d__6.MoveNext()
  205.    Details:
  206.     > Error converting battle file xxx.dat to json
  207. }
  208.  
  209.  
  210.  
  211. {
  212. 04-May-18 18:13:53 ### EXCEPTION ###
  213.    Source:          Anonymously Hosted DynamicMethods Assembly
  214.    TargetSite:      Boolean CallSite.Target(System.Runtime.CompilerServices.Closure, System.Runtime.CompilerServices.CallSite, System.String, System.Object)
  215.    Data:            System.Collections.ListDictionaryInternal
  216.    Message:         argument of type 'int' is not iterable
  217.    Stack Trace:
  218.    at CallSite.Target(Closure , CallSite , String , Object )
  219.    at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
  220.    at <unnamed>$62.prepareForJSON$1621(PythonFunction $function, Object bresult) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 381
  221.    at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  222.    at <unnamed>$62.dumpjson$1624(PythonFunction $function, Object bresult) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 431
  223.    at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  224.    at <unnamed>$62.main$1619(PythonFunction $function) in C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py:line 176
  225.    at System.Threading.Tasks.Task.Execute()
  226. --- End of stack trace from previous location where exception was thrown ---
  227.    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  228.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  229.    at WinApp.Code.Battle2json.<ConvertBattleUsingPython>d__14.MoveNext()
  230.    Details:
  231.    ConvertBattleUsingPython exception running: C:\Program Files (x86)\Wot Numbers\dossier2json\wotbr2j.py with args: xxx.dat.dat -f
  232. }
  233.  
  234.  
  235.  
  236. {
  237. 04-May-18 18:13:53 ### EXCEPTION ###
  238.    Source:          mscorlib
  239.    TargetSite:      Void WinIOError(Int32, System.String)
  240.    Data:            System.Collections.ListDictionaryInternal
  241.    Message:         The process cannot access the file 'xxx.dat.dat' because it is being used by another process.
  242.    Stack Trace:
  243.    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  244.    at System.IO.FileInfo.Delete()
  245.    at WinApp.Code.Battle2json.<ConvertBattleFilesToJson>d__6.MoveNext()
  246.    Details:
  247.     > Error converting battle file xxx.dat.dat to json
  248. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement