Jump to content

diesol

Member
  • Content Count

    23
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About diesol

  • Rank
    Private First Class
  1. I had this problem for awhile you need to add the units name so they can use the artillery computer. I_client.sqf line 308 add the units name just like mine and they will be able too use the artillery computers. GVAR(can_use_artillery) = ["RESCUE","RESCUE2","Aplha_1","Aplha_2","Aplha_3","Aplha_4","Aplha_5","Aplha_6","Aplha_7","Aplha_8","bravo_1","bravo_2","bravo_3","bravo_4","bravo_5","bravo_6","bravo_7","bravo_8","charlie_1","charlie_2","charlie_3","charlie_4","charlie_5","charlie_6","charlie_7","charlie_8","delta_1","delta_2","delta_3","delta_4","delta_5","delta_6","foxtrot_1","foxtrot_2","p_1","p_2","p_3","p_4","p_5","p_6"]; This wont allow all the units too call in artillery its so they can use static guns.
  2. I will try to get the mhq button setup sometime soon and let you guys know what I come up with.
  3. Ok so figured out how to set the button up. I just need to find where the action = [1] and [2] is I will look tomorrow for these. Red is what I changed or added. x_dlg\menu.hpp class BaseButton: XD_ButtonBase { idc = 100107; text = "$STR_DOM_MISSIONSTRING_1251"; action = "[0] call d_fnc_x_update_target"; x = "SafeZoneX + SafeZoneW - 0.37"; y = [color="#FF0000"]0.26[/color]; w = 0.3; }; class Mr1Button: XD_ButtonBase { idc = 100108; text = "$STR_DOM_MISSIONSTRING_1252"; action = "[1] call d_fnc_x_update_target"; x = "SafeZoneX + SafeZoneW - 0.37"; y = [color="#FF0000"]0.35[/color]; w = 0.3; }; class Mr2Button: XD_ButtonBase { idc = 100109; text = "$STR_DOM_MISSIONSTRING_1253"; action = "[2] call d_fnc_x_update_target"; x = "SafeZoneX + SafeZoneW - 0.37"; y = [color="#FF0000"]0.42[/color]; w = 0.3; }; [color="#FF0000"]class Mr3Button: XD_ButtonBase { idc = 100111; text = "$STR_DOM_MISSIONSTRING_1446"; action = "[3] call d_fnc_x_update_target"; x = "SafeZoneX + SafeZoneW - 0.37"; y = 0.49; w = 0.3;[/color] }; d_init.sqf // editor varname, unique number //0-9 = MHQ, 10-19 = Medic vehicles, 20-29 = Fuel, Repair, Reammo trucks, 30-39 = Engineer Salvage trucks, 40-49 = Transport trucks [ [xvec1,0],[xvec2,1],[color="#FF0000"][xvec_12,3][/color],[xmedvec,10],[xvec3,20],[xvec4,21],[xvec5,22], [xvec7,23], [xvec8,24], [xvec9,25], [xvec6,30], [xvec10,31], [xvec11,40], [xvec12,41] ] execVM "x_server\x_vrespawn2.sqf"; #else stringtable.xml [color="#FF0000"]<Key ID="STR_DOM_MISSIONSTRING_1446"> <English>Mobile Respawn Three</English> <German>Mobile Respawn Three</German> <Italian>Mobile Respawn Three</Italian> <Spanish>Respawn Móvil tres</Spanish> <Czech>Mobile Respawn Three</Czech> <Russian>Mobile Respawn Three</Russian> <Polish>Mobile Respawn Three</Polish> <French>Mobile Respawn Three</French> <Hungarian>Mobile Respawn Three</Hungarian> </Key>[/color]
  4. I have my own custom built fob and I have it set to a mtvr it works great but I need help with one thing. I am running 2.71 and I want to setup a spawn for that location. Do I just add respawn_west marker to it and have it follow it around? And how would I setup a new spawn button for it? Thanks guys
  5. Forget about my last post I found something easier to put on the server. Just need a little help I am running Arma2Net 2.2 and I am trying to install the domdatabase. This is what I am going off of https://dev-heaven.net/issues/38080. Everything works but it wont save score. 01/15/2013 03:36:49 Arma2NET 2.3.0.0 running on CLR 4.0.30319.296 01/15/2013 03:36:49 Loaded into process arma2oaserver 01/15/2013 03:36:49 Loading add-ins 01/15/2013 03:36:49 Found an assembly inside the add-in base directory. If this assembly is an add-in, place it inside an add-in subdirectory: C:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead\@Arma2NET\AddIns\Arma2Net.Managed.dll 01/15/2013 03:36:49 Domain Name Version Publisher Description 01/15/2013 03:36:49 DefaultDomain ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 01/15/2013 03:36:49 DefaultDomain CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 01/15/2013 03:36:49 DefaultDomain Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 01/15/2013 03:36:49 DefaultDomain GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value. 01/15/2013 03:36:49 DefaultDomain SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value. 01/15/2013 03:36:49 DefaultDomain CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 01/15/2013 03:36:49 DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 01/15/2013 03:36:49 DefaultDomain DomDatabase 1.0.0.0 Xeno Domination Database. 01/15/2013 03:36:49 Arma2NET initialized in 00:00:00.0804765 01/15/2013 03:36:49 function: DomDatabase ['Init','DomDatabase','Dom.db'] 01/15/2013 03:36:49 maxResultSize: 10239 01/15/2013 03:36:49 Result size: 2 01/15/2013 03:36:49 Result: [] 01/15/2013 03:36:50 function: DomDatabase ['Servername'] 01/15/2013 03:36:50 maxResultSize: 10239 01/15/2013 03:36:50 Result size: 0 01/15/2013 03:36:50 Result: 01/15/2013 03:37:08 function: DomDatabase ['Read', '5756102','Diesel'] 01/15/2013 03:37:08 maxResultSize: 10239 01/15/2013 03:37:08 Result size: 68 01/15/2013 03:37:08 Result: ["5756102", "Diesel", 0, 580, 0, 0, 9, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0] 01/15/2013 03:45:12 function: DomDatabase ['Write','5756102','Diesel',0, 1063, 0, 0, 18, 0, 2, 2, 3, 0, 0, 0, 0, 0, 0] 01/15/2013 03:45:12 maxResultSize: 10239 01/15/2013 03:45:12 Result size: 2 01/15/2013 03:45:12 Result: [] 01/15/2013 03:45:48 function: DomDatabase ['Read', '5756102','Diesel'] 01/15/2013 03:45:48 maxResultSize: 10239 01/15/2013 03:45:48 Result size: 70 01/15/2013 03:45:48 Result: ["5756102", "Diesel", 0, 1063, 0, 0, 18, 0, 2, 2, 3, 0, 0, 0, 0, 0, 0] 01/15/2013 03:46:48 function: DomDatabase ['Write','5756102','Diesel',0, 1124, 0, 1, 18, 0, 2, 2, 3, 0, 0, 0, 0, 0, 0] 01/15/2013 03:46:48 maxResultSize: 10239 01/15/2013 03:46:48 Result size: 2 01/15/2013 03:46:48 Result: []
  6. Everything seems to be working on domination only problem it keeps going to a black screen and wont go around it only error I get it this. Arma2OA.rpt ["PersistentDB: SPAWN"] Warning Message: Resource PDB_loadingScreen not found Main.sqf // ==================================================================================== // PDB STARTUP if ((!isServer) && (player != player)) then { waitUntil {player == player};}; if ((!isServer) || (!isdedicated)) then { [] spawn { waitUntil { !(isNull player) }; sleep 0.2; [color="#FF0000"]diag_log["PersistentDB: SPAWN"];[/color] if (ENV_dedicated) then { startLoadingScreen ["Please wait setting up client...", "PDB_loadingScreen"]; }; player setVariable ["BIS_noCoreConversations", true]; player addeventhandler ["Dammaged", { _this call persistent_fnc_playerDamage; } ]; player addeventhandler ["animChanged", { _this call persistent_fnc_playerHeal; } ]; player addeventhandler ["Respawn", { _this call persistent_fnc_playerRespawn; } ]; player addeventhandler ["Fired", { _this call persistent_fnc_playerFired; } ]; player allowdamage false; processInitCommands; finishMissionInit; waituntil { (PDB_PLAYERS_CONNECTED select 0 == "000000") }; // wait until server has finished loading data waituntil {time > 3}; _thistime = time; waituntil { time > (random 5) + _thistime }; diag_log["PersistentDB: FINISHED MISSION INIT, time: ", time]; if (ENV_dedicated) then { startLoadingScreen ["Server is loading persistent mission data please standby...", "PDB_loadingScreen"]; }; waituntil { (MISSIONDATA_LOADED == "true") }; PDB_PLAYER_READY = [getPlayerUID player, player, name player, playerside]; publicVariable "PDB_PLAYER_READY"; if (ENV_dedicated) then { startLoadingScreen ["Client is loading persistent player data...", "PDB_loadingScreen"]; }; diag_log["PersistentDB: PLAYER READY"]; }; }; // ==================================================================================== I don't think its able to find what its looking for in the dialog.hpp.
  7. I there anyway to add a addaction to custom compositions? I am trying to make a farp but I cant seem to find a way to add it too it. this addAction [("<t color=""#bbbbbb"">" + ("(Choose Parachute location)") + "</t>"),"AAHALO\x_paraj.sqf"]; this addaction [("<t color=""#bbbbbb"">" + ("Teleport") + "</t>"),"x_client\x_teleport.sqf"]; I am using these scripts for the mean time inside the demo mission http://www.armaholic.com/forums.php?m=posts&id=132262 doc_farp.sqf private ["_objs"]; _objs = [ ["US_WarfareBAircraftFactory_EP1",[-3.2334,4.52734,0.0191345],178.521,1,0,{}], ["US_WarfareBVehicleServicePoint_EP1",[2.81055,4.2002,-0.1689],178.597,1,0,{}], ["FlagCarrierUSA_EP1",[-2.03906,9.65332,-0.0775452],349.27,1,0,{}], ["HeliH",[13.0176,4.30664,0],1.46189,1,0,{}], ["MASH",[-7.83594,11.5078,0.131744],87.9384,1,0,{}], ["ACamp_EP1",[5.42773,13.7949,-0.00012207],38.3621,1,0,{}], ["Land_Fire",[2.06152,15.0996,4.57764e-005],358.829,1,0,{}], ["Land_CamoNet_NATO_EP1",[1.13672,17.5674,-0.00634766],16.0093,1,0,{}], ["ACamp_EP1",[6.03418,17.0137,-0.0125885],333.957,1,0,{}], ["ACamp_EP1",[3.1875,18.6953,-0.0102997],286.598,1,0,{}], ["USVehicleBox",[-0.226563,19.0371,0.0247345],14.2393,1,0,"nul = [this,""west"",""all"",tue,5,20,5] execVM ""crateFiller.sqf"";"], ["Misc_Backpackheap_EP1",[-3.12402,19.6162,0.0017395],358.852,1,0,{}] ]; _objs
  8. Awhile ago I noticed Xeno made a domination database I searched for it and I don't know if it works anymore. Anyone have this installed on there domination server?
  9. I decided to remove all the data and set it up again but I still seem to be getting this issue. It keeps getting stuck on "Please wait setting up client" I checked my logs and there is a error going on. 01-05-2013_17-04-29 Info: 17:04:29 - Logging started in directory: C:\Users\Ck\AppData\Local\Arma2MySQL/logs/ Info: 17:04:29 - Arma2NETMySQL Plugin Started. Info: 17:04:29 - Version number: 0.1.0.0 Info: 17:04:29 - Loading databases... Info: 17:04:29 - Databases.txt file loading in from: C:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead\Databases.txt Info: 17:04:29 - Type: mysql Database: arma IPAddress: 127.0.0.1 Port: 3306 Username: arma Password: NotShownForSecurityReasons Info: 17:04:30 - Received - Database: arma Procedure: UpdatePlayer Parameters: tsc=any,tpos=8263.11|2124.25|0.00143433,tdam=0,tdhe=any,tdbo=any,tdha=any,tdle=any,tdir=333.24,tsta=Stand,tsid=any,tveh=any,tsea=,ttyp=US_Delta_Force_EP1,trat=0,tvd=any,ttd=any,tran=any,tfir=any,tek=any,tck=any,tfk=any,tsui=any,tlif=ALIVE,tdea=any,ttp=any,tlc=any,tld="1/5/2013 10:04:28 PM",tpid=5756102,tna=Diesel,tmid=any Info: 17:04:30 - Parsing parameters... Warning: 17:04:31 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Incorrect integer value: 'any' for column 'tsc' at row 198 at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 17:04:32 - Received - Database: arma Procedure: UpdatePlayerWeapons Parameters: twea="SCAR_H_CQC_CCO"|"NVGoggles"|"Binocular_Vector"|"M9"|"ItemMap"|"ItemCompass"|"ItemWatch"|"ItemRadio"|"ItemGPS",tmag="20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"HandGrenade_West"|"HandGrenade_West"|"IR_Strobe_Target"|"SmokeShellRed"|"15Rnd_9x19_M9"|"15Rnd_9x19_M9"|"15Rnd_9x19_M9"|"15Rnd_9x19_M9",trck=US_Backpack_Specops_EP1,trwe=[]|[],trma=["1Rnd_HE_M203"|"1Rnd_SmokeRed_M203"|"PipeBomb"|"HandGrenade_West"|"SmokeShellRed"|"Laserbatteries"|"IR_Strobe_Target"]|[2|2|1|2|2|1|1],tpid=5756102,tna=Diesel,tmid=any Info: 17:04:32 - Parsing parameters... Warning: 17:04:32 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Incorrect integer value: 'any' for column 'tmid' at row 1 at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 17:09:05 - Received - Database: arma Procedure: UpdateDate Parameters: tda=2013|1|2|6|50,tmid=any Info: 17:09:05 - Parsing parameters... Warning: 17:09:05 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Incorrect integer value: 'any' for column 'tmid' at row 1 at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 17:10:20 - Received - Database: arma Procedure: UpdatePlayer Parameters: tsc=any,tpos=8263.11|2124.25|0.00143433,tdam=0,tdhe=any,tdbo=any,tdha=any,tdle=any,tdir=333.24,tsta=Stand,tsid=any,tveh=any,tsea=,ttyp=US_Delta_Force_EP1,trat=0,tvd=any,ttd=any,tran=any,tfir=any,tek=any,tck=any,tfk=any,tsui=any,tlif=ALIVE,tdea=any,ttp=any,tlc=any,tld="1/5/2013 10:10:20 PM",tpid=5756102,tna=Diesel,tmid=any Info: 17:10:20 - Parsing parameters... Warning: 17:10:20 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Incorrect integer value: 'any' for column 'tsc' at row 1 at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 17:10:21 - Received - Database: arma Procedure: UpdatePlayerWeapons Parameters: twea="SCAR_H_CQC_CCO"|"NVGoggles"|"Binocular_Vector"|"M9"|"ItemMap"|"ItemCompass"|"ItemWatch"|"ItemRadio"|"ItemGPS",tmag="20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"HandGrenade_West"|"HandGrenade_West"|"IR_Strobe_Target"|"SmokeShellRed"|"15Rnd_9x19_M9"|"15Rnd_9x19_M9"|"15Rnd_9x19_M9"|"15Rnd_9x19_M9",trck=US_Backpack_Specops_EP1,trwe=[]|[],trma=["1Rnd_HE_M203"|"1Rnd_SmokeRed_M203"|"PipeBomb"|"HandGrenade_West"|"SmokeShellRed"|"Laserbatteries"|"IR_Strobe_Target"]|[2|2|1|2|2|1|1],tpid=5756102,tna=Diesel,tmid=any Info: 17:10:21 - Parsing parameters... Warning: 17:10:21 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Incorrect integer value: 'any' for column 'tmid' at row 1 at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Arma2NET.2013-1-5 01/05/2013 16:57:09 Arma2NET 2.3.0.0 running on CLR 4.0.30319.296 01/05/2013 16:57:09 Loaded into process arma2oaserver 01/05/2013 16:57:09 Loading add-ins 01/05/2013 16:57:10 Found an assembly inside the add-in base directory. If this assembly is an add-in, place it inside an add-in subdirectory: C:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead\@Arma2NET\AddIns\MySql.Data.dll 01/05/2013 16:57:19 Domain Name Version Publisher Description 01/05/2013 16:57:19 DefaultDomain Arma2NETMySQL 0.1.0.0 firefly2442 Runs MySQL procedure commands. 01/05/2013 16:57:19 DefaultDomain Arma2NETMySQLCommand0.1.0.0 firefly2442 Runs raw MySQL/SQLite commands 01/05/2013 16:57:19 DefaultDomain ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 01/05/2013 16:57:19 DefaultDomain CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 01/05/2013 16:57:19 DefaultDomain Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 01/05/2013 16:57:19 DefaultDomain GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value. 01/05/2013 16:57:19 DefaultDomain SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value. 01/05/2013 16:57:19 DefaultDomain CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 01/05/2013 16:57:19 DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 01/05/2013 16:57:19 Arma2NET initialized in 00:00:14.1162480 01/05/2013 16:57:19 Caught exception of type Arma2Net.Managed.FunctionNotFoundException 01/05/2013 16:57:19 Arma2Net.Managed.FunctionNotFoundException: The specified add-in was not found: DomDatabase 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) 01/05/2013 16:57:19 function: DomDatabase ['Init','DomDatabase','Dom.db'] 01/05/2013 16:57:19 maxResultSize: 4095 01/05/2013 17:04:28 function: DateTime ['utcnow',] 01/05/2013 17:04:28 maxResultSize: 4095 01/05/2013 17:04:28 Result size: 22 01/05/2013 17:04:28 Result: "1/5/2013 10:04:28 PM" 01/05/2013 17:04:31 function: Arma2NETMySQL ['arma','UpdatePlayer','tsc=any,tpos=8263.11|2124.25|0.00143433,tdam=0,tdhe=any,tdbo=any,tdha=any,tdle=any,tdir=333.24,tsta=Stand,tsid=any,tveh=any,tsea=,ttyp=US_Delta_Force_EP1,trat=0,tvd=any,ttd=any,tran=any,tfir=any,tek=any,tck=any,tfk=any,tsui=any,tlif=ALIVE,tdea=any,ttp=any,tlc=any,tld="1/5/2013 10:04:28 PM",tpid=5756102,tna=Diesel,tmid=any'] 01/05/2013 17:04:31 maxResultSize: 4095 01/05/2013 17:04:31 Result size: 13 01/05/2013 17:04:31 Result: [[["Error"]]] 01/05/2013 17:04:32 function: Arma2NETMySQL ['arma','UpdatePlayerWeapons','twea="SCAR_H_CQC_CCO"|"NVGoggles"|"Binocular_Vector"|"M9"|"ItemMap"|"ItemCompass"|"ItemWatch"|"ItemRadio"|"ItemGPS",tmag="20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"HandGrenade_West"|"HandGrenade_West"|"IR_Strobe_Target"|"SmokeShellRed"|"15Rnd_9x19_M9"|"15Rnd_9x19_M9"|"15Rnd_9x19_M9"|"15Rnd_9x19_M9",trck=US_Backpack_Specops_EP1,trwe=[]|[],trma=["1Rnd_HE_M203"|"1Rnd_SmokeRed_M203"|"PipeBomb"|"HandGrenade_West"|"SmokeShellRed"|"Laserbatteries"|"IR_Strobe_Target"]|[2|2|1|2|2|1|1],tpid=5756102,tna=Diesel,tmid=any'] 01/05/2013 17:04:32 maxResultSize: 4095 01/05/2013 17:04:32 Result size: 13 01/05/2013 17:04:32 Result: [[["Error"]]] 01/05/2013 17:09:05 function: Arma2NETMySQL ['arma','UpdateDate','[tda=2013|1|2|6|50,tmid=any]'] 01/05/2013 17:09:05 maxResultSize: 4095 01/05/2013 17:09:05 Result size: 13 01/05/2013 17:09:05 Result: [[["Error"]]] 01/05/2013 17:10:20 function: DateTime ['utcnow',] 01/05/2013 17:10:20 maxResultSize: 4095 01/05/2013 17:10:20 Result size: 22 01/05/2013 17:10:20 Result: "1/5/2013 10:10:20 PM" 01/05/2013 17:10:20 function: Arma2NETMySQL ['arma','UpdatePlayer','tsc=any,tpos=8263.11|2124.25|0.00143433,tdam=0,tdhe=any,tdbo=any,tdha=any,tdle=any,tdir=333.24,tsta=Stand,tsid=any,tveh=any,tsea=,ttyp=US_Delta_Force_EP1,trat=0,tvd=any,ttd=any,tran=any,tfir=any,tek=any,tck=any,tfk=any,tsui=any,tlif=ALIVE,tdea=any,ttp=any,tlc=any,tld="1/5/2013 10:10:20 PM",tpid=5756102,tna=Diesel,tmid=any'] 01/05/2013 17:10:20 maxResultSize: 4095 01/05/2013 17:10:20 Result size: 13 01/05/2013 17:10:20 Result: [[["Error"]]] 01/05/2013 17:10:21 function: Arma2NETMySQL ['arma','UpdatePlayerWeapons','twea="SCAR_H_CQC_CCO"|"NVGoggles"|"Binocular_Vector"|"M9"|"ItemMap"|"ItemCompass"|"ItemWatch"|"ItemRadio"|"ItemGPS",tmag="20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"20Rnd_762x51_B_SCAR"|"HandGrenade_West"|"HandGrenade_West"|"IR_Strobe_Target"|"SmokeShellRed"|"15Rnd_9x19_M9"|"15Rnd_9x19_M9"|"15Rnd_9x19_M9"|"15Rnd_9x19_M9",trck=US_Backpack_Specops_EP1,trwe=[]|[],trma=["1Rnd_HE_M203"|"1Rnd_SmokeRed_M203"|"PipeBomb"|"HandGrenade_West"|"SmokeShellRed"|"Laserbatteries"|"IR_Strobe_Target"]|[2|2|1|2|2|1|1],tpid=5756102,tna=Diesel,tmid=any'] 01/05/2013 17:10:21 maxResultSize: 4095 01/05/2013 17:10:21 Result size: 13 01/05/2013 17:10:21 Result: [[["Error"]]]
  10. We finally got it working one of your older posts said don't use root as username. We changed that and it worked everything is working great so thanks for your help. I just have another problem with the mission I need to know if there's a way to hide the loading screens for the database. I am running domination on the server but I really don't want too remove the intro for that. They have a problem when they both load in it gets stuck on Please Wait loading player data. If your not sure its fine I can always find out myself and post back how to do it. Thanks
  11. It says everything is running but now its giving me somthing new in one of the logs. Info: 00:21:58 - Logging started in directory: C:\Users\Ck\AppData\Local\Arma2MySQL/logs/ Info: 00:21:58 - Arma2NETMySQL Plugin Started. Info: 00:21:58 - Version number: 0.1.0.0 Info: 00:21:58 - Loading databases... Info: 00:21:58 - Databases.txt file loading in from: C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Databases.txt Info: 00:21:58 - Type: mysql Database: arma IPAddress: 127.0.0.1 Port: 3306 Username: root Password: NotShownForSecurityReasons Info: 00:21:58 - Received - Database: arma Procedure: GetMissionByName Parameters: tna=Co18 PDB Convoy Hell Info: 00:21:58 - Parsing parameters... Warning: 00:21:58 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): The user specified as a definer ('arma'@'localhost') does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 00:22:12 - Received - Database: arma Procedure: GetPlayer Parameters: tmid=<null>,tpid=5756102 Info: 00:22:12 - Parsing parameters... Warning: 00:22:12 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Incorrect integer value: '<null>' for column 'tmid' at row 1 at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 00:22:12 - Received - Database: arma Procedure: InsertPlayer Parameters: tpid=5756102,tna=Diesel,tmid=<null>,tsid=WEST,tpos=8035.55|1941.26|0.00143433 Info: 00:22:12 - Parsing parameters... Warning: 00:22:12 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Incorrect integer value: '<null>' for column 'tmid' at row 1 at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 00:22:12 - Received - Database: arma Procedure: GetGlobalScoreByPlayer Parameters: tpid=5756102 Info: 00:22:12 - Parsing parameters... Warning: 00:22:12 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): The user specified as a definer ('arma'@'localhost') does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize)
  12. I tried it with the workbench and I found out how to install it and everything looks correct. I even tried your way through the Command line and it looks like its the same info as last time. Arma2NET.2012-12-30.log 12/30/2012 01:01:21 Arma2NET 2.3.0.0 running on CLR 4.0.30319.296 12/30/2012 01:01:21 Loaded into process arma2oaserver 12/30/2012 01:01:21 Loading add-ins 12/30/2012 01:01:21 Found an assembly inside the add-in base directory. If this assembly is an add-in, place it inside an add-in subdirectory: C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\@Arma2NET\AddIns\MySql.Data.dll 12/30/2012 01:01:22 Domain Name Version Publisher Description 12/30/2012 01:01:22 DefaultDomain Arma2NETMySQL 0.1.0.0 firefly2442 Runs MySQL procedure commands. 12/30/2012 01:01:22 DefaultDomain Arma2NETMySQLCommand0.1.0.0 firefly2442 Runs raw MySQL/SQLite commands 12/30/2012 01:01:22 DefaultDomain ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 12/30/2012 01:01:22 DefaultDomain CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 12/30/2012 01:01:22 DefaultDomain Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 12/30/2012 01:01:22 DefaultDomain GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value. 12/30/2012 01:01:22 DefaultDomain SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value. 12/30/2012 01:01:22 DefaultDomain CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 12/30/2012 01:01:22 DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 12/30/2012 01:01:22 Arma2NET initialized in 00:00:00.2820566 12/30/2012 01:01:22 function: Arma2NETMySQL ['arma','GetMissionByName','[tna=Co18 PDB Convoy Hell]'] 12/30/2012 01:01:22 maxResultSize: 10239 12/30/2012 01:01:22 Result size: 13 12/30/2012 01:01:22 Result: [[["Error"]]] 12/30/2012 01:01:26 function: Arma2NETMySQL ['arma','GetPlayer','[tmid=<null>,tpid=5756102]'] 12/30/2012 01:01:26 maxResultSize: 10239 12/30/2012 01:01:26 Result size: 13 12/30/2012 01:01:26 Result: [[["Error"]]] 12/30/2012 01:01:26 function: DateTime ['utcnow',] 12/30/2012 01:01:26 maxResultSize: 10239 12/30/2012 01:01:26 Result size: 23 12/30/2012 01:01:26 Result: "12/30/2012 6:01:26 AM" 12/30/2012 01:01:26 function: Arma2NETMySQL ['arma','InsertPlayer','[tpid=5756102,tna=Diesel,tmid=<null>,tsid=WEST,tpos=8035.55|1941.26|0.00143433]'] 12/30/2012 01:01:26 maxResultSize: 10239 12/30/2012 01:01:26 Result size: 13 12/30/2012 01:01:26 Result: [[["Error"]]] 12/30/2012 01:01:26 function: Arma2NETMySQL ['arma','GetGlobalScoreByPlayer','[tpid=5756102]'] 12/30/2012 01:01:26 maxResultSize: 10239 12/30/2012 01:01:26 Result size: 13 12/30/2012 01:01:26 Result: [[["Error"]]] 12-30-2012_01-01-22.log Info: 01:01:22 - Logging started in directory: C:\Users\Ck\AppData\Local\Arma2MySQL/logs/ Info: 01:01:22 - Arma2NETMySQL Plugin Started. Info: 01:01:22 - Version number: 0.1.0.0 Info: 01:01:22 - Loading databases... Info: 01:01:22 - Databases.txt file loading in from: C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Databases.txt Info: 01:01:22 - Type: mysql Database: arma IPAddress: 127.0.0.1 Port: 3306 Username: root Password: NotShownForSecurityReasons Info: 01:01:22 - Received - Database: arma Procedure: GetMissionByName Parameters: tna=Co18 PDB Convoy Hell Info: 01:01:22 - Parsing parameters... Warning: 01:01:22 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): PROCEDURE arma.GetMissionByName does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 01:01:26 - Received - Database: arma Procedure: GetPlayer Parameters: tmid=<null>,tpid=5756102 Info: 01:01:26 - Parsing parameters... Warning: 01:01:26 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): PROCEDURE arma.GetPlayer does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 01:01:26 - Received - Database: arma Procedure: InsertPlayer Parameters: tpid=5756102,tna=Diesel,tmid=<null>,tsid=WEST,tpos=8035.55|1941.26|0.00143433 Info: 01:01:26 - Parsing parameters... Warning: 01:01:26 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): PROCEDURE arma.InsertPlayer does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 01:01:26 - Received - Database: arma Procedure: GetGlobalScoreByPlayer Parameters: tpid=5756102 Info: 01:01:26 - Parsing parameters... Warning: 01:01:26 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): PROCEDURE arma.GetGlobalScoreByPlayer does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) arma2oaserver.RPT ===================================================================== == C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\arma2oaserver.exe == "C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\arma2oaserver.exe" -arma2netdev -port=2302 -config=Server.cfg -mod=expansion\beta;expansion\beta\expansion;@CBA;@CBA_A2;@CBA_OA;@Arma2NET ===================================================================== Exe timestamp: 2012/12/27 21:21:01 Current time: 2012/12/30 01:00:37 Version 1.62.100257 Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Server error: Player without identity Diesel (id 599292829) Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon [5647,66.508,0,"XEH: PreInit Started. v1.0.0.187. MISSINIT: missionName=Co18 PDB Convoy Hell, worldName=Takistan, isMultiplayer=true, isServer=true, isDedicated=true"] [5647,69.05,0,"XEH: PreInit Finished. CACHE DISABLED? (Disable caching with cba_disable_cache.pbo): SLX_XEH_RECOMPILE=false, CBA_COMPILE_RECOMPILE=false, CBA_FUNC_RECOMPILE=false"] Client: Nonnetwork object 21b7e040. Client: Nonnetwork object 21d78080. Error in expression <s = _this select 2; _spawndelay = _this select 3; _vehicle = false; _sim = get> Error position: <select 3; _vehicle = false; _sim = get> Error Zero divisor File mpmissions\__cur_mp.Takistan\mxr_scripts\spawn_groups\third_group.sqf, line 47 Unit not created: Subgroup 0:0 not found Cannot create object 3:1 [5847,86.661,0,"XEH: PostInit Started"] [5847,86.69,0,"CBA_VERSIONING: cba=1.0.0.188, cba_a2=1.0.0.8, cba_oa=1.0.0.6, "] [5847,87.209,0,"XEH: PostInit Finished. State: _isClient=false, _isJip=false, _isDedClient=false, _isServer=true, _isDedServer=true, _playerCheckDone=true, _sp=false, _startInitDone=true, _postInitDone=true, _mpRespawn=true, _machineType=0, _sessionId=1, _level=0, _timeOut=false, _game=1, BIS_functions=L 1-1-B:1, group=L 1-1-B"] "--------------------------------" "UPSMON started" "PDB-0 Mission Parameters" "PDB-0 StartDate = 0" "PDB-0 StartTime = 12" "PDB-0 Lives = 6" "PDB-0 MDifficulty = 2" "PDB-0 MAircraft = 1" "PDB-0 persistentDBHeader = 1" "PDB-0 mpdb_save_delay_server = 600" "PDB-0 mpdb_save_delay_player = 300" "PDB-0 mpdb_date_enabled = 1" "PDB-0 mpdb_weapons_enabled = 1" "PDB-0 mpdb_landvehicles_enabled = 0" "PDB-0 mpdb_objects_enabled = 0" "PDB-0 mpdb_objects_contents_enabled = 0" "PDB-0 mpdb_locations_enabled = 0" "PDB-0 mpdb_persistentScores_enabled = 1" "PDB-0 mpdb_globalScores_enabled = 1" "PDB-0 mpdb_log_enabled = 1" Server: Object 2:971 not found (message 221) Server: Object 2:972 not found (message 221) ["PersistentDB: pdb settings loaded"] "############################# Starting PDB for Co18 PDB Convoy Hell #############################" Server: Object 2:987 not found (message 221) Server: Object 2:988 not found (message 221) Server: Object 2:989 not found (message 221) Server: Object 2:1004 not found (message 221) Server: Object 2:1005 not found (message 221) Server: Object 2:1209 not found (message 132) Server: Object 2:1233 not found (message 132) "SERVER MSG: count MISSIONDATA, 0" 0:01:34.794 (0:00:00.603) versioning - cba_main - Not running! (Machine: S1 (Diesel)) ["PASS: _player: ",S1] ["PASS: _puid: ","5756102"] ["PASS: _pname: ","Diesel"] ["PASS: _playerSide: ",WEST] "SERVER MSG: Mission ID (ARRAY) is <null>" "SERVER MSG: Player connected Diesel, puid 5756102" Error in expression <nt _dataRead > 0) then { if (_dataRead select 2 == _puid) then { _seen = true;> Error position: <select 2 == _puid) then { _seen = true;> Error Zero divisor File mpmissions\__cur_mp.Takistan\core\modules\persistentDB\initPlayerConnection.sqf, line 51 "SERVER MSG: Adding score 0 to Diesel, playerObject:S1, puid:5756102" ["PersistentDB: SERVER PV - PDB_ACTIVATEPLAYER: ",[s1,"Diesel",false]]
  13. Ok that would make sense but my friend who knows about this stuff had to go out of town for a little while so I am on my own. He set this up for me so I am new to mysql so I use mysql workbench I log into where the database.txt is suppose to be saving this. Now how do I make it so it read it? I would guess "Create a new schema in the connected server" then save the name as "arma". After i get this far idk what to do.
  14. So this is what we found and I am not sure what this is doing maby you guys can help me out. 12-28-2012_22-38-04.log Info: 22:38:04 - Logging started in directory: C:\Users\Ck\AppData\Local\Arma2MySQL/logs/ Info: 22:38:04 - Arma2NETMySQL Plugin Started. Info: 22:38:04 - Version number: 0.1.0.0 Info: 22:38:04 - Loading databases... Info: 22:38:04 - Databases.txt file loading in from: C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Databases.txt Info: 22:38:04 - Type: mysql Database: arma IPAddress: 127.0.0.1 Port: 3306 Username: root Password: NotShownForSecurityReasons Info: 22:38:04 - Received - Database: arma Procedure: GetMissionByName Parameters: tna=Co18 PDB Convoy Hell Info: 22:38:04 - Parsing parameters... Warning: 22:38:04 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): PROCEDURE arma.GetMissionByName does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 22:38:09 - Received - Database: arma Procedure: GetPlayer Parameters: tmid=<null>,tpid=5756102 Info: 22:38:09 - Parsing parameters... Warning: 22:38:09 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): PROCEDURE arma.GetPlayer does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 22:38:09 - Received - Database: arma Procedure: InsertPlayer Parameters: tpid=5756102,tna=Diesel,tmid=<null>,tsid=WEST,tpos=8035.55|1941.26|0.00143433 Info: 22:38:09 - Parsing parameters... Warning: 22:38:09 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): PROCEDURE arma.InsertPlayer does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 22:38:09 - Received - Database: arma Procedure: GetGlobalScoreByPlayer Parameters: tpid=5756102 Info: 22:38:09 - Parsing parameters... Warning: 22:38:09 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): PROCEDURE arma.GetGlobalScoreByPlayer does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 22:39:37 - Received - Database: arma Procedure: UpdatePlayer Parameters: tsc=8,tpos=7927.1|1872.79|0.00143433,tdam=0,tdhe=0,tdbo=0,tdha=0,tdle=0,tdir=334.591,tsta=Stand,tsid=WEST,tveh=any,tsea=,ttyp=US_Soldier_TL_EP1,trat=5100,tvd=1600,ttd=0,tran=CAPTAIN,tfir=0,tek=0,tck=0,tfk=0,tsui=0,tlif=ALIVE,tdea=0,ttp=86.555,tlc="12/29/2012 3:38:09 AM",tld="12/29/2012 3:39:37 AM",tpid=5756102,tna=Diesel,tmid=<null> Info: 22:39:37 - Parsing parameters... Warning: 22:39:37 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): PROCEDURE arma.UpdatePlayer does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Info: 22:39:37 - Received - Database: arma Procedure: UpdatePlayerWeapons Parameters: twea="SCAR_L_STD_EGLM_RCO"|"NVGoggles"|"Binocular_Vector"|"ItemMap"|"ItemCompass"|"ItemWatch"|"ItemRadio"|"ItemGPS",tmag="30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"IR_Strobe_Target"|"SmokeShellRed"|"HandGrenade_West"|"HandGrenade_West"|"1Rnd_HE_M203"|"1Rnd_HE_M203"|"1Rnd_HE_M203"|"1Rnd_HE_M203"|"1Rnd_Smoke_M203"|"1Rnd_Smoke_M203"|"1Rnd_SmokeRed_M203"|"1Rnd_SmokeRed_M203",trck=,trwe=[]|[],trma=[]|[],tpid=5756102,tna=Diesel,tmid=<null> Info: 22:39:37 - Parsing parameters... Warning: 22:39:37 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): PROCEDURE arma.UpdatePlayerWeapons does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize) Arma2NET.2012-12-28.log 12/28/2012 03:16:36 Arma2NET 2.3.0.0 running on CLR 4.0.30319.296 12/28/2012 03:16:36 Loaded into process Arma2NetExplorer 12/28/2012 03:16:36 Loading add-ins 12/28/2012 03:16:36 Found an assembly inside the add-in base directory. If this assembly is an add-in, place it inside an add-in subdirectory: C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\@Arma2NET\AddIns\MySql.Data.dll 12/28/2012 03:16:37 Domain Name Version Publisher Description 12/28/2012 03:16:37 Arma2NetExplorer.exe Arma2NETMySQL 0.1.0.0 firefly2442 Runs MySQL procedure commands. 12/28/2012 03:16:37 Arma2NetExplorer.exe Arma2NETMySQLCommand0.1.0.0 firefly2442 Runs raw MySQL/SQLite commands 12/28/2012 03:16:37 Arma2NetExplorer.exe ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 12/28/2012 03:16:37 Arma2NetExplorer.exe CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 12/28/2012 03:16:37 Arma2NetExplorer.exe Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 12/28/2012 03:16:37 Arma2NetExplorer.exe GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value. 12/28/2012 03:16:37 Arma2NetExplorer.exe SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value. 12/28/2012 03:16:37 Arma2NetExplorer.exe CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 12/28/2012 03:16:37 Arma2NetExplorer.exe DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 12/28/2012 03:16:37 Arma2NET initialized in 00:00:00.8438883 12/28/2012 03:16:37 Caught exception of type Arma2Net.Managed.FunctionNotFoundException 12/28/2012 03:16:37 Arma2Net.Managed.FunctionNotFoundException: The specified add-in was not found: "Arma2NETMySQL" 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) 12/28/2012 03:16:37 function: "Arma2NETMySQL" 12/28/2012 03:16:37 maxResultSize: 4095 12/28/2012 03:16:46 Caught exception of type System.Reflection.TargetInvocationException 12/28/2012 03:16:46 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString) at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values) at Arma2NETMySQLPlugin.Databases..ctor() at Arma2NETMySQLPlugin.Startup.StartupConnection() at Arma2NETMySQLPlugin.Arma2NETMySQLPlugin.Invoke(String args, Int32 maxResultSize) at Arma2Net.Managed.AddInManager.DomainInvokeAddIn(AddInArguments args) --- 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.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) 12/28/2012 03:16:46 function: Arma2NETMySQL 12/28/2012 03:16:46 maxResultSize: 4095 12/28/2012 22:07:23 Arma2NET 2.3.0.0 running on CLR 4.0.30319.296 12/28/2012 22:07:23 Loaded into process Arma2NetExplorer 12/28/2012 22:07:23 Loading add-ins 12/28/2012 22:07:23 Found an assembly inside the add-in base directory. If this assembly is an add-in, place it inside an add-in subdirectory: C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\@Arma2NET\AddIns\MySql.Data.dll 12/28/2012 22:07:24 Domain Name Version Publisher Description 12/28/2012 22:07:24 Arma2NetExplorer.exe Arma2NETMySQL 0.1.0.0 firefly2442 Runs MySQL procedure commands. 12/28/2012 22:07:24 Arma2NetExplorer.exe Arma2NETMySQLCommand0.1.0.0 firefly2442 Runs raw MySQL/SQLite commands 12/28/2012 22:07:24 Arma2NetExplorer.exe ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 12/28/2012 22:07:24 Arma2NetExplorer.exe CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 12/28/2012 22:07:24 Arma2NetExplorer.exe Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 12/28/2012 22:07:24 Arma2NetExplorer.exe GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value. 12/28/2012 22:07:24 Arma2NetExplorer.exe SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value. 12/28/2012 22:07:24 Arma2NetExplorer.exe CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 12/28/2012 22:07:24 Arma2NetExplorer.exe DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 12/28/2012 22:07:24 Arma2NET initialized in 00:00:00.6968310 12/28/2012 22:07:24 Caught exception of type Arma2Net.Managed.FunctionNotFoundException 12/28/2012 22:07:24 Arma2Net.Managed.FunctionNotFoundException: The specified add-in was not found: "Arma2NETMySQL" 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) 12/28/2012 22:07:24 function: "Arma2NETMySQL" 12/28/2012 22:07:24 maxResultSize: 4095 12/28/2012 22:08:05 Caught exception of type Arma2Net.Managed.FunctionNotFoundException 12/28/2012 22:08:05 Arma2Net.Managed.FunctionNotFoundException: The specified add-in was not found: "Arma2NETMySQL" 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) 12/28/2012 22:08:05 function: "Arma2NETMySQL" 12/28/2012 22:08:05 maxResultSize: 4095 12/28/2012 22:09:04 Caught exception of type Arma2Net.Managed.FunctionNotFoundException 12/28/2012 22:09:04 Arma2Net.Managed.FunctionNotFoundException: The specified add-in was not found: "Arma2NETMySQL" 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) 12/28/2012 22:09:04 function: "Arma2NETMySQL" 12/28/2012 22:09:04 maxResultSize: 4095 12/28/2012 22:09:06 Caught exception of type Arma2Net.Managed.FunctionNotFoundException 12/28/2012 22:09:06 Arma2Net.Managed.FunctionNotFoundException: The specified add-in was not found: "Arma2NETMySQL" 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) 12/28/2012 22:09:06 function: "Arma2NETMySQL" 12/28/2012 22:09:06 maxResultSize: 4095 12/28/2012 22:09:11 Caught exception of type System.Reflection.TargetInvocationException 12/28/2012 22:09:11 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not find file 'C:\Users\Ck\AppData\Local\Arma2MySQL\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) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) at System.IO.StreamReader..ctor(String path) at System.IO.File.OpenText(String path) at Arma2NETMySQLPlugin.Databases..ctor() at Arma2NETMySQLPlugin.Startup.StartupConnection() at Arma2NETMySQLPlugin.Arma2NETMySQLPlugin.Invoke(String args, Int32 maxResultSize) at Arma2Net.Managed.AddInManager.DomainInvokeAddIn(AddInArguments args) --- 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.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) 12/28/2012 22:09:11 function: Arma2NETMySQL 12/28/2012 22:09:11 maxResultSize: 4095 12/28/2012 22:11:09 Caught exception of type System.Reflection.TargetInvocationException 12/28/2012 22:11:09 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString) at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values) at Arma2NETMySQLPlugin.Databases..ctor() at Arma2NETMySQLPlugin.Startup.StartupConnection() at Arma2NETMySQLPlugin.Arma2NETMySQLPlugin.Invoke(String args, Int32 maxResultSize) at Arma2Net.Managed.AddInManager.DomainInvokeAddIn(AddInArguments args) --- 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.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) 12/28/2012 22:11:09 function: Arma2NETMySQL 12/28/2012 22:11:09 maxResultSize: 4095 12/28/2012 22:38:04 Arma2NET 2.3.0.0 running on CLR 4.0.30319.296 12/28/2012 22:38:04 Loaded into process arma2oaserver 12/28/2012 22:38:04 Loading add-ins 12/28/2012 22:38:04 Found an assembly inside the add-in base directory. If this assembly is an add-in, place it inside an add-in subdirectory: C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\@Arma2NET\AddIns\MySql.Data.dll 12/28/2012 22:38:04 Domain Name Version Publisher Description 12/28/2012 22:38:04 DefaultDomain Arma2NETMySQL 0.1.0.0 firefly2442 Runs MySQL procedure commands. 12/28/2012 22:38:04 DefaultDomain Arma2NETMySQLCommand0.1.0.0 firefly2442 Runs raw MySQL/SQLite commands 12/28/2012 22:38:04 DefaultDomain ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 12/28/2012 22:38:04 DefaultDomain CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 12/28/2012 22:38:04 DefaultDomain Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 12/28/2012 22:38:04 DefaultDomain GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value. 12/28/2012 22:38:04 DefaultDomain SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value. 12/28/2012 22:38:04 DefaultDomain CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 12/28/2012 22:38:04 DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 12/28/2012 22:38:04 Arma2NET initialized in 00:00:00.1350536 12/28/2012 22:38:04 function: Arma2NETMySQL ['arma','GetMissionByName','[tna=Co18 PDB Convoy Hell]'] 12/28/2012 22:38:04 maxResultSize: 10239 12/28/2012 22:38:04 Result size: 13 12/28/2012 22:38:04 Result: [[["Error"]]] 12/28/2012 22:38:09 function: Arma2NETMySQL ['arma','GetPlayer','[tmid=<null>,tpid=5756102]'] 12/28/2012 22:38:09 maxResultSize: 10239 12/28/2012 22:38:09 Result size: 13 12/28/2012 22:38:09 Result: [[["Error"]]] 12/28/2012 22:38:09 function: DateTime ['utcnow',] 12/28/2012 22:38:09 maxResultSize: 10239 12/28/2012 22:38:09 Result size: 23 12/28/2012 22:38:09 Result: "12/29/2012 3:38:09 AM" 12/28/2012 22:38:09 function: Arma2NETMySQL ['arma','InsertPlayer','[tpid=5756102,tna=Diesel,tmid=<null>,tsid=WEST,tpos=8035.55|1941.26|0.00143433]'] 12/28/2012 22:38:09 maxResultSize: 10239 12/28/2012 22:38:09 Result size: 13 12/28/2012 22:38:09 Result: [[["Error"]]] 12/28/2012 22:38:09 function: Arma2NETMySQL ['arma','GetGlobalScoreByPlayer','[tpid=5756102]'] 12/28/2012 22:38:09 maxResultSize: 10239 12/28/2012 22:38:09 Result size: 13 12/28/2012 22:38:09 Result: [[["Error"]]] 12/28/2012 22:39:37 function: DateTime ['utcnow',] 12/28/2012 22:39:37 maxResultSize: 10239 12/28/2012 22:39:37 Result size: 23 12/28/2012 22:39:37 Result: "12/29/2012 3:39:37 AM" 12/28/2012 22:39:37 function: Arma2NETMySQL ['arma','UpdatePlayer','tsc=8,tpos=7927.1|1872.79|0.00143433,tdam=0,tdhe=0,tdbo=0,tdha=0,tdle=0,tdir=334.591,tsta=Stand,tsid=WEST,tveh=any,tsea=,ttyp=US_Soldier_TL_EP1,trat=5100,tvd=1600,ttd=0,tran=CAPTAIN,tfir=0,tek=0,tck=0,tfk=0,tsui=0,tlif=ALIVE,tdea=0,ttp=86.555,tlc="12/29/2012 3:38:09 AM",tld="12/29/2012 3:39:37 AM",tpid=5756102,tna=Diesel,tmid=<null>'] 12/28/2012 22:39:37 maxResultSize: 10239 12/28/2012 22:39:37 Result size: 13 12/28/2012 22:39:37 Result: [[["Error"]]] 12/28/2012 22:39:37 function: Arma2NETMySQL ['arma','UpdatePlayerWeapons','twea="SCAR_L_STD_EGLM_RCO"|"NVGoggles"|"Binocular_Vector"|"ItemMap"|"ItemCompass"|"ItemWatch"|"ItemRadio"|"ItemGPS",tmag="30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"30Rnd_556x45_Stanag"|"IR_Strobe_Target"|"SmokeShellRed"|"HandGrenade_West"|"HandGrenade_West"|"1Rnd_HE_M203"|"1Rnd_HE_M203"|"1Rnd_HE_M203"|"1Rnd_HE_M203"|"1Rnd_Smoke_M203"|"1Rnd_Smoke_M203"|"1Rnd_SmokeRed_M203"|"1Rnd_SmokeRed_M203",trck=,trwe=[]|[],trma=[]|[],tpid=5756102,tna=Diesel,tmid=<null>'] 12/28/2012 22:39:37 maxResultSize: 10239 12/28/2012 22:39:37 Result size: 13 12/28/2012 22:39:37 Result: [[["Error"]]] Is it timing out?
  15. Well thanks Its probably something I did wrong so I am going to go over what I have done and see if I spot anything and report back to you guys. Also you said something about a read me where is this located?
×