Advertisement
Guest User

Untitled

a guest
Dec 17th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.40 KB | None | 0 0
  1. 12/17/2013 15:35:47 Arma2NET 2.3.0.0 running on CLR 4.0.30319.1008
  2. 12/17/2013 15:35:47 Loaded into process arma3server
  3. 12/17/2013 15:35:47 Loading add-ins
  4. 12/17/2013 15:35:47 Caught exception of type System.Reflection.TargetInvocationException while loading add-in DefaultDomain
  5. 12/17/2013 15:35:47 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.89.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. Attempt to load an unverifiable executable with fixups (IAT with more than 2 sections or a TLS section.) (Exception from HRESULT: 0x80131019) ---> System.IO.FileLoadException: Attempt to load an unverifiable executable with fixups (IAT with more than 2 sections or a TLS section.) (Exception from HRESULT: 0x80131019)
  6. --- End of inner exception stack trace ---
  7. at System.Reflection.RuntimeAssembly.nLoadImage(Byte[] rawAssembly, Byte[] rawSymbolStore, Evidence evidence, StackCrawlMark& stackMark, Boolean fIntrospection, SecurityContextSource securityContextSource)
  8. at System.Reflection.Assembly.Load(Byte[] rawAssembly)
  9. at Arma2Net.Managed.AddInManager.DomainLoadAddIn(String assemblyFile)
  10. --- End of inner exception stack trace ---
  11. at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
  12. at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
  13. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  14. at System.Delegate.DynamicInvokeImpl(Object[] args)
  15. at Arma2Net.Managed.AddInManager.DomainDoCallback()
  16. at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
  17. at Arma2Net.Managed.AddInManager.DoCallbackImpl(AppDomain domain, Delegate func, Object arg)
  18. at Arma2Net.Managed.AddInManager.DoCallbackWithResult[T,TResult](AppDomain domain, Func`2 func, T arg)
  19. at Arma2Net.Managed.AddInManager.LoadAddIn(String assemblyFile)
  20. 12/17/2013 15:35:47 Domain Name Version Publisher Description
  21. 12/17/2013 15:35:47 DefaultDomain Arma2NETMySQL 0.1.0.0 firefly2442 Runs MySQL procedure commands.
  22. 12/17/2013 15:35:47 DefaultDomain Arma2NETMySQLCommand0.1.0.0 firefly2442 Runs raw MySQL/SQLite commands
  23. 12/17/2013 15:35:47 DefaultDomain Arma2NETMySQLCommandAsync0.1.0.0 firefly2442 Runs asynchronous raw MySQL/SQLite commands
  24. 12/17/2013 15:35:47 DefaultDomain ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime.
  25. 12/17/2013 15:35:47 DefaultDomain CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare.
  26. 12/17/2013 15:35:47 DefaultDomain Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET.
  27. 12/17/2013 15:35:47 DefaultDomain GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value.
  28. 12/17/2013 15:35:47 DefaultDomain SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value.
  29. 12/17/2013 15:35:47 DefaultDomain CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application.
  30. 12/17/2013 15:35:47 DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time.
  31. 12/17/2013 15:35:47 Arma2NET initialized in 00:00:00.0752516
  32. 12/17/2013 15:35:47 Caught exception of type System.Reflection.TargetInvocationException
  33. 12/17/2013 15:35:47 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
  34. at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString)
  35. at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values)
  36. at Arma2NETMySQLPlugin.Databases..ctor()
  37. at Arma2NETMySQLPlugin.Startup.StartupConnection()
  38. at Arma2NETMySQLPlugin.Arma2NETMySQLPluginCommand.Invoke(String args, Int32 maxResultSize)
  39. at Arma2Net.Managed.AddInManager.DomainInvokeAddIn(AddInArguments args)
  40. --- End of inner exception stack trace ---
  41. at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
  42. at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
  43. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  44. at System.Delegate.DynamicInvokeImpl(Object[] args)
  45. at Arma2Net.Managed.AddInManager.DomainDoCallback()
  46. at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
  47. at Arma2Net.Managed.AddInManager.DoCallbackImpl(AppDomain domain, Delegate func, Object arg)
  48. at Arma2Net.Managed.AddInManager.DoCallbackWithResult[T,TResult](AppDomain domain, Func`2 func, T arg)
  49. at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize)
  50. at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize)
  51. at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize)
  52. 12/17/2013 15:35:47 function: Arma2NETMySQLCommand ['arma3life', 'CALL resetLifeVehicles();']
  53. 12/17/2013 15:35:47 maxResultSize: 10239
  54. 12/17/2013 15:35:54 Caught exception of type System.Reflection.TargetInvocationException
  55. 12/17/2013 15:35:54 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
  56. at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString)
  57. at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values)
  58. at Arma2NETMySQLPlugin.Databases..ctor()
  59. at Arma2NETMySQLPlugin.Startup.StartupConnection()
  60. at Arma2NETMySQLPlugin.Arma2NETMySQLPluginCommand.Invoke(String args, Int32 maxResultSize)
  61. at Arma2Net.Managed.AddInManager.DomainInvokeAddIn(AddInArguments args)
  62. --- End of inner exception stack trace ---
  63. at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
  64. at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
  65. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  66. at System.Delegate.DynamicInvokeImpl(Object[] args)
  67. at Arma2Net.Managed.AddInManager.DomainDoCallback()
  68. at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
  69. at Arma2Net.Managed.AddInManager.DoCallbackImpl(AppDomain domain, Delegate func, Object arg)
  70. at Arma2Net.Managed.AddInManager.DoCallbackWithResult[T,TResult](AppDomain domain, Func`2 func, T arg)
  71. at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize)
  72. at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize)
  73. at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize)
  74. 12/17/2013 15:35:54 function: Arma2NETMySQLCommand ['arma3life', 'SELECT playerid, name, cash, bankacc, civ_licenses, arrested, adminlevel, donatorlvl, civ_gear FROM players WHERE playerid='76561198026702951'']
  75. 12/17/2013 15:35:54 maxResultSize: 10239
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement