Okay, I've seen the same problems earlier in the thread but no solutions posted seemed to have helped. I get the following errors:
arma3server_2014-03-02_06-16-08.rpt
6:17:55 c:\w\c_branch\poseidon\futura_stable\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
6:17:55 "Server Time: Jip Var set and synced"
6:17:55 String STR_EVAL_UNHANDLED_EXCEPTION not found
6:17:55 Error in expression <throw "System.Reflection.TargetInvocatio>
6:17:55 Error position: <throw "System.Reflection.TargetInvocatio>
6:17:55 Error
6:17:55 Error in expression <throw "System.Reflection.TargetInvocatio>
6:17:55 Error position: <throw "System.Reflection.TargetInvocatio>
6:17:55 Error
6:17:55 Error in expression <throw "System.Reflection.TargetInvocatio>
6:17:55 Error position: <throw "System.Reflection.TargetInvocatio>
6:17:55 Error
Arma2NET.2014-3-2.log
03/02/2014 06:17:55 Caught exception of type System.Reflection.TargetInvocationException
03/02/2014 06:17:55 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not find file 'C:\Users\Admin\AppData\Local\Arma2NETMySQL\Databases.txt'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
at System.IO.StreamReader..ctor(String path)
at System.IO.File.OpenText(String path)
at Arma2NETMySQLPlugin.Databases..ctor()
at Arma2NETMySQLPlugin.Startup.StartupConnection()
at Arma2NETMySQLPlugin.Arma2NETMySQLPluginCommand.Invoke(String args, Int32 maxResultSize)
at Arma2Net.Managed.AddInManager.DomainInvokeAddIn(AddInArguments args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
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.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize)
at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize)
at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize)
03/02/2014 06:17:55 function: Arma2NETMySQLCommand ['arma3life', 'SELECT playerid, name, cash, bankacc, coplevel, cop_licenses, cop_gear, adminlevel, blacklist, donatorlvl FROM players WHERE playerid='76561198030840224'']
03/02/2014 06:17:55 maxResultSize: 10239
Databases.txt seems fine, but here's the result from Arma2NETMySQL's log:
03-02-2014_06-16-08.log
Info: 06:17:55 - Logging started in directory: C:\Users\Admin\AppData\Local\Arma2NETMySQL/logs/
Info: 06:17:55 - Arma2NETMySQL Plugin Started.
Info: 06:17:55 - Version number: 0.1.0.0
Info: 06:17:55 - Loading databases...
Info: 06:17:55 - Databases.txt file loading in from: C:\Permanent\Arma 3\Dedicated Server\Databases.txt
Info: 06:17:55 - Type: mysql Database: arma3life IPAddress: 127.0.0.1 Port: 3306 Username: server Password: NotShownForSecurityReasons
The game still plays, but none of the loaded addon's features work (Altis Life). Checking MySQL connection, there are no attempted connections from "server", only "root" (being me logging in from MySQL Workbench).
Can anyone help please?