Jump to content

Adeadlymen

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Adeadlymen

  • Rank
    Newbie
  1. Adeadlymen

    Arma2MySQL

    Alright i installed it and now it is working
  2. Adeadlymen

    Arma2MySQL

    I am trying to setup a server(i am using mysql for it) but somehow it keeps saying that i am missing System.Data.SQLite. I moved both files into the @Arma2NET folder and they are also in addins/Arma2netMySQLPlugin folder. I included the log error it gave me. Does anyone know how i can fix it? Also when i launch my server and try to connect the game just freezes and the server says it is reading the mission and does nothing else. 11/13/2013 16:27:59 Caught exception of type System.Reflection.TargetInvocationException while loading add-in DefaultDomain 11/13/2013 16:27:59 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.88.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) --- End of inner exception stack trace --- at System.Reflection.RuntimeAssembly.nLoadImage(Byte[] rawAssembly, Byte[] rawSymbolStore, Evidence evidence, StackCrawlMark& stackMark, Boolean fIntrospection, SecurityContextSource securityContextSource) at System.Reflection.Assembly.Load(Byte[] rawAssembly) at Arma2Net.Managed.AddInManager.DomainLoadAddIn(String assemblyFile) --- End of inner exception stack trace --- at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner) at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) at System.Delegate.DynamicInvokeImpl(Object[] args) at Arma2Net.Managed.AddInManager.DomainDoCallback() at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate) at Arma2Net.Managed.AddInManager.DoCallbackImpl(AppDomain domain, Delegate func, Object arg) at Arma2Net.Managed.AddInManager.DoCallbackWithResult[T,TResult](AppDomain domain, Func`2 func, T arg) at Arma2Net.Managed.AddInManager.LoadAddIn(String assemblyFile) 11/13/2013 16:27:59 Domain Name Version Publisher Description 11/13/2013 16:27:59 DefaultDomain Arma2NETMySQL 0.1.0.0 firefly2442 Runs MySQL procedure commands. 11/13/2013 16:27:59 DefaultDomain Arma2NETMySQLCommand0.1.0.0 firefly2442 Runs raw MySQL/SQLite commands 11/13/2013 16:27:59 DefaultDomain Arma2NETMySQLCommandAsync0.1.0.0 firefly2442 Runs asynchronous raw MySQL/SQLite commands 11/13/2013 16:27:59 DefaultDomain ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 11/13/2013 16:27:59 DefaultDomain CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 11/13/2013 16:27:59 DefaultDomain Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 11/13/2013 16:27:59 DefaultDomain GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value. 11/13/2013 16:27:59 DefaultDomain SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value. 11/13/2013 16:27:59 DefaultDomain CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 11/13/2013 16:27:59 DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 11/13/2013 16:27:59 Arma2NET initialized in 00:00:00.0533490
×