A3Armory / A3A_A3Wasteland.Altis

A3Wasteland is a survival sandbox mission for Arma 3 where two teams and independent players fight for survival. Built in collaboration between GoT, TPG, KoS, 404Games, and others.
http://a3wasteland.com
GNU Affero General Public License v3.0
9 stars 6 forks source link

extDB errors #4

Closed codexGW closed 8 years ago

codexGW commented 8 years ago

I'm getting these extDB log errors during testing.

extDB2: Version: 63
extDB2: https://github.com/Torndeco/extDB2
extDB2: Windows Version
Message: All development for extDB2 is done on a Linux Dedicated Server
Message: If you would like to Donate to extDB2 Development
Message: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2SUEFTGABTAM2
Message: Also leave a message if there is any particular feature you would like to see added.
Message: Thanks for all the people that have donated.
Message: Torndeco: 20/02/15

extDB2: Found extdb-conf.ini
extDB2: Detected 8 Cores, Setting up 6 Worker Threads

[11:31:26:033 --4:00] [Thread 12464] extDB2: Database Type: MySQL
[11:31:26:152 --4:00] [Thread 12464] extDB2: Database Session Pool Started
[11:31:26:178 --4:00] [Thread 12464] extDB2: SQL_CUSTOM_V2: Loading Template Filename: C:\server138\a3w\extDB\sql_custom_v2\a3wasteland.ini
[11:31:26:178 --4:00] [Thread 12464] extDB2: SQL_CUSTOM_V2: Version 12 Detected, Latest Version 12 Available
[11:34:28:928 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error   [mysql_stmt_error]: Column 'BountyKills' specified twice    [mysql_stmt_errno]: 1110    [mysql_stmt_sqlstate]: 42000    [statemnt]: INSERT INTO PlayerInfo SET UID = ?, BattlEyeGUID = REPLACE(?,'"',''), Name='Towley',LastSide='WEST',Bounty=0,BountyKills='[]',BankMoney=0,Bounty=0,BountyKills='[]' ON DUPLICATE KEY UPDATE Name=VALUES(Name),LastSide=VALUES(LastSide),Bounty=VALUES(Bounty),BountyKills=VALUES(BountyKills),BankMoney=VALUES(BankMoney),Bounty=VALUES(Bounty),BountyKills=VALUES(BountyKills);
[11:34:28:928 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:34:28:989 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerInfo:76561197965853000:Name='Towley',LastSide='WEST',Bounty=0,BountyKills='[]',BankMoney=0,Bounty=0,BountyKills='[]':Name=VALUES(Name),LastSide=VALUES(LastSide),Bounty=VALUES(Bounty),BountyKills=VALUES(BountyKills),BankMoney=VALUES(BankMoney),Bounty=VALUES(Bounty),BountyKills=VALUES(BountyKills)

Any ideas?

AgentRev commented 8 years ago

I see the bounty columns written twice each. Your extDB loadAccount.sqf is probably still messed up.

codexGW commented 8 years ago

Just checked both with a diff and they're identical. I checked before, this time I double checked the pbo as well.

AgentRev commented 8 years ago

Oh I didn't see it was for the INSERT clause, I though it was SELECT, hang on.

AgentRev commented 8 years ago

Found the problem; revert your persistence\server\players\setupPlayerDB.sqf to vanilla.

AgentRev commented 8 years ago

Actually, I think I implemented it incorrectly, I guess tyler's version is better. I'm gonna remove some of my stuff and use his instead.

codexGW commented 8 years ago

He put a lot of thought into it so I'm not to surprised. Nice catch man.

codexGW commented 8 years ago

Servers still running. Not sure if its related but getting some new errors in the extDB log.

extDB2: Version: 63
extDB2: https://github.com/Torndeco/extDB2
extDB2: Windows Version
Message: All development for extDB2 is done on a Linux Dedicated Server
Message: If you would like to Donate to extDB2 Development
Message: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2SUEFTGABTAM2
Message: Also leave a message if there is any particular feature you would like to see added.
Message: Thanks for all the people that have donated.
Message: Torndeco: 20/02/15

extDB2: Found extdb-conf.ini
extDB2: Detected 8 Cores, Setting up 6 Worker Threads

[11:31:26:033 --4:00] [Thread 12464] extDB2: Database Type: MySQL
[11:31:26:152 --4:00] [Thread 12464] extDB2: Database Session Pool Started
[11:31:26:178 --4:00] [Thread 12464] extDB2: SQL_CUSTOM_V2: Loading Template Filename: C:\server138\a3w\extDB\sql_custom_v2\a3wasteland.ini
[11:31:26:178 --4:00] [Thread 12464] extDB2: SQL_CUSTOM_V2: Version 12 Detected, Latest Version 12 Available
[11:34:28:928 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error   [mysql_stmt_error]: Column 'BountyKills' specified twice    [mysql_stmt_errno]: 1110    [mysql_stmt_sqlstate]: 42000    [statemnt]: INSERT INTO PlayerInfo SET UID = ?, BattlEyeGUID = REPLACE(?,'"',''), Name='Towley',LastSide='WEST',Bounty=0,BountyKills='[]',BankMoney=0,Bounty=0,BountyKills='[]' ON DUPLICATE KEY UPDATE Name=VALUES(Name),LastSide=VALUES(LastSide),Bounty=VALUES(Bounty),BountyKills=VALUES(BountyKills),BankMoney=VALUES(BankMoney),Bounty=VALUES(Bounty),BountyKills=VALUES(BountyKills);
[11:34:28:928 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:34:28:989 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerInfo:76561197965853000:Name='Towley',LastSide='WEST',Bounty=0,BountyKills='[]',BankMoney=0,Bounty=0,BountyKills='[]':Name=VALUES(Name),LastSide=VALUES(LastSide),Bounty=VALUES(Bounty),BountyKills=VALUES(BountyKills),BankMoney=VALUES(BankMoney),Bounty=VALUES(Bounty),BountyKills=VALUES(BountyKills)
[11:42:31:182 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=80.110504,Thirst=75.733704 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:42:31:182 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:42:31:182 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=80.110504,Thirst=75.733704:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:43:31:356 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=79.277145,Thirst=74.967049 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:43:31:356 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:43:31:356 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=79.277145,Thirst=74.967049:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:44:31:519 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=78.443787,Thirst=74.000396729 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:44:31:519 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:44:31:519 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=78.443787,Thirst=74.000396729:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:45:31:737 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=77.721542,Thirst=73.133743 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:45:31:737 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:45:31:737 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=77.721542,Thirst=73.133743:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:46:31:880 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=77.0548553,Thirst=72.200424 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:46:31:880 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:46:31:880 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=77.0548553,Thirst=72.200424:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:47:32:032 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=76.249275,Thirst=71.567101 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:47:32:032 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:47:32:032 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=76.249275,Thirst=71.567101:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:48:32:213 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=75.304802,Thirst=70.567116 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:48:32:213 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:48:32:213 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=75.304802,Thirst=70.567116:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:49:32:356 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=74.610336,Thirst=69.533798 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:49:32:356 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:49:32:356 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=74.610336,Thirst=69.533798:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:50:32:532 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=74.0825424,Thirst=68.333817 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:50:32:532 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:50:32:532 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=74.0825424,Thirst=68.333817:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:51:32:685 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=73.276962,Thirst=67.267166 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:51:32:685 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:51:32:685 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=73.276962,Thirst=67.267166:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:52:32:903 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=72.249153,Thirst=66.300514 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:52:32:903 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:52:32:903 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=72.249153,Thirst=66.300514:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:53:33:103 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=71.443573,Thirst=65.367195 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:53:33:103 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:53:33:103 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=71.443573,Thirst=65.367195:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:54:33:254 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=70.526878,Thirst=64.233879 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:54:33:254 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:54:33:254 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=70.526878,Thirst=64.233879:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:55:33:399 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=69.749077,Thirst=63.200562 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:55:33:399 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:55:33:399 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=69.749077,Thirst=63.200562:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:56:33:556 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=68.693489,Thirst=62.167244 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:56:33:557 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:56:33:557 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=68.693489,Thirst=62.167244:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:57:33:752 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=67.804573,Thirst=61.333923 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:57:33:752 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:57:33:752 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=67.804573,Thirst=61.333923:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:58:33:919 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=67.0267715,Thirst=60.333939 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:58:33:919 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:58:33:919 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=67.0267715,Thirst=60.333939:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[11:59:34:105 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=66.0822983,Thirst=59.533951 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[11:59:34:105 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[11:59:34:105 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=66.0822983,Thirst=59.533951:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:00:34:284 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=65.332275,Thirst=58.533966 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:00:34:284 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:00:34:285 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=65.332275,Thirst=58.533966:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:01:34:445 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=64.665588,Thirst=57.667313 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:01:34:445 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:01:34:445 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=64.665588,Thirst=57.667313:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:02:34:610 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=63.748894,Thirst=56.467331 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:02:34:610 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:02:34:610 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=63.748894,Thirst=56.467331:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:03:34:773 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=62.998871,Thirst=55.534012 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:03:34:773 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:03:34:773 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=62.998871,Thirst=55.534012:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:04:35:041 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=62.137733,Thirst=54.634026 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:04:35:041 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:04:35:041 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=62.137733,Thirst=54.634026:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:05:35:244 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=61.359932,Thirst=53.667374 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:05:35:244 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:05:35:244 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=61.359932,Thirst=53.667374:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:06:35:501 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=60.804359,Thirst=52.400726 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:06:35:501 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:06:35:501 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=60.804359,Thirst=52.400726:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:07:35:649 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=60.0543365,Thirst=51.334076 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:07:35:649 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:07:35:649 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=60.0543365,Thirst=51.334076:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:08:35:802 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=59.332092,Thirst=50.534088 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:08:35:802 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:08:35:802 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=59.332092,Thirst=50.534088:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:09:35:976 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=58.748741,Thirst=49.500771 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:09:35:976 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:09:35:976 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=58.748741,Thirst=49.500771:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:10:36:119 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=57.97094,Thirst=48.534119 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:10:36:119 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:10:36:119 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=57.97094,Thirst=48.534119:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:11:36:280 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=57.109802,Thirst=47.500801 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:11:36:280 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:11:36:280 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=57.109802,Thirst=47.500801:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:12:36:432 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=56.332001,Thirst=46.400818 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:12:36:432 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:12:36:432 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=56.332001,Thirst=46.400818:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:13:36:522 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=55.248634,Thirst=45.434166 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:13:36:522 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:13:36:522 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=55.248634,Thirst=45.434166:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:14:36:675 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=54.304161,Thirst=44.434181 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:14:36:675 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:14:36:675 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=54.304161,Thirst=44.434181:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:15:36:862 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=53.276352,Thirst=43.400864 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:15:36:862 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:15:36:862 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=53.276352,Thirst=43.400864:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:16:37:086 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=52.49855,Thirst=42.467545 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:16:37:086 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:16:37:086 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=52.49855,Thirst=42.467545:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:17:37:339 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=51.804085,Thirst=41.534225 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:17:37:339 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:17:37:339 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=51.804085,Thirst=41.534225:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:18:37:607 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=51.137398,Thirst=40.400909 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:18:37:607 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:18:37:607 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=51.137398,Thirst=40.400909:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:19:37:888 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=50.387375,Thirst=39.367592 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:19:37:888 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:19:37:888 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=50.387375,Thirst=39.367592:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:20:38:113 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=49.47068,Thirst=38.367607 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:20:38:113 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:20:38:113 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=49.47068,Thirst=38.367607:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:21:38:295 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=48.609543,Thirst=37.634285 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:21:38:295 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:21:38:295 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=48.609543,Thirst=37.634285:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:22:38:490 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=47.85952,Thirst=36.434303 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:22:38:491 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:22:38:491 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=47.85952,Thirst=36.434303:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:23:38:709 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=46.970604,Thirst=35.600983 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:23:38:709 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:23:38:709 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=46.970604,Thirst=35.600983:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:24:38:895 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=46.220581,Thirst=34.667664 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:24:38:895 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:24:38:895 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=46.220581,Thirst=34.667664:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:25:39:026 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=45.470558,Thirst=33.934341 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:25:39:026 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:25:39:026 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=45.470558,Thirst=33.934341:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:26:39:261 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=44.803871,Thirst=32.867691 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:26:39:261 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:26:39:261 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=44.803871,Thirst=32.867691:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:27:39:415 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=43.859398,Thirst=32.101036 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:27:39:415 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:27:39:415 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=43.859398,Thirst=32.101036:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:28:39:566 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=43.137154,Thirst=31.0343857 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:28:39:566 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:28:39:566 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=43.137154,Thirst=31.0343857:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:29:39:736 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=42.498245,Thirst=29.867737 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:29:39:736 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:29:39:736 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=42.498245,Thirst=29.867737:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:30:39:911 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=41.553772,Thirst=28.901085 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:30:39:911 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:30:39:911 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=41.553772,Thirst=28.901085:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:31:40:072 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=40.609299,Thirst=27.934433 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:31:40:072 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:31:40:072 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=40.609299,Thirst=27.934433:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:32:40:325 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=39.831497,Thirst=26.967781 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:32:40:326 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:32:40:326 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=39.831497,Thirst=26.967781:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:33:40:483 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=38.998138,Thirst=25.867798 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:33:40:483 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:33:40:483 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=38.998138,Thirst=25.867798:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:34:40:606 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error   [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=38.0814438,Thirst=24.83448 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:34:40:606 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:34:40:606 --4:00] [Thread 15132] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=38.0814438,Thirst=24.83448:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
[12:35:40:802 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error    [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`a3wasteland`.`playersave`, CONSTRAINT `fk_PlayerSave_ServerMap` FOREIGN KEY (`MapID`) REFERENCES `servermap` (`ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) [mysql_stmt_errno]: 1452    [mysql_stmt_sqlstate]: 23000    [statemnt]: INSERT INTO PlayerSave SET PlayerUID = ?, MapID = ?, LastServerID = ?, CreationDate = NOW(), Hunger=37.331421,Thirst=23.934494 ON DUPLICATE KEY UPDATE LastServerID = VALUES(LastServerID), Hunger=VALUES(Hunger),Thirst=VALUES(Thirst);
[12:35:40:802 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[12:35:40:802 --4:00] [Thread 2720] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerSave:76561197965853000:1:1:Hunger=37.331421,Thirst=23.934494:Hunger=VALUES(Hunger),Thirst=VALUES(Thirst)
AgentRev commented 8 years ago

would need server RPT log

codexGW commented 8 years ago
=====================================================================
== C:\server138\a3w\arma3server.exe
== "C:\server138\a3w\arma3server.exe"  "-autoInit" "-config=C:\server138\a3w\serverxyz\A3WEXTDB\server.cfg" "-cfg=C:\server138\a3w\serverxyz\A3WEXTDB\basic.cfg" "-profiles=C:\server138\a3w\serverxyz\A3WEXTDB" -servermod=@ASM -filePatching -loadMissionToMemory -maxMem=3072 -port=2302 -name=A3W

Original output filename: Arma3Retail_Server
Exe timestamp: 2016/06/30 16:57:59
Current time:  2016/07/09 12:42:23

Type: Public
Build: Stable
Version: 1.62.137306

Allocator: C:\server138\a3w\dll\tbb4malloc_bi.dll
=====================================================================

12:42:23 SteamAPI initialization failed. Steam features wont's be accessible!
12:42:24 Cannot register unknown string STR_AC_VEHICLE_IN_VEHICLE_UNLOAD
12:42:24 Cannot register unknown string STR_ACTION_VECTORING_ON
12:42:24 Cannot register unknown string STR_ACTION_VECTORING_OFF
12:42:24 Initializing stats manager.
12:42:24 Stats config disabled.
12:42:24 sessionID: f8628f5afbab929b7657639150fd406fae2d1659
12:42:36 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/
12:42:36 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/
12:42:36 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/
12:42:36 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/
12:42:36 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/
12:42:36 Updating base class BlendAnims->, by a3\anims_f\config\sdr\weaponswitching\config.bin/CfgMovesMaleSdr/BlendAnims/
12:42:36 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/
12:42:36 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/
12:42:36 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/
12:42:36 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/
12:42:36 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/
12:42:36 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/
12:42:36 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/
12:42:36 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/
12:42:36 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/
12:42:36 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/
12:42:36 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/
12:42:36 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/
12:42:36 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/
12:42:36 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/
12:42:36 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/
12:42:36 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/
12:42:36 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/
12:42:36 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/
12:42:36 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/
12:42:36 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/
12:42:36 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/
12:42:36 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/
12:42:36 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/
12:42:36 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/
12:42:36 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/
12:42:36 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/
12:42:36 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/
12:42:36 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/
12:42:36 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/
12:42:36 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/
12:42:36 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/
12:42:36 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/
12:42:36 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/
12:42:36 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/
12:42:36 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/
12:42:36 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/
12:42:36 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/
12:42:36 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/
12:42:36 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/
12:42:36 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/
12:42:36 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/
12:42:36 Updating base class RscUnitInfo->RscUnitInfoAirNoWeapon, by a3\ui_f\config.bin/RscInGameUI/RscUnitInfoAir/
12:42:36 Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscInGameUI/RscTaskOverview/controls/TaskOverviewAssigned/
12:42:36 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/
12:42:36 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/
12:42:36 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/
12:42:36 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
12:42:36 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/
12:42:36 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/
12:42:36 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/
12:42:36 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
12:42:36 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/
12:42:36 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/
12:42:36 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
12:42:36 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
12:42:36 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
12:42:36 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
12:42:36 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
12:42:36 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
12:42:36 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
12:42:36 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
12:42:36 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
12:42:36 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
12:42:36 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
12:42:36 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
12:42:36 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/
12:42:36 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceMid/
12:42:36 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceLong/
12:42:36 Updating base class ->All, by a3\sounds_f\config.bin/CfgVehicles/Sound/
12:42:36 Updating base class ->BlendAnims, by a3\soft_f_kart\kart_01\config.bin/CfgMovesMaleSdr/BlendAnims/
12:42:36 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisable/
12:42:36 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisableTiles/
12:42:36 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisable/
12:42:36 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisableTiles/
12:42:36 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisable/
12:42:36 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisableTiles/
12:42:36 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisable/
12:42:36 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisableTiles/
12:42:36 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisable/
12:42:36 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisableTiles/
12:42:36 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_2/Controls/
12:42:36 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_6/Controls/
12:42:36 Updating base class Turrets->, by a3\air_f_exp\heli_light_01\config.bin/CfgVehicles/Heli_Light_01_civil_base_F/Turrets/
12:42:37 Initializing Steam Manager
12:42:37 Steam Manager initialized.
12:42:37 
12:42:37 ==== Loaded addons ====
12:42:37 
12:42:37 dta\bin.pbo - unknown
12:42:37 dta\core.pbo - 98397
12:42:37 dta\languagecore_f.pbo - 102256
12:42:37 C:\server138\a3w\expansion\addons\air_f_exp.ebo - 102157
12:42:37 C:\server138\a3w\expansion\addons\anims_f_exp.ebo - 102343
12:42:37 C:\server138\a3w\expansion\addons\armor_f_exp.ebo - 101169
12:42:37 C:\server138\a3w\expansion\addons\boat_f_exp.ebo - 102349
12:42:37 C:\server138\a3w\expansion\addons\cargoposes_f_exp.ebo - 101996
12:42:37 C:\server138\a3w\expansion\addons\characters_f_exp.ebo - 102341
12:42:37 C:\server138\a3w\expansion\addons\data_f_exp.ebo - 102344
12:42:37 C:\server138\a3w\expansion\addons\dubbing_radio_f_exp.ebo - 102344
12:42:37 C:\server138\a3w\expansion\addons\dubbing_radio_f_exp_data_chi.ebo - 102349
12:42:37 C:\server138\a3w\expansion\addons\dubbing_radio_f_exp_data_engfre.ebo - 102349
12:42:37 C:\server138\a3w\expansion\addons\dubbing_radio_f_exp_data_fre.ebo - 102349
12:42:37 C:\server138\a3w\expansion\addons\editorpreviews_f_exp.ebo - 101866
12:42:37 C:\server138\a3w\expansion\addons\language_f_exp.ebo - 102283
12:42:37 C:\server138\a3w\expansion\addons\map_data_exp.ebo - 101774
12:42:37 C:\server138\a3w\expansion\addons\map_tanoabuka.ebo - 102267
12:42:37 C:\server138\a3w\expansion\addons\map_tanoabuka_data.ebo - 102204
12:42:37 C:\server138\a3w\expansion\addons\map_tanoabuka_data_layers.ebo - 102007
12:42:37 C:\server138\a3w\expansion\addons\map_tanoabuka_data_layers_00_00.ebo - 102007
12:42:37 C:\server138\a3w\expansion\addons\map_tanoa_scenes_f.ebo - 101568
12:42:37 C:\server138\a3w\expansion\addons\music_f_exp.ebo - 102056
12:42:37 C:\server138\a3w\expansion\addons\music_f_exp_music.ebo - 102056
12:42:37 C:\server138\a3w\expansion\addons\props_f_exp.ebo - 102316
12:42:37 C:\server138\a3w\expansion\addons\rocks_f_exp.ebo - 101780
12:42:37 C:\server138\a3w\expansion\addons\soft_f_exp.ebo - 102349
12:42:37 C:\server138\a3w\expansion\addons\sounds_f_exp.ebo - 102345
12:42:37 C:\server138\a3w\expansion\addons\static_f_exp.ebo - 101619
12:42:37 C:\server138\a3w\expansion\addons\structures_f_exp.ebo - 102320
12:42:37 C:\server138\a3w\expansion\addons\structures_f_exp_civilian.ebo - 102332
12:42:37 C:\server138\a3w\expansion\addons\structures_f_exp_commercial.ebo - 102337
12:42:37 C:\server138\a3w\expansion\addons\structures_f_exp_cultural.ebo - 102334
12:42:37 C:\server138\a3w\expansion\addons\structures_f_exp_data.ebo - 102341
12:42:37 C:\server138\a3w\expansion\addons\structures_f_exp_industrial.ebo - 102341
12:42:37 C:\server138\a3w\expansion\addons\structures_f_exp_infrastructure.ebo - 102341
12:42:37 C:\server138\a3w\expansion\addons\supplies_f_exp.ebo - 102166
12:42:37 C:\server138\a3w\expansion\addons\ui_f_exp.ebo - 101912
12:42:37 C:\server138\a3w\expansion\addons\vegetation_f_exp.ebo - 102349
12:42:37 C:\server138\a3w\expansion\addons\weapons_f_exp.ebo - 102344
12:42:37 C:\server138\a3w\mark\addons\anims_f_mark.pbo - 99082
12:42:37 C:\server138\a3w\mark\addons\characters_f_mark.pbo - 102108
12:42:37 C:\server138\a3w\mark\addons\data_f_mark.pbo - 100892
12:42:37 C:\server138\a3w\mark\addons\dubbing_f_mark.pbo - 98398
12:42:37 C:\server138\a3w\mark\addons\dubbing_f_mp_mark.pbo - 99082
12:42:37 C:\server138\a3w\mark\addons\functions_f_mark.pbo - 99082
12:42:37 C:\server138\a3w\mark\addons\functions_f_mp_mark.pbo - 102253
12:42:37 C:\server138\a3w\mark\addons\languagemissions_f_mark.pbo - 102100
12:42:37 C:\server138\a3w\mark\addons\languagemissions_f_mp_mark.pbo - 102100
12:42:37 C:\server138\a3w\mark\addons\language_f_mark.pbo - 102099
12:42:37 C:\server138\a3w\mark\addons\language_f_mp_mark.pbo - 102099
12:42:37 C:\server138\a3w\mark\addons\missions_f_mark.pbo - 99082
12:42:37 C:\server138\a3w\mark\addons\missions_f_mark_data.pbo - 99082
12:42:37 C:\server138\a3w\mark\addons\missions_f_mark_video.pbo - 99082
12:42:37 C:\server138\a3w\mark\addons\missions_f_mp_mark.pbo - 102054
12:42:37 C:\server138\a3w\mark\addons\missions_f_mp_mark_data.pbo - 99084
12:42:37 C:\server138\a3w\mark\addons\modules_f_mark.pbo - 99085
12:42:37 C:\server138\a3w\mark\addons\modules_f_mp_mark.pbo - 102157
12:42:37 C:\server138\a3w\mark\addons\music_f_mark.pbo - 98422
12:42:37 C:\server138\a3w\mark\addons\music_f_mark_music.pbo - 99086
12:42:37 C:\server138\a3w\mark\addons\sounds_f_mark.pbo - 99087
12:42:37 C:\server138\a3w\mark\addons\static_f_mark.pbo - 98423
12:42:37 C:\server138\a3w\mark\addons\structures_f_mark.pbo - 99089
12:42:37 C:\server138\a3w\mark\addons\supplies_f_mark.pbo - 99089
12:42:37 C:\server138\a3w\mark\addons\ui_f_mark.pbo - 99090
12:42:37 C:\server138\a3w\mark\addons\ui_f_mp_mark.pbo - 99090
12:42:37 C:\server138\a3w\mark\addons\weapons_f_mark.pbo - 99090
12:42:37 C:\server138\a3w\heli\addons\air_f_heli.pbo - 100981
12:42:37 C:\server138\a3w\heli\addons\anims_f_heli.pbo - 99082
12:42:37 C:\server138\a3w\heli\addons\boat_f_heli.pbo - 99082
12:42:37 C:\server138\a3w\heli\addons\cargoposes_f_heli.pbo - 101509
12:42:37 C:\server138\a3w\heli\addons\data_f_heli.pbo - 100892
12:42:37 C:\server138\a3w\heli\addons\dubbing_f_heli.pbo - 98398
12:42:37 C:\server138\a3w\heli\addons\functions_f_heli.pbo - 99082
12:42:37 C:\server138\a3w\heli\addons\languagemissions_f_heli.pbo - 102099
12:42:37 C:\server138\a3w\heli\addons\language_f_heli.pbo - 102099
12:42:37 C:\server138\a3w\heli\addons\missions_f_heli.pbo - 100701
12:42:37 C:\server138\a3w\heli\addons\missions_f_heli_data.pbo - 99082
12:42:37 C:\server138\a3w\heli\addons\missions_f_heli_video.pbo - 99082
12:42:37 C:\server138\a3w\heli\addons\modules_f_heli.pbo - 99085
12:42:37 C:\server138\a3w\heli\addons\music_f_heli.pbo - 98423
12:42:37 C:\server138\a3w\heli\addons\music_f_heli_music.pbo - 99086
12:42:37 C:\server138\a3w\heli\addons\soft_f_heli.pbo - 99086
12:42:37 C:\server138\a3w\heli\addons\sounds_f_heli.pbo - 99086
12:42:37 C:\server138\a3w\heli\addons\structures_f_heli.pbo - 101719
12:42:37 C:\server138\a3w\heli\addons\supplies_f_heli.pbo - 101719
12:42:37 C:\server138\a3w\heli\addons\ui_f_heli.pbo - 99090
12:42:37 C:\server138\a3w\kart\addons\anims_f_kart.pbo - 99082
12:42:37 C:\server138\a3w\kart\addons\characters_f_kart.pbo - 99082
12:42:37 C:\server138\a3w\kart\addons\data_f_kart.pbo - 100651
12:42:37 C:\server138\a3w\kart\addons\languagemissions_f_kart.pbo - 102099
12:42:37 C:\server138\a3w\kart\addons\language_f_kart.pbo - 102099
12:42:37 C:\server138\a3w\kart\addons\missions_f_kart.pbo - 100701
12:42:37 C:\server138\a3w\kart\addons\missions_f_kart_data.pbo - 99082
12:42:37 C:\server138\a3w\kart\addons\modules_f_kart.pbo - 99085
12:42:37 C:\server138\a3w\kart\addons\modules_f_kart_data.pbo - 99085
12:42:37 C:\server138\a3w\kart\addons\soft_f_kart.pbo - 99086
12:42:37 C:\server138\a3w\kart\addons\sounds_f_kart.pbo - 99086
12:42:37 C:\server138\a3w\kart\addons\structures_f_kart.pbo - 101717
12:42:37 C:\server138\a3w\kart\addons\ui_f_kart.pbo - 99090
12:42:37 C:\server138\a3w\kart\addons\weapons_f_kart.pbo - 99090
12:42:37 C:\server138\a3w\curator\addons\data_f_curator.pbo - 101811
12:42:37 C:\server138\a3w\curator\addons\functions_f_curator.pbo - 99082
12:42:37 C:\server138\a3w\curator\addons\language_f_curator.pbo - 102098
12:42:37 C:\server138\a3w\curator\addons\missions_f_curator.pbo - 101775
12:42:37 C:\server138\a3w\curator\addons\modules_f_curator.pbo - 99085
12:42:37 C:\server138\a3w\curator\addons\ui_f_curator.pbo - 102204
12:42:37 C:\server138\a3w\@ASM\addons\asm.pbo - unknown
12:42:37 addons\3den.pbo - 102238
12:42:37 addons\3den_language.pbo - 102097
12:42:37 addons\a3.pbo - unknown
12:42:37 addons\air_f.pbo - 99988
12:42:37 addons\air_f_beta.pbo - 100272
12:42:37 addons\air_f_epb.pbo - 99941
12:42:37 addons\air_f_epc.pbo - 98395
12:42:37 addons\air_f_gamma.pbo - 98395
12:42:37 addons\animals_f.pbo - 100090
12:42:37 addons\animals_f_beta.pbo - 100090
12:42:37 addons\anims_f.pbo - 101995
12:42:37 addons\anims_f_bootcamp.pbo - 99081
12:42:37 addons\anims_f_data.pbo - 98480
12:42:37 addons\anims_f_epa.pbo - 99082
12:42:37 addons\anims_f_epc.pbo - 99082
12:42:37 addons\anims_f_exp_a.pbo - 99908
12:42:37 addons\armor_f.pbo - 99082
12:42:37 addons\armor_f_beta.pbo - 101707
12:42:37 addons\armor_f_epb.pbo - 99082
12:42:37 addons\armor_f_epc.pbo - 99082
12:42:37 addons\armor_f_gamma.pbo - 99082
12:42:37 addons\baseconfig_f.pbo - 99080
12:42:37 addons\boat_f.pbo - 99082
12:42:37 addons\boat_f_beta.pbo - 99082
12:42:37 addons\boat_f_epc.pbo - 101732
12:42:37 addons\boat_f_gamma.pbo - 101732
12:42:37 addons\cargoposes_f.pbo - 100772
12:42:37 addons\characters_f.pbo - 102106
12:42:37 addons\characters_f_beta.pbo - 101172
12:42:37 addons\characters_f_bootcamp.pbo - 100169
12:42:37 addons\characters_f_epa.pbo - 99082
12:42:37 addons\characters_f_epb.pbo - 99082
12:42:37 addons\characters_f_epc.pbo - 99082
12:42:37 addons\characters_f_gamma.pbo - 99374
12:42:37 addons\data_f.pbo - 101809
12:42:37 addons\data_f_bootcamp.pbo - 100892
12:42:37 addons\data_f_exp_a.pbo - 99082
12:42:37 addons\data_f_exp_b.pbo - 98643
12:42:37 addons\drones_f.pbo - 100981
12:42:37 addons\dubbing_f.pbo - 98398
12:42:37 addons\dubbing_f_beta.pbo - 98398
12:42:37 addons\dubbing_f_bootcamp.pbo - 98398
12:42:37 addons\dubbing_f_epa.pbo - 98398
12:42:37 addons\dubbing_f_epb.pbo - 98398
12:42:37 addons\dubbing_f_epc.pbo - 98398
12:42:37 addons\dubbing_f_gamma.pbo - 98398
12:42:37 addons\dubbing_radio_f.pbo - 99982
12:42:37 addons\dubbing_radio_f_data_eng.pbo - 99078
12:42:37 addons\dubbing_radio_f_data_engb.pbo - 99078
12:42:37 addons\dubbing_radio_f_data_gre.pbo - 99078
12:42:37 addons\dubbing_radio_f_data_per.pbo - 99078
12:42:37 addons\dubbing_radio_f_data_vr.pbo - 99078
12:42:37 addons\editorpreviews_f.pbo - 99556
12:42:37 addons\editor_f.pbo - 99082
12:42:37 addons\functions_f.pbo - 102343
12:42:37 addons\functions_f_bootcamp.pbo - 101296
12:42:37 addons\functions_f_epa.pbo - 99082
12:42:37 addons\functions_f_epc.pbo - 99082
12:42:37 addons\functions_f_exp_a.pbo - 99082
12:42:37 addons\languagemissions_f.pbo - 102099
12:42:37 addons\languagemissions_f_beta.pbo - 102099
12:42:37 addons\languagemissions_f_bootcamp.pbo - 102099
12:42:37 addons\languagemissions_f_epa.pbo - 102099
12:42:37 addons\languagemissions_f_epb.pbo - 102099
12:42:37 addons\languagemissions_f_epc.pbo - 102099
12:42:37 addons\languagemissions_f_exp_a.pbo - 102099
12:42:37 addons\languagemissions_f_gamma.pbo - 102099
12:42:37 addons\language_f.pbo - 102097
12:42:37 addons\language_f_beta.pbo - 102097
12:42:37 addons\language_f_bootcamp.pbo - 102097
12:42:37 addons\language_f_epa.pbo - 102099
12:42:37 addons\language_f_epb.pbo - 102099
12:42:37 addons\language_f_epc.pbo - 102099
12:42:37 addons\language_f_exp_a.pbo - 102099
12:42:37 addons\language_f_exp_b.pbo - 102099
12:42:37 addons\language_f_gamma.pbo - 102099
12:42:37 addons\map_altis.pbo - 100239
12:42:37 addons\map_altis_data.pbo - 99740
12:42:37 addons\map_altis_data_layers.pbo - 99901
12:42:37 addons\map_altis_data_layers_00_00.pbo - 99901
12:42:37 addons\map_altis_data_layers_00_01.pbo - 99901
12:42:37 addons\map_altis_data_layers_01_00.pbo - 99901
12:42:37 addons\map_altis_data_layers_01_01.pbo - 99901
12:42:37 addons\map_altis_scenes_f.pbo - 101568
12:42:37 addons\map_data.pbo - 100132
12:42:37 addons\map_stratis.pbo - 100234
12:42:37 addons\map_stratis_data.pbo - 99082
12:42:37 addons\map_stratis_data_layers.pbo - 99082
12:42:37 addons\map_stratis_scenes_f.pbo - 101568
12:42:37 addons\map_vr.pbo - 98784
12:42:37 addons\map_vr_scenes_f.pbo - 101569
12:42:37 addons\misc_f.pbo - 99082
12:42:37 addons\missions_f.pbo - 99082
12:42:37 addons\missions_f_beta.pbo - 99082
12:42:37 addons\missions_f_beta_data.pbo - 99082
12:42:37 addons\missions_f_beta_video.pbo - 99082
12:42:37 addons\missions_f_bootcamp.pbo - 102166
12:42:37 addons\missions_f_bootcamp_data.pbo - 99082
12:42:37 addons\missions_f_bootcamp_video.pbo - 99082
12:42:37 addons\missions_f_data.pbo - 99082
12:42:37 addons\missions_f_epa.pbo - 101083
12:42:37 addons\missions_f_epa_data.pbo - 99082
12:42:37 addons\missions_f_epa_video.pbo - 99082
12:42:37 addons\missions_f_epb.pbo - 99082
12:42:37 addons\missions_f_epc.pbo - 99082
12:42:37 addons\missions_f_exp_a.pbo - 102056
12:42:37 addons\missions_f_exp_a_data.pbo - 98702
12:42:37 addons\missions_f_gamma.pbo - 99082
12:42:37 addons\missions_f_gamma_data.pbo - 99082
12:42:37 addons\missions_f_gamma_video.pbo - 99082
12:42:37 addons\missions_f_video.pbo - 99084
12:42:37 addons\modules_f.pbo - 98663
12:42:37 addons\modules_f_beta.pbo - 99084
12:42:37 addons\modules_f_beta_data.pbo - 99084
12:42:37 addons\modules_f_bootcamp.pbo - 99085
12:42:37 addons\modules_f_data.pbo - 99085
12:42:37 addons\modules_f_epb.pbo - 99085
12:42:37 addons\modules_f_exp_a.pbo - 99085
12:42:37 addons\music_f.pbo - 99086
12:42:37 addons\music_f_bootcamp.pbo - 98422
12:42:37 addons\music_f_bootcamp_music.pbo - 99086
12:42:37 addons\music_f_epa.pbo - 98422
12:42:37 addons\music_f_epa_music.pbo - 99086
12:42:37 addons\music_f_epb.pbo - 98422
12:42:37 addons\music_f_epb_music.pbo - 99086
12:42:37 addons\music_f_epc.pbo - 98423
12:42:37 addons\music_f_epc_music.pbo - 99086
12:42:37 addons\music_f_music.pbo - 99086
12:42:37 addons\plants_f.pbo - 102349
12:42:37 addons\props_f_exp_a.pbo - 99086
12:42:37 addons\roads_f.pbo - 98423
12:42:37 addons\rocks_f.pbo - 101831
12:42:37 addons\signs_f.pbo - 99349
12:42:37 addons\soft_f.pbo - 98851
12:42:37 addons\soft_f_beta.pbo - 99086
12:42:37 addons\soft_f_bootcamp.pbo - 99086
12:42:37 addons\soft_f_epc.pbo - 99086
12:42:37 addons\soft_f_gamma.pbo - 100005
12:42:37 addons\sounds_f.pbo - 101933
12:42:37 addons\sounds_f_arsenal.pbo - 99086
12:42:37 addons\sounds_f_bootcamp.pbo - 99086
12:42:37 addons\sounds_f_characters.pbo - 101934
12:42:37 addons\sounds_f_environment.pbo - 101781
12:42:37 addons\sounds_f_epb.pbo - 99086
12:42:37 addons\sounds_f_epc.pbo - 99086
12:42:37 addons\sounds_f_exp_a.pbo - 99086
12:42:37 addons\sounds_f_sfx.pbo - 99087
12:42:37 addons\sounds_f_vehicles.pbo - 101781
12:42:37 addons\static_f.pbo - 101412
12:42:37 addons\static_f_beta.pbo - 98423
12:42:37 addons\static_f_gamma.pbo - 98423
12:42:37 addons\structures_f.pbo - 102108
12:42:37 addons\structures_f_bootcamp.pbo - 101830
12:42:37 addons\structures_f_data.pbo - 100167
12:42:37 addons\structures_f_epa.pbo - 99891
12:42:37 addons\structures_f_epb.pbo - 101868
12:42:37 addons\structures_f_epc.pbo - 101721
12:42:37 addons\structures_f_exp_a.pbo - 99087
12:42:37 addons\structures_f_households.pbo - 101820
12:42:37 addons\structures_f_ind.pbo - 102260
12:42:37 addons\structures_f_mil.pbo - 101830
12:42:37 addons\structures_f_wrecks.pbo - 99089
12:42:37 addons\uifonts_f.pbo - 99090
12:42:37 addons\uifonts_f_data.pbo - 99090
12:42:37 addons\ui_f.pbo - 102343
12:42:37 addons\ui_f_bootcamp.pbo - 101548
12:42:37 addons\ui_f_data.pbo - 102242
12:42:37 addons\ui_f_exp_a.pbo - 99090
12:42:37 addons\weapons_f.pbo - 102190
12:42:37 addons\weapons_f_beta.pbo - 102192
12:42:37 addons\weapons_f_bootcamp.pbo - 99090
12:42:37 addons\weapons_f_epa.pbo - 99090
12:42:37 addons\weapons_f_epb.pbo - 99090
12:42:37 addons\weapons_f_epc.pbo - 99090
12:42:37 addons\weapons_f_gamma.pbo - 99090
12:42:37 
12:42:37 =======================
12:42:37 
12:42:37 ============================================================================================= List of mods ===============================================================================================
12:42:37 modsReadOnly = false
12:42:37 safeModsActivated = false
12:42:37 customMods = true
12:42:37 hash = '436286BD3EECA544021E5BFA9B8E6E4561CFF89E'
12:42:37 hashShort = '427ac76f'
12:42:37                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
12:42:37 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
12:42:37                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           | 
12:42:37                                        Arma 3 Apex |            expansion |       true |             GAME DIR | 1212e83c16b9a41bc6242ce2342dcc03c4525385 |  9d084e6f | C:\server138\a3w\expansion
12:42:37                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | 9d8007940a43af4554fe7c3a40a55c711a576c60 |   306c574 | C:\server138\a3w\mark
12:42:37                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | 91eee3af4b583263c2583841e100bb3d5885b554 |  c243ab33 | C:\server138\a3w\heli
12:42:37                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 44cc1655a67b9002577562645da2eeb67d1be2b0 |   cf40abd | C:\server138\a3w\kart
12:42:37                                        Arma 3 Zeus |              curator |       true |             GAME DIR | 15dc9c98b66c6c932d8c8a83ad5c4b9360cee492 |  5056afaa | C:\server138\a3w\curator
12:42:37                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
12:42:37                                               @ASM |                 @ASM |      false |             GAME DIR | da39a3ee5e6b4b0d3255bfef95601890afd80709 |  11fdd19c | C:\server138\a3w\@ASM
12:42:37 ==========================================================================================================================================================================================================
12:42:37 InitSound ...
12:42:37 InitSound - complete
12:42:37 PhysX3 SDK Init started ...
12:42:37 PhysX3 SDK Init ended.
12:42:38 Attempt to override final function - rscminimap_script
12:42:38 Attempt to override final function - rscdisplayloading_script
12:42:38 Attempt to override final function - rscdisplayloading_script
12:42:38 Attempt to override final function - rscdisplayloading_script
12:42:38 Attempt to override final function - rscdiary_script
12:42:38 Attempt to override final function - rscdisplaysinglemission_script
12:42:38 Attempt to override final function - rscdiary_script
12:42:38 Attempt to override final function - rscdisplayremotemissions_script
12:42:38 Attempt to override final function - rscdisplayloading_script
12:42:38 Attempt to override final function - rscdiary_script
12:42:38 Attempt to override final function - rscdiary_script
12:42:38 Attempt to override final function - rscdisplaystrategicmap_script
12:42:38 Attempt to override final function - rscdisplaycommon_script
12:42:38 Attempt to override final function - rscdisplaygarage_script
12:42:38 Attempt to override final function - rscdisplayhostsettings_script
12:42:38 Attempt to override final function - rscdisplayloading_script
12:42:38 Attempt to override final function - rscdisplaycurator_script
12:42:38 Attempt to override final function - display3deneditcomposition_script
12:42:38 Attempt to override final function - display3deneditattributes_script
12:42:38 Attempt to override final function - display3deneditattributes_script
12:42:38 Attempt to override final function - rscdisplayhostsettings_script
12:42:38 Attempt to override final function - rscdisplaycommon_script
12:42:38 Attempt to override final function - rscdisplaydebriefing_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:38 Attempt to override final function - rscunitinfo_script
12:42:39 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
12:42:39 Steam AppId from steam_appid.txt: 107410
12:42:40 Starting mission:
12:42:40  Mission file: A3A_A3Wasteland (__cur_mp)
12:42:40  Mission world: Altis
12:42:40  Mission directory: mpmissions\__cur_mp.Altis\
12:42:45 Unknown hit sound type in A3\data_f\Penetration\tyre.bisurf.soundHit
12:42:46 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
12:42:46 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
12:42:51 Attempt to override final function - bis_functions_list
12:42:51 Attempt to override final function - bis_functions_listpreinit
12:42:51 Attempt to override final function - bis_functions_listpostinit
12:42:51 Attempt to override final function - bis_functions_listrecompile
12:42:51 Attempt to override final function - bis_fnc_missiontaskslocal
12:42:51 Attempt to override final function - bis_fnc_missionconversationslocal
12:42:51 Attempt to override final function - bis_fnc_missionflow
12:42:51 Loading movesType CfgGesturesMale
12:42:52 MovesType CfgGesturesMale load time 78 ms
12:42:52 Loading movesType CfgMovesMaleSdr
12:42:53 Animation a3\cargoposes_f\anim\passenger_flatground_leanleft_kia.rtm not found or empty
12:42:53 Animation a3\cargoposes_f\anim\passenger_flatground_leanright_kia.rtm not found or empty
12:42:54 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimtopistol_end.rtm not found or empty
12:42:54 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimunarmed_tobinoc_end.rtm not found or empty
12:42:54 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimunarmed_frombinoc_end.rtm not found or empty
12:42:54 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimlauncher1.rtm not found or empty
12:42:54 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2idlelauncher1.rtm not found or empty
12:42:54 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimlauncher_reload.rtm not found or empty
12:43:00 MovesType CfgMovesMaleSdr load time 8951 ms
12:43:03 Connected to Steam servers
12:43:03 Wrong init state
12:43:03 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
12:43:03  Mission id: f58e7a3e7e305f78adf4270efff19f84fcdbc7e1
12:43:03 Attempt to override final function - a3w_fnc_getteammarkercolor
12:43:03 "############################# A3A_A3Wasteland #############################"
12:43:03 "WASTELAND SERVER - Initializing Server"
12:43:03 "ASM.fsm started"
12:43:03 Unable to get file version size: .\asmdll.dll
12:43:04 Weather was forced to change
12:43:06 "ANTI-HACK: Using external payload"
12:43:06 "ANTI-HACK: Started."
12:43:06 "WASTELAND SERVER - Initializing Server Relations"
12:43:06 "WASTELAND SERVER - Initializing Server Vars"
12:43:06 "WASTELAND SERVER - Initializing Server Compile"
12:43:07 Unable to get file version size: .\real_date.dll
12:43:07 "WASTELAND SERVER - Server Compile Finished"
12:43:07 "[SERVER RESTART] -> RESTART TIMES ARE ["09:00:00","15:00:00","21:00:00","03:00:00"] - CURRENT SERVER TIME IS 12:43:07"
12:43:07 "[INFO] extDB2 v63 extension loaded"
12:43:07 "[extDB2] Startup..."
12:43:07 "[extDB2] Initialized SQL_CUSTOM_V2 protocol"
12:43:07 "[extDB2] Environment setup..."
12:43:07 "[extDB2] Locked"
12:43:07 "Loading parking misc functions"
12:43:07 "Loading parking misc functions complete"
12:43:07 "Loading list simple menu functions ... "
12:43:07 "Loading list simple menu functions complete"
12:43:07 "Loading storage functions ..."
12:43:07 "Setting up storage boxes ... "
12:43:07 "Loading parking interact functions ..."
12:43:07 "Loading parking interact functions complete"
12:43:08 "Loading parking saving functions ..."
12:43:08 "Loading parking saving functions complete"
12:43:08 "[extDB2] Sleep [4]: 44.615"
12:43:08 "Loading parking functions ..."
12:43:08 "Setting up parking terminals ... "
12:43:08 "Creating Storage at: Panochori ([5061.05,11354.5,57.7553])"
12:43:08 "Creating parking terminal at Parking1 (Grid 039175)"
12:43:08 "Creating Storage at: Neri ([3991.39,11508.3,17.1757])"
12:43:09 "[extDB2] Sleep [4]: 46.338"
12:43:09 "Creating parking terminal at Parking2 (Grid 231199)"
12:43:09 "Creating Storage at: Kavala ([3448.58,13001.7,6.5114])"
12:43:10 "Creating Storage at: Aggelochori ([3692.3,13718.9,12.7486])"
12:43:10 "Creating parking terminal at Parking3 (Grid 202088)"
12:43:10 "[extDB2] Sleep [4]: 46.57"
12:43:10 "Creating Storage at: Zaros ([9215.04,12098.9,18.7203])"
12:43:10 "No storage in Therisa"
12:43:10 "Creating parking terminal at Parking4 (Grid 124158)"
12:43:10 "No storage in Negades"
12:43:10 "[extDB2] Sleep [4]: 46.722"
12:43:10 "Creating parking terminal at Parking5 (Grid 041140)"
12:43:10 "Creating Storage at: Topolia ([7407.67,15449.5,57.6629])"
12:43:15 "Creating parking terminal at Parking6 (Grid 107121)"
12:43:15 "[extDB2] Sleep [4]: 52.184"
12:43:15 "Creating Storage at: Poliakko ([11059.2,13512.7,27.0167])"
12:43:15 "[extDB2] Startup complete!"
12:43:15 "[INFO] A3W playerSaving = ON"
12:43:15 "[INFO] A3W baseSaving = ON"
12:43:15 "[INFO] A3W vehicleSaving = ON"
12:43:15 "[INFO] A3W boxSaving = ON"
12:43:15 "[INFO] A3W staticWeaponSaving = ON"
12:43:15 "[INFO] A3W warchestSaving = OFF"
12:43:15 "[INFO] A3W warchestMoneySaving = OFF"
12:43:15 "[INFO] A3W spawnBeaconSaving = ON"
12:43:15 "[INFO] A3W timeSaving = OFF"
12:43:15 "[INFO] A3W weatherSaving = OFF"
12:43:15 "[INFO] A3W hcObjSaving = ON"
12:43:15 "Creating parking terminal at Parking7 (Grid 049111)"
12:43:15 "No storage in Agios Konstantinos"
12:43:15 Attempt to override final function - fn_getvehiclevars
12:43:15 Attempt to override final function - fn_preprocesssaveddata
12:43:15 Attempt to override final function - fn_restoresavedvehicle
12:43:15 "Creating Storage at: Kore ([7148.89,16298.9,97.4288])"
12:43:16 "Creating parking terminal at Parking8 (Grid 085181)"
12:43:16 "Creating Storage at: Katalaki ([11709.9,13684.2,13.3499])"
12:43:18 "Parking terminals setup complete"
12:43:18 "Loading parking functions complete"
12:43:18 "A3Wasteland - world persistence loaded 0 objects from extDB"
12:43:18 "Creating Storage at: Alikampos ([11156.8,14615.1,45.8725])"
12:43:18 "Creating Storage at: Agios Dionysios ([9168.35,15852.6,125.229])"
12:43:18 "A3Wasteland - world persistence loaded 0 vehicles from extDB"
12:43:18 Error in expression <, "saveTime.sqf"] call mf_compile;

if (_objectSaving) then
{
fn_isObjectSaveabl>
12:43:18   Error position: <_objectSaving) then
{
fn_isObjectSaveabl>
12:43:18   Error Undefined variable in expression: _objectsaving
12:43:18 File mpmissions\__cur_mp.Altis\persistence\server\world\oSaveSetup.sqf, line 36
12:43:18 "Creating Storage at: Neochori ([12483.3,14359.2,11.9768])"
12:43:18 "WASTELAND SERVER - Initializing Server Spawning"
12:43:18 "No storage in Ekali"
12:43:19 "Creating territory capture trigger for 'TERRITORY_SW_AIRFIELD'"
12:43:19 "Creating Storage at: Stavros ([12976.4,15006.1,27.2396])"
12:43:19 "Creating territory capture trigger for 'TERRITORY_MAIN_AIRBASE_SW'"
12:43:19 "Creating territory capture trigger for 'TERRITORY_MAIN_AIRBASE_CENTER'"
12:43:19 "Creating territory capture trigger for 'TERRITORY_MAIN_AIRBASE_NE'"
12:43:19 "Creating territory capture trigger for 'TERRITORY_NW_AIRFIELD'"
12:43:19 "Creating territory capture trigger for 'TERRITORY_NE_AIRFIELD'"
12:43:19 "Creating Storage at: Lakka ([12296.7,15551.7,24.1613])"
12:43:19 "Creating territory capture trigger for 'TERRITORY_SE_AIRFIELD'"
12:43:19 "Creating territory capture trigger for 'TERRITORY_WEST_POWER_PLANT'"
12:43:19 "Creating territory capture trigger for 'TERRITORY_SALTFLATS_AIRFIELD'"
12:43:19 "Creating territory capture trigger for 'TERRITORY_THRONOS_CASTLE'"
12:43:19 "No storage in Orino"
12:43:19 "WARNING: No config_territory_markers definition for marker 'TERRITORY_KASTRO_CASTLE'. Deleting it!"
12:43:19 "Creating territory capture trigger for 'TERRITORY_CENTER_POWER_PLANT'"
12:43:19 "Creating territory capture trigger for 'TERRITORY_IRAKLIA_RUINS'"
12:43:19 "Creating territory capture trigger for 'TERRITORY_ARTINARKI_RUINS'"
12:43:20 "Creating territory capture trigger for 'TERRITORY_MAGOS_TRANSMITTER'"
12:43:20 "Creating territory capture trigger for 'TERRITORY_PYRSOS_TRANSMITTER'"
12:43:20 "Creating Storage at: Syrta ([8608.45,18263.9,181.457])"
12:43:20 "Creating territory capture trigger for 'TERRITORY_MILITARY_RESEARCH'"
12:43:20 "No storage in Pyrgos"
12:43:20 "Loading vehicle misc functions ..."
12:43:26 "Creating Storage at: Galati ([10289.6,19096.4,130.063])"
12:43:26 "Loading vehicle misc functions complete"
12:43:27 "No storage in Koroni"
12:43:27 "Loading vector functions ... "
12:43:27 "Loading vector functions complete"
12:43:27 "No storage in Selakano"
12:43:27 "Loading vehicle actions functions ..."
12:43:27 "Loading vehicle actions functions complete"
12:43:27 "No storage in Oreokastro"
12:43:27 "No storage in Panagia"
12:43:27 "Creating Storage at: Abdera ([9434.32,20274,125.853])"
12:43:28 "Creating Storage at: Gravia ([14493.3,17587,23.0671])"
12:43:28 "No storage in Feres"
12:43:28 "Creating Storage at: Anthrakia ([16608.3,16112.4,16.008])"
12:43:28 "Creating Storage at: Chalkeia ([20159.4,11650.8,48.1533])"
12:43:31 "Creating Storage at: Athira ([13907.2,18685.8,21.5239])"
12:43:31 "No storage in Dorida"
12:43:31 "No storage in Ifestiona"
12:43:33 "No storage in Charkia"
12:43:33 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
12:43:33 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
12:43:33 "No storage in Telos"
12:43:34 "No storage in Nifi"
12:43:34 "WASTELAND SERVER - 15 Static helis Spawned"
12:43:34 "Creating Storage at: Rodopoli ([18724.3,16566.1,33.5889])"
12:43:34 "No storage in Frini"
12:43:40 "No storage in Kalithea"
12:43:44 "No storage in Agios Petros"
12:43:46 "No storage in Agia Triada"
12:43:53 "Creating Storage at: Kalochori ([21345.5,16292.3,20.2915])"
12:43:59 "Creating Storage at: Paros ([20990.2,16973,41.477])"
12:44:04 "Creating Storage at: Ioannina ([23200.8,19928.9,14.143])"
12:44:06 "No storage in Delfinaki"
12:44:07 "Creating Storage at: Sofia ([25705.8,21338,21.0976])"
12:44:07 Unaccessible
12:44:07 Setting invalid pitch 0.0000 for A3W_HC1
12:44:07 "Player connected: headlessclient (HC16000)"
12:44:08 "Creating Storage at: Molos ([26830.8,23180.2,18.2545])"
12:44:09 "Storage boxes setup complete"
12:44:09 "Loading storage functions complete"
12:44:14 "WASTELAND - Vehicle spawning completed - 197 town vehicles spawned in 40.107s"
12:44:16 "WASTELAND SERVER - 4 Planes Spawned"
12:44:16 class HitPoints::HitFuel not found in B_Boat_Armed_01_minigun_F
12:44:16 class HitPoints::HitFuel not found in I_Boat_Armed_01_minigun_F
12:44:16 class HitPoints::HitFuel not found in C_Boat_Civil_01_F
12:44:17 class HitPoints::HitFuel not found in O_Boat_Armed_01_hmg_F
12:44:17 class HitPoints::HitFuel not found in C_Boat_Civil_01_rescue_F
12:44:18 "WASTELAND SERVER - 15 Boats Spawned"
12:44:20 "WASTELAND - Object spawning completed - 89 objects spawned"
12:44:23 "WASTELAND SERVER - 14 Ammo Caches Spawned"
12:44:23 "[INFO] A3W territory capturing is ENABLED"
12:44:23 "WASTELAND SERVER - Initializing Missions"
12:44:23 "WASTELAND SERVER - Started Main Mission Controller"
12:44:23 "WASTELAND SERVER - Main Mission waiting to run: mission_ArmedDiversquad"
12:44:24 Attempt to override final function - a3w_extdb_serverid
12:44:28 "WASTELAND SERVER - Started Money Mission Controller"
12:44:28 "WASTELAND SERVER - Money Mission waiting to run: mission_SunkenTreasure"
12:44:28 Unaccessible
12:44:28 "Player connected: Towley (76561197965853000)"
12:44:28 "[extDB2] Sleep [4]: 125.279"
12:44:30 Weather was forced to change
12:44:30 "updateConnectingClients [Player: B Alpha 1-1:1 (Towley) REMOTE] [JIP: true]"
12:44:31 Scripting function 'bis_fnc_execvm' is not allowed to be remotely executed
12:44:33 "[extDB2] Sleep [4]: 129.511"
12:44:33 "[extDB2] Sleep [4]: 129.643"
12:44:33 "[extDB2] Sleep [4]: 129.774"
12:44:33 "[extDB2] Sleep [4]: 129.906"
12:44:33 "[extDB2] Sleep [4]: 130.039"
12:44:33 "WASTELAND SERVER - Started Side Mission Controller"
12:44:33 "WASTELAND SERVER - Side Mission waiting to run: mission_Outpost"
12:44:33 "pvar_requestPlayerData: [4,B Alpha 4-2:1 (Towley) REMOTE,B Alpha 4-2:1 (Towley) REMOTE]"
12:44:34 Error: Object(4 : 7) not found
12:44:34 Error: Object(4 : 7) not found
12:44:39 "WASTELAND SERVER - Started Main Mission 2 Controller"
12:44:39 "WASTELAND SERVER - Main Mission 2 waiting to run: mission_HostileHeliFormation"
12:46:54 "[extDB2] Sleep [4]: 271.307"
12:46:54 "[extDB2] Sleep [4]: 271.417"
12:49:24 "WASTELAND SERVER - Main Mission started: Armed Diving Expedition"
12:49:25 "WASTELAND SERVER - Main Mission waiting to be finished: Armed Diving Expedition"
12:49:34 "WASTELAND SERVER - Side Mission started: Enemy Outpost"
12:49:35 Dimensions in class I_HMG_01_high_F should be an array of size 2.
12:49:35 class HitPoints::HitFuel not found in I_HMG_01_high_F
12:49:35 No speaker given for Guo Chen
12:49:35 No speaker given for Tan Chen
12:49:35 Inventory item with given name: [Rangefinder] not found
12:49:35 No speaker given for Lee O'Sullivan
12:49:35 No speaker given for Liao Liou
12:49:35 No speaker given for Zheng Lin
12:49:35 "WASTELAND SERVER - Side Mission waiting to be finished: Enemy Outpost"
12:49:39 "WASTELAND SERVER - Main Mission 2 started: Hostile Helicopters"
12:49:40 "WASTELAND SERVER - Main Mission 2 waiting to be finished: Hostile Helicopters"
12:54:29 "WASTELAND SERVER - Money Mission started: Sunken Treasure"
12:54:29 "WASTELAND SERVER - Money Mission waiting to be finished: Sunken Treasure"
13:49:25 "WASTELAND SERVER - Main Mission failed: Armed Diving Expedition"
13:49:30 "WASTELAND SERVER - Main Mission waiting to run: mission_APC"
13:49:36 "WASTELAND SERVER - Side Mission failed: Enemy Outpost"
13:49:41 "WASTELAND SERVER - Main Mission 2 failed: Hostile Helicopters"
13:49:41 "WASTELAND SERVER - Side Mission waiting to run: mission_Sniper"
13:49:46 "WASTELAND SERVER - Started Main Mission 2 Controller"
13:49:46 "WASTELAND SERVER - Main Mission 2 waiting to run: mission_Smugglers"
13:54:30 "WASTELAND SERVER - Money Mission failed: Sunken Treasure"
13:54:30 "WASTELAND SERVER - Main Mission started: Anti Aircraft Vehicle"
13:54:30 class HitPoints::HitFuel not found in B_APC_Tracked_01_AA_F
13:54:30 No speaker given for Jahi Inouyie
13:54:30 No speaker given for Wu Chen
13:54:30 No speaker given for Gao Ng
13:54:30 No speaker given for Teshi Okeke
13:54:30 No speaker given for Maalik Okadigbo
13:54:30 No speaker given for Matthew Wilson
13:54:30 No speaker given for Shen Wong
13:54:30 "WASTELAND SERVER - Main Mission waiting to be finished: Anti Aircraft Vehicle"
13:54:35 "WASTELAND SERVER - Money Mission waiting to run: mission_MoneyShipment"
13:54:41 "WASTELAND SERVER - Side Mission started: Sniper Nest"
13:54:42 "WASTELAND SERVER - Side Mission waiting to be finished: Sniper Nest"
13:54:46 "WASTELAND SERVER - Main Mission 2 started: Weapon Smugglers"
13:54:46 No speaker given for Idi Sesse-Seko
13:54:46 No speaker given for Dembe Osmani
13:54:46 No speaker given for Quinton Walker
13:54:46 No speaker given for Henry Wood
13:54:46 No speaker given for Ryan Clarke
13:54:46 Inventory item with given name: [Rangefinder] not found
13:54:46 No speaker given for Cheng Shui
13:54:47 "WASTELAND SERVER - Main Mission 2 waiting to be finished: Weapon Smugglers"
codexGW commented 8 years ago

Headless client rpt

=====================================================================
== C:\server138\a3w\arma3server.exe
== "C:\server138\a3w\arma3server.exe"  "-profiles=C:\server138\a3w\serverxyz\A3W_HC" -client "-name=A3W_HC" -connect=127.0.0.1:2302

Original output filename: Arma3Retail_Server
Exe timestamp: 2016/06/30 16:57:59
Current time:  2016/07/09 12:42:36

Type: Public
Build: Stable
Version: 1.62.137306

Allocator: C:\server138\a3w\dll\tbb4malloc_bi.dll
=====================================================================

12:42:36 SteamAPI initialization failed. Steam features wont's be accessible!
12:42:38 Cannot register unknown string STR_AC_VEHICLE_IN_VEHICLE_UNLOAD
12:42:38 Cannot register unknown string STR_ACTION_VECTORING_ON
12:42:38 Cannot register unknown string STR_ACTION_VECTORING_OFF
12:42:38 Initializing stats manager.
12:42:38 Stats config disabled.
12:42:38 sessionID: 1ac938c9743319a9c34523f46722144e98b5f562
12:42:44 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/
12:42:44 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/
12:42:44 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/
12:42:44 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/
12:42:44 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/
12:42:44 Updating base class BlendAnims->, by a3\anims_f\config\sdr\weaponswitching\config.bin/CfgMovesMaleSdr/BlendAnims/
12:42:44 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/
12:42:44 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/
12:42:44 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/
12:42:44 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/
12:42:44 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/
12:42:44 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/
12:42:44 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/
12:42:44 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/
12:42:44 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/
12:42:44 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/
12:42:44 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/
12:42:44 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/
12:42:44 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/
12:42:44 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/
12:42:44 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/
12:42:44 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/
12:42:44 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/
12:42:44 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/
12:42:44 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/
12:42:44 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/
12:42:44 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/
12:42:44 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/
12:42:44 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/
12:42:44 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/
12:42:44 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/
12:42:44 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/
12:42:44 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/
12:42:44 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/
12:42:44 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/
12:42:44 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/
12:42:44 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/
12:42:44 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/
12:42:44 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/
12:42:44 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/
12:42:44 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/
12:42:44 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/
12:42:44 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/
12:42:44 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/
12:42:44 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/
12:42:44 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/
12:42:44 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/
12:42:44 Updating base class RscUnitInfo->RscUnitInfoAirNoWeapon, by a3\ui_f\config.bin/RscInGameUI/RscUnitInfoAir/
12:42:44 Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscInGameUI/RscTaskOverview/controls/TaskOverviewAssigned/
12:42:44 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/
12:42:44 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/
12:42:44 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/
12:42:44 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
12:42:44 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/
12:42:44 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/
12:42:44 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/
12:42:44 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
12:42:44 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/
12:42:44 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/
12:42:44 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
12:42:44 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
12:42:44 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
12:42:44 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
12:42:44 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
12:42:44 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
12:42:44 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
12:42:44 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
12:42:44 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
12:42:44 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
12:42:44 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
12:42:44 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
12:42:44 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/
12:42:44 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceMid/
12:42:44 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceLong/
12:42:44 Updating base class ->All, by a3\sounds_f\config.bin/CfgVehicles/Sound/
12:42:44 Updating base class ->BlendAnims, by a3\soft_f_kart\kart_01\config.bin/CfgMovesMaleSdr/BlendAnims/
12:42:44 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisable/
12:42:44 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisableTiles/
12:42:44 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisable/
12:42:44 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisableTiles/
12:42:44 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisable/
12:42:44 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisableTiles/
12:42:44 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisable/
12:42:44 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisableTiles/
12:42:44 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisable/
12:42:44 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisableTiles/
12:42:44 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_2/Controls/
12:42:44 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_6/Controls/
12:42:45 Updating base class Turrets->, by a3\air_f_exp\heli_light_01\config.bin/CfgVehicles/Heli_Light_01_civil_base_F/Turrets/
12:42:45 Initializing Steam Manager
12:42:45 Steam Manager initialized.
12:42:45 
12:42:45 ==== Loaded addons ====
12:42:45 
12:42:45 dta\bin.pbo - unknown
12:42:45 dta\core.pbo - 98397
12:42:45 dta\languagecore_f.pbo - 102256
12:42:45 C:\server138\a3w\expansion\addons\air_f_exp.ebo - 102157
12:42:45 C:\server138\a3w\expansion\addons\anims_f_exp.ebo - 102343
12:42:45 C:\server138\a3w\expansion\addons\armor_f_exp.ebo - 101169
12:42:45 C:\server138\a3w\expansion\addons\boat_f_exp.ebo - 102349
12:42:45 C:\server138\a3w\expansion\addons\cargoposes_f_exp.ebo - 101996
12:42:45 C:\server138\a3w\expansion\addons\characters_f_exp.ebo - 102341
12:42:45 C:\server138\a3w\expansion\addons\data_f_exp.ebo - 102344
12:42:45 C:\server138\a3w\expansion\addons\dubbing_radio_f_exp.ebo - 102344
12:42:45 C:\server138\a3w\expansion\addons\dubbing_radio_f_exp_data_chi.ebo - 102349
12:42:45 C:\server138\a3w\expansion\addons\dubbing_radio_f_exp_data_engfre.ebo - 102349
12:42:45 C:\server138\a3w\expansion\addons\dubbing_radio_f_exp_data_fre.ebo - 102349
12:42:45 C:\server138\a3w\expansion\addons\editorpreviews_f_exp.ebo - 101866
12:42:45 C:\server138\a3w\expansion\addons\language_f_exp.ebo - 102283
12:42:45 C:\server138\a3w\expansion\addons\map_data_exp.ebo - 101774
12:42:45 C:\server138\a3w\expansion\addons\map_tanoabuka.ebo - 102267
12:42:45 C:\server138\a3w\expansion\addons\map_tanoabuka_data.ebo - 102204
12:42:45 C:\server138\a3w\expansion\addons\map_tanoabuka_data_layers.ebo - 102007
12:42:45 C:\server138\a3w\expansion\addons\map_tanoabuka_data_layers_00_00.ebo - 102007
12:42:45 C:\server138\a3w\expansion\addons\map_tanoa_scenes_f.ebo - 101568
12:42:45 C:\server138\a3w\expansion\addons\music_f_exp.ebo - 102056
12:42:45 C:\server138\a3w\expansion\addons\music_f_exp_music.ebo - 102056
12:42:45 C:\server138\a3w\expansion\addons\props_f_exp.ebo - 102316
12:42:45 C:\server138\a3w\expansion\addons\rocks_f_exp.ebo - 101780
12:42:45 C:\server138\a3w\expansion\addons\soft_f_exp.ebo - 102349
12:42:45 C:\server138\a3w\expansion\addons\sounds_f_exp.ebo - 102345
12:42:45 C:\server138\a3w\expansion\addons\static_f_exp.ebo - 101619
12:42:45 C:\server138\a3w\expansion\addons\structures_f_exp.ebo - 102320
12:42:45 C:\server138\a3w\expansion\addons\structures_f_exp_civilian.ebo - 102332
12:42:45 C:\server138\a3w\expansion\addons\structures_f_exp_commercial.ebo - 102337
12:42:45 C:\server138\a3w\expansion\addons\structures_f_exp_cultural.ebo - 102334
12:42:45 C:\server138\a3w\expansion\addons\structures_f_exp_data.ebo - 102341
12:42:45 C:\server138\a3w\expansion\addons\structures_f_exp_industrial.ebo - 102341
12:42:45 C:\server138\a3w\expansion\addons\structures_f_exp_infrastructure.ebo - 102341
12:42:45 C:\server138\a3w\expansion\addons\supplies_f_exp.ebo - 102166
12:42:45 C:\server138\a3w\expansion\addons\ui_f_exp.ebo - 101912
12:42:45 C:\server138\a3w\expansion\addons\vegetation_f_exp.ebo - 102349
12:42:45 C:\server138\a3w\expansion\addons\weapons_f_exp.ebo - 102344
12:42:45 C:\server138\a3w\mark\addons\anims_f_mark.pbo - 99082
12:42:45 C:\server138\a3w\mark\addons\characters_f_mark.pbo - 102108
12:42:45 C:\server138\a3w\mark\addons\data_f_mark.pbo - 100892
12:42:45 C:\server138\a3w\mark\addons\dubbing_f_mark.pbo - 98398
12:42:45 C:\server138\a3w\mark\addons\dubbing_f_mp_mark.pbo - 99082
12:42:45 C:\server138\a3w\mark\addons\functions_f_mark.pbo - 99082
12:42:45 C:\server138\a3w\mark\addons\functions_f_mp_mark.pbo - 102253
12:42:45 C:\server138\a3w\mark\addons\languagemissions_f_mark.pbo - 102100
12:42:45 C:\server138\a3w\mark\addons\languagemissions_f_mp_mark.pbo - 102100
12:42:45 C:\server138\a3w\mark\addons\language_f_mark.pbo - 102099
12:42:45 C:\server138\a3w\mark\addons\language_f_mp_mark.pbo - 102099
12:42:45 C:\server138\a3w\mark\addons\missions_f_mark.pbo - 99082
12:42:45 C:\server138\a3w\mark\addons\missions_f_mark_data.pbo - 99082
12:42:45 C:\server138\a3w\mark\addons\missions_f_mark_video.pbo - 99082
12:42:45 C:\server138\a3w\mark\addons\missions_f_mp_mark.pbo - 102054
12:42:45 C:\server138\a3w\mark\addons\missions_f_mp_mark_data.pbo - 99084
12:42:45 C:\server138\a3w\mark\addons\modules_f_mark.pbo - 99085
12:42:45 C:\server138\a3w\mark\addons\modules_f_mp_mark.pbo - 102157
12:42:45 C:\server138\a3w\mark\addons\music_f_mark.pbo - 98422
12:42:45 C:\server138\a3w\mark\addons\music_f_mark_music.pbo - 99086
12:42:45 C:\server138\a3w\mark\addons\sounds_f_mark.pbo - 99087
12:42:45 C:\server138\a3w\mark\addons\static_f_mark.pbo - 98423
12:42:45 C:\server138\a3w\mark\addons\structures_f_mark.pbo - 99089
12:42:45 C:\server138\a3w\mark\addons\supplies_f_mark.pbo - 99089
12:42:45 C:\server138\a3w\mark\addons\ui_f_mark.pbo - 99090
12:42:45 C:\server138\a3w\mark\addons\ui_f_mp_mark.pbo - 99090
12:42:45 C:\server138\a3w\mark\addons\weapons_f_mark.pbo - 99090
12:42:45 C:\server138\a3w\heli\addons\air_f_heli.pbo - 100981
12:42:45 C:\server138\a3w\heli\addons\anims_f_heli.pbo - 99082
12:42:45 C:\server138\a3w\heli\addons\boat_f_heli.pbo - 99082
12:42:45 C:\server138\a3w\heli\addons\cargoposes_f_heli.pbo - 101509
12:42:45 C:\server138\a3w\heli\addons\data_f_heli.pbo - 100892
12:42:45 C:\server138\a3w\heli\addons\dubbing_f_heli.pbo - 98398
12:42:45 C:\server138\a3w\heli\addons\functions_f_heli.pbo - 99082
12:42:45 C:\server138\a3w\heli\addons\languagemissions_f_heli.pbo - 102099
12:42:45 C:\server138\a3w\heli\addons\language_f_heli.pbo - 102099
12:42:45 C:\server138\a3w\heli\addons\missions_f_heli.pbo - 100701
12:42:45 C:\server138\a3w\heli\addons\missions_f_heli_data.pbo - 99082
12:42:45 C:\server138\a3w\heli\addons\missions_f_heli_video.pbo - 99082
12:42:45 C:\server138\a3w\heli\addons\modules_f_heli.pbo - 99085
12:42:45 C:\server138\a3w\heli\addons\music_f_heli.pbo - 98423
12:42:45 C:\server138\a3w\heli\addons\music_f_heli_music.pbo - 99086
12:42:45 C:\server138\a3w\heli\addons\soft_f_heli.pbo - 99086
12:42:45 C:\server138\a3w\heli\addons\sounds_f_heli.pbo - 99086
12:42:45 C:\server138\a3w\heli\addons\structures_f_heli.pbo - 101719
12:42:45 C:\server138\a3w\heli\addons\supplies_f_heli.pbo - 101719
12:42:45 C:\server138\a3w\heli\addons\ui_f_heli.pbo - 99090
12:42:45 C:\server138\a3w\kart\addons\anims_f_kart.pbo - 99082
12:42:45 C:\server138\a3w\kart\addons\characters_f_kart.pbo - 99082
12:42:45 C:\server138\a3w\kart\addons\data_f_kart.pbo - 100651
12:42:45 C:\server138\a3w\kart\addons\languagemissions_f_kart.pbo - 102099
12:42:45 C:\server138\a3w\kart\addons\language_f_kart.pbo - 102099
12:42:45 C:\server138\a3w\kart\addons\missions_f_kart.pbo - 100701
12:42:45 C:\server138\a3w\kart\addons\missions_f_kart_data.pbo - 99082
12:42:45 C:\server138\a3w\kart\addons\modules_f_kart.pbo - 99085
12:42:45 C:\server138\a3w\kart\addons\modules_f_kart_data.pbo - 99085
12:42:45 C:\server138\a3w\kart\addons\soft_f_kart.pbo - 99086
12:42:45 C:\server138\a3w\kart\addons\sounds_f_kart.pbo - 99086
12:42:45 C:\server138\a3w\kart\addons\structures_f_kart.pbo - 101717
12:42:45 C:\server138\a3w\kart\addons\ui_f_kart.pbo - 99090
12:42:45 C:\server138\a3w\kart\addons\weapons_f_kart.pbo - 99090
12:42:45 C:\server138\a3w\curator\addons\data_f_curator.pbo - 101811
12:42:45 C:\server138\a3w\curator\addons\functions_f_curator.pbo - 99082
12:42:45 C:\server138\a3w\curator\addons\language_f_curator.pbo - 102098
12:42:45 C:\server138\a3w\curator\addons\missions_f_curator.pbo - 101775
12:42:45 C:\server138\a3w\curator\addons\modules_f_curator.pbo - 99085
12:42:45 C:\server138\a3w\curator\addons\ui_f_curator.pbo - 102204
12:42:45 addons\3den.pbo - 102238
12:42:45 addons\3den_language.pbo - 102097
12:42:45 addons\a3.pbo - unknown
12:42:45 addons\air_f.pbo - 99988
12:42:45 addons\air_f_beta.pbo - 100272
12:42:45 addons\air_f_epb.pbo - 99941
12:42:45 addons\air_f_epc.pbo - 98395
12:42:45 addons\air_f_gamma.pbo - 98395
12:42:45 addons\animals_f.pbo - 100090
12:42:45 addons\animals_f_beta.pbo - 100090
12:42:45 addons\anims_f.pbo - 101995
12:42:45 addons\anims_f_bootcamp.pbo - 99081
12:42:45 addons\anims_f_data.pbo - 98480
12:42:45 addons\anims_f_epa.pbo - 99082
12:42:45 addons\anims_f_epc.pbo - 99082
12:42:45 addons\anims_f_exp_a.pbo - 99908
12:42:45 addons\armor_f.pbo - 99082
12:42:45 addons\armor_f_beta.pbo - 101707
12:42:45 addons\armor_f_epb.pbo - 99082
12:42:45 addons\armor_f_epc.pbo - 99082
12:42:45 addons\armor_f_gamma.pbo - 99082
12:42:45 addons\baseconfig_f.pbo - 99080
12:42:45 addons\boat_f.pbo - 99082
12:42:45 addons\boat_f_beta.pbo - 99082
12:42:45 addons\boat_f_epc.pbo - 101732
12:42:45 addons\boat_f_gamma.pbo - 101732
12:42:45 addons\cargoposes_f.pbo - 100772
12:42:45 addons\characters_f.pbo - 102106
12:42:45 addons\characters_f_beta.pbo - 101172
12:42:45 addons\characters_f_bootcamp.pbo - 100169
12:42:45 addons\characters_f_epa.pbo - 99082
12:42:45 addons\characters_f_epb.pbo - 99082
12:42:45 addons\characters_f_epc.pbo - 99082
12:42:45 addons\characters_f_gamma.pbo - 99374
12:42:45 addons\data_f.pbo - 101809
12:42:45 addons\data_f_bootcamp.pbo - 100892
12:42:45 addons\data_f_exp_a.pbo - 99082
12:42:45 addons\data_f_exp_b.pbo - 98643
12:42:45 addons\drones_f.pbo - 100981
12:42:45 addons\dubbing_f.pbo - 98398
12:42:45 addons\dubbing_f_beta.pbo - 98398
12:42:45 addons\dubbing_f_bootcamp.pbo - 98398
12:42:45 addons\dubbing_f_epa.pbo - 98398
12:42:45 addons\dubbing_f_epb.pbo - 98398
12:42:45 addons\dubbing_f_epc.pbo - 98398
12:42:45 addons\dubbing_f_gamma.pbo - 98398
12:42:45 addons\dubbing_radio_f.pbo - 99982
12:42:45 addons\dubbing_radio_f_data_eng.pbo - 99078
12:42:45 addons\dubbing_radio_f_data_engb.pbo - 99078
12:42:45 addons\dubbing_radio_f_data_gre.pbo - 99078
12:42:45 addons\dubbing_radio_f_data_per.pbo - 99078
12:42:45 addons\dubbing_radio_f_data_vr.pbo - 99078
12:42:45 addons\editorpreviews_f.pbo - 99556
12:42:45 addons\editor_f.pbo - 99082
12:42:45 addons\functions_f.pbo - 102343
12:42:45 addons\functions_f_bootcamp.pbo - 101296
12:42:45 addons\functions_f_epa.pbo - 99082
12:42:45 addons\functions_f_epc.pbo - 99082
12:42:45 addons\functions_f_exp_a.pbo - 99082
12:42:45 addons\languagemissions_f.pbo - 102099
12:42:45 addons\languagemissions_f_beta.pbo - 102099
12:42:45 addons\languagemissions_f_bootcamp.pbo - 102099
12:42:45 addons\languagemissions_f_epa.pbo - 102099
12:42:45 addons\languagemissions_f_epb.pbo - 102099
12:42:45 addons\languagemissions_f_epc.pbo - 102099
12:42:45 addons\languagemissions_f_exp_a.pbo - 102099
12:42:45 addons\languagemissions_f_gamma.pbo - 102099
12:42:45 addons\language_f.pbo - 102097
12:42:45 addons\language_f_beta.pbo - 102097
12:42:45 addons\language_f_bootcamp.pbo - 102097
12:42:45 addons\language_f_epa.pbo - 102099
12:42:45 addons\language_f_epb.pbo - 102099
12:42:45 addons\language_f_epc.pbo - 102099
12:42:45 addons\language_f_exp_a.pbo - 102099
12:42:45 addons\language_f_exp_b.pbo - 102099
12:42:45 addons\language_f_gamma.pbo - 102099
12:42:45 addons\map_altis.pbo - 100239
12:42:45 addons\map_altis_data.pbo - 99740
12:42:45 addons\map_altis_data_layers.pbo - 99901
12:42:45 addons\map_altis_data_layers_00_00.pbo - 99901
12:42:45 addons\map_altis_data_layers_00_01.pbo - 99901
12:42:45 addons\map_altis_data_layers_01_00.pbo - 99901
12:42:45 addons\map_altis_data_layers_01_01.pbo - 99901
12:42:45 addons\map_altis_scenes_f.pbo - 101568
12:42:45 addons\map_data.pbo - 100132
12:42:45 addons\map_stratis.pbo - 100234
12:42:45 addons\map_stratis_data.pbo - 99082
12:42:45 addons\map_stratis_data_layers.pbo - 99082
12:42:45 addons\map_stratis_scenes_f.pbo - 101568
12:42:45 addons\map_vr.pbo - 98784
12:42:45 addons\map_vr_scenes_f.pbo - 101569
12:42:45 addons\misc_f.pbo - 99082
12:42:45 addons\missions_f.pbo - 99082
12:42:45 addons\missions_f_beta.pbo - 99082
12:42:45 addons\missions_f_beta_data.pbo - 99082
12:42:45 addons\missions_f_beta_video.pbo - 99082
12:42:45 addons\missions_f_bootcamp.pbo - 102166
12:42:45 addons\missions_f_bootcamp_data.pbo - 99082
12:42:45 addons\missions_f_bootcamp_video.pbo - 99082
12:42:45 addons\missions_f_data.pbo - 99082
12:42:45 addons\missions_f_epa.pbo - 101083
12:42:45 addons\missions_f_epa_data.pbo - 99082
12:42:45 addons\missions_f_epa_video.pbo - 99082
12:42:45 addons\missions_f_epb.pbo - 99082
12:42:45 addons\missions_f_epc.pbo - 99082
12:42:45 addons\missions_f_exp_a.pbo - 102056
12:42:45 addons\missions_f_exp_a_data.pbo - 98702
12:42:45 addons\missions_f_gamma.pbo - 99082
12:42:45 addons\missions_f_gamma_data.pbo - 99082
12:42:45 addons\missions_f_gamma_video.pbo - 99082
12:42:45 addons\missions_f_video.pbo - 99084
12:42:45 addons\modules_f.pbo - 98663
12:42:45 addons\modules_f_beta.pbo - 99084
12:42:45 addons\modules_f_beta_data.pbo - 99084
12:42:45 addons\modules_f_bootcamp.pbo - 99085
12:42:45 addons\modules_f_data.pbo - 99085
12:42:45 addons\modules_f_epb.pbo - 99085
12:42:45 addons\modules_f_exp_a.pbo - 99085
12:42:45 addons\music_f.pbo - 99086
12:42:45 addons\music_f_bootcamp.pbo - 98422
12:42:45 addons\music_f_bootcamp_music.pbo - 99086
12:42:45 addons\music_f_epa.pbo - 98422
12:42:45 addons\music_f_epa_music.pbo - 99086
12:42:45 addons\music_f_epb.pbo - 98422
12:42:45 addons\music_f_epb_music.pbo - 99086
12:42:45 addons\music_f_epc.pbo - 98423
12:42:45 addons\music_f_epc_music.pbo - 99086
12:42:45 addons\music_f_music.pbo - 99086
12:42:45 addons\plants_f.pbo - 102349
12:42:45 addons\props_f_exp_a.pbo - 99086
12:42:45 addons\roads_f.pbo - 98423
12:42:45 addons\rocks_f.pbo - 101831
12:42:45 addons\signs_f.pbo - 99349
12:42:45 addons\soft_f.pbo - 98851
12:42:45 addons\soft_f_beta.pbo - 99086
12:42:45 addons\soft_f_bootcamp.pbo - 99086
12:42:45 addons\soft_f_epc.pbo - 99086
12:42:45 addons\soft_f_gamma.pbo - 100005
12:42:45 addons\sounds_f.pbo - 101933
12:42:45 addons\sounds_f_arsenal.pbo - 99086
12:42:45 addons\sounds_f_bootcamp.pbo - 99086
12:42:45 addons\sounds_f_characters.pbo - 101934
12:42:45 addons\sounds_f_environment.pbo - 101781
12:42:45 addons\sounds_f_epb.pbo - 99086
12:42:45 addons\sounds_f_epc.pbo - 99086
12:42:45 addons\sounds_f_exp_a.pbo - 99086
12:42:45 addons\sounds_f_sfx.pbo - 99087
12:42:45 addons\sounds_f_vehicles.pbo - 101781
12:42:45 addons\static_f.pbo - 101412
12:42:45 addons\static_f_beta.pbo - 98423
12:42:45 addons\static_f_gamma.pbo - 98423
12:42:45 addons\structures_f.pbo - 102108
12:42:45 addons\structures_f_bootcamp.pbo - 101830
12:42:45 addons\structures_f_data.pbo - 100167
12:42:45 addons\structures_f_epa.pbo - 99891
12:42:45 addons\structures_f_epb.pbo - 101868
12:42:45 addons\structures_f_epc.pbo - 101721
12:42:45 addons\structures_f_exp_a.pbo - 99087
12:42:45 addons\structures_f_households.pbo - 101820
12:42:45 addons\structures_f_ind.pbo - 102260
12:42:45 addons\structures_f_mil.pbo - 101830
12:42:45 addons\structures_f_wrecks.pbo - 99089
12:42:45 addons\uifonts_f.pbo - 99090
12:42:45 addons\uifonts_f_data.pbo - 99090
12:42:45 addons\ui_f.pbo - 102343
12:42:45 addons\ui_f_bootcamp.pbo - 101548
12:42:45 addons\ui_f_data.pbo - 102242
12:42:45 addons\ui_f_exp_a.pbo - 99090
12:42:45 addons\weapons_f.pbo - 102190
12:42:45 addons\weapons_f_beta.pbo - 102192
12:42:45 addons\weapons_f_bootcamp.pbo - 99090
12:42:45 addons\weapons_f_epa.pbo - 99090
12:42:45 addons\weapons_f_epb.pbo - 99090
12:42:45 addons\weapons_f_epc.pbo - 99090
12:42:45 addons\weapons_f_gamma.pbo - 99090
12:42:45 
12:42:45 =======================
12:42:45 
12:42:45 ============================================================================================= List of mods ===============================================================================================
12:42:45 modsReadOnly = false
12:42:45 safeModsActivated = false
12:42:45 customMods = false
12:42:45 hash = '6A06C96ACC13AF689F804E8AD633470D3D30EEBB'
12:42:45 hashShort = 'bcfdbd71'
12:42:45                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
12:42:45 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
12:42:45                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           | 
12:42:45                                        Arma 3 Apex |            expansion |       true |             GAME DIR | 1212e83c16b9a41bc6242ce2342dcc03c4525385 |  9d084e6f | C:\server138\a3w\expansion
12:42:45                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | 9d8007940a43af4554fe7c3a40a55c711a576c60 |   306c574 | C:\server138\a3w\mark
12:42:45                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | 91eee3af4b583263c2583841e100bb3d5885b554 |  c243ab33 | C:\server138\a3w\heli
12:42:45                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 44cc1655a67b9002577562645da2eeb67d1be2b0 |   cf40abd | C:\server138\a3w\kart
12:42:45                                        Arma 3 Zeus |              curator |       true |             GAME DIR | 15dc9c98b66c6c932d8c8a83ad5c4b9360cee492 |  5056afaa | C:\server138\a3w\curator
12:42:45                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
12:42:45 ==========================================================================================================================================================================================================
12:42:45 InitSound ...
12:42:45 InitSound - complete
12:42:45 PhysX3 SDK Init started ...
12:42:45 PhysX3 SDK Init ended.
12:42:47 Attempt to override final function - rscminimap_script
12:42:47 Attempt to override final function - rscdisplayloading_script
12:42:47 Attempt to override final function - rscdisplayloading_script
12:42:47 Attempt to override final function - rscdisplayloading_script
12:42:47 Attempt to override final function - rscdiary_script
12:42:47 Attempt to override final function - rscdisplaysinglemission_script
12:42:47 Attempt to override final function - rscdiary_script
12:42:47 Attempt to override final function - rscdisplayremotemissions_script
12:42:47 Attempt to override final function - rscdisplayloading_script
12:42:47 Attempt to override final function - rscdiary_script
12:42:47 Attempt to override final function - rscdiary_script
12:42:47 Attempt to override final function - rscdisplaystrategicmap_script
12:42:47 Attempt to override final function - rscdisplaycommon_script
12:42:47 Attempt to override final function - rscdisplaygarage_script
12:42:47 Attempt to override final function - rscdisplayhostsettings_script
12:42:47 Attempt to override final function - rscdisplayloading_script
12:42:47 Attempt to override final function - rscdisplaycurator_script
12:42:47 Attempt to override final function - display3deneditcomposition_script
12:42:47 Attempt to override final function - display3deneditattributes_script
12:42:47 Attempt to override final function - display3deneditattributes_script
12:42:47 Attempt to override final function - rscdisplayhostsettings_script
12:42:47 Attempt to override final function - rscdisplaycommon_script
12:42:48 Attempt to override final function - rscdisplaydebriefing_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 Attempt to override final function - rscunitinfo_script
12:42:48 String STR_A3_CoopCampaignName not found
12:43:08 Starting mission:
12:43:08  Mission file: A3A_A3Wasteland (__CUR_MP)
12:43:08  Mission world: Altis
12:43:08  Mission directory: mpmissions\__CUR_MP.Altis\
12:43:28 Unknown hit sound type in A3\data_f\Penetration\tyre.bisurf.soundHit
12:43:28 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
12:43:28 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
12:43:48 Attempt to override final function - bis_functions_list
12:43:48 Attempt to override final function - bis_functions_listpreinit
12:43:48 Attempt to override final function - bis_functions_listpostinit
12:43:48 Attempt to override final function - bis_functions_listrecompile
12:43:48 Attempt to override final function - bis_fnc_missiontaskslocal
12:43:48 Attempt to override final function - bis_fnc_missionconversationslocal
12:43:48 Attempt to override final function - bis_fnc_missionflow
12:43:48 Loading movesType CfgGesturesMale
12:43:49 MovesType CfgGesturesMale load time 89 ms
12:43:49 Loading movesType CfgMovesMaleSdr
12:43:49 Animation a3\cargoposes_f\anim\passenger_flatground_leanleft_kia.rtm not found or empty
12:43:49 Animation a3\cargoposes_f\anim\passenger_flatground_leanright_kia.rtm not found or empty
12:43:49 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimtopistol_end.rtm not found or empty
12:43:49 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimunarmed_tobinoc_end.rtm not found or empty
12:43:49 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimunarmed_frombinoc_end.rtm not found or empty
12:43:49 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimlauncher1.rtm not found or empty
12:43:49 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2idlelauncher1.rtm not found or empty
12:43:49 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimlauncher_reload.rtm not found or empty
12:43:59 MovesType CfgMovesMaleSdr load time 10160 ms
12:44:07 Attempt to override final function - a3w_fnc_getteammarkercolor
12:44:07 Wrong init state
12:44:07 Setting invalid pitch 0.0000 for A3W_HC1
12:44:08 "WASTELAND HEADLESS - Waiting for server startup"
12:44:10  Mission id: f58e7a3e7e305f78adf4270efff19f84fcdbc7e1
12:44:13 Weather was forced to change
12:44:16 class HitPoints::HitFuel not found in B_Boat_Armed_01_minigun_F
12:44:16 class HitPoints::HitFuel not found in I_Boat_Armed_01_minigun_F
12:44:17 class HitPoints::HitFuel not found in C_Boat_Civil_01_F
12:44:17 class HitPoints::HitFuel not found in O_Boat_Armed_01_hmg_F
12:44:17 class HitPoints::HitFuel not found in C_Boat_Civil_01_rescue_F
12:44:23 "WASTELAND HEADLESS - Server startup completed, begin headless operations"
12:44:23 "WASTELAND HEADLESS - Object caching enabled"
12:44:23 "WASTELAND HEADLESS - Object cleanup enabled"
12:44:23 "WASTELAND SERVER - Server Compile Finished"
12:44:23 Attempt to override final function - a3w_teamplayersmap
12:44:23 Attempt to override final function - a3w_uavcontrol
12:44:23 Attempt to override final function - a3w_disableuavfeed
12:44:23 Attempt to override final function - a3w_disablebuiltinthermal
12:44:23 Attempt to override final function - a3w_startingmoney
12:44:23 Attempt to override final function - a3w_survivalsystem
12:44:23 Attempt to override final function - a3w_unlimitedstamina
12:44:23 Attempt to override final function - a3w_bleedingtime
12:44:23 Attempt to override final function - a3w_headshotnorevive
12:44:23 Attempt to override final function - a3w_customdeathmessages
12:44:23 Attempt to override final function - a3w_townspawncooldown
12:44:23 Attempt to override final function - a3w_spawnbeaconcooldown
12:44:23 Attempt to override final function - a3w_spawnbeaconspawnheight
12:44:23 Attempt to override final function - a3w_maxspawnbeacons
12:44:23 Attempt to override final function - a3w_antihackminrecoil
12:44:23 Attempt to override final function - a3w_showgunstorestatus
12:44:23 Attempt to override final function - a3w_gunstoreintruderwarning
12:44:23 Attempt to override final function - a3w_remotebombstoreradius
12:44:23 Attempt to override final function - a3w_vehiclepurchasecooldown
12:44:23 Attempt to override final function - a3w_atmenabled
12:44:23 Attempt to override final function - a3w_atmmaxbalance
12:44:23 Attempt to override final function - a3w_atmtransferfee
12:44:23 Attempt to override final function - a3w_atmtransferallteams
12:44:23 Attempt to override final function - a3w_atmeditorplacedonly
12:44:23 Attempt to override final function - a3w_atmmapicons
12:44:23 Attempt to override final function - a3w_atmremoveifdisabled
12:44:23 Attempt to override final function - a3w_bountymax
12:44:23 Attempt to override final function - a3w_bountyminstart
12:44:23 Attempt to override final function - a3w_bountyrewardperc
12:44:23 Attempt to override final function - a3w_bountylifetime
12:44:23 Attempt to override final function - a3w_savingmethod
12:44:23 Attempt to override final function - a3w_playersaving
12:44:23 Attempt to override final function - a3w_combatabortdelay
12:44:23 Attempt to override final function - a3w_vehiclesaving
12:44:23 Attempt to override final function - a3w_staticweaponsaving
12:44:23 Attempt to override final function - a3w_privatestorage
12:44:23 Attempt to override final function - a3w_privateparking
12:44:23 Attempt to override final function - a3w_privateparkinglimit
12:44:23 Attempt to override final function - a3w_privateparkingcost
12:44:23 Attempt to override final function - a3w_vehiclelocking
12:44:23 Attempt to override final function - a3w_extdb_serverid
12:44:23 Attempt to override final function - a3w_extdb_ghostingadmins
12:44:23 Attempt to override final function - a3w_hcprefix
12:44:23 Attempt to override final function - a3w_hcobjcaching
12:44:23 Attempt to override final function - a3w_hcobjcachingid
12:44:23 Attempt to override final function - a3w_hcobjcleanup
12:44:23 Attempt to override final function - a3w_hcobjcleanupid
12:44:23 Attempt to override final function - a3w_hcobjsaving
12:44:23 Attempt to override final function - a3w_hcobjsavingid
12:44:23 Attempt to override final function - a3w_missionfaraidrawlines
12:44:23 Warning Message: Script \A3Wasteland_settings\main_config.sqf not found
12:44:23 "[WARNING] A3W configuration file '\A3Wasteland_settings\main_config.sqf' was not found. Using default settings!"
12:44:23 "[WARNING] For more information go to http://forums.a3wasteland.com/"
12:44:23 "WASTELAND HEADLESS - Object saving enabled"
12:44:23 "WASTELAND SERVER - Initializing Server Vars"
12:44:23 "[INFO] extDB2 v63 extension loaded"
12:44:23 "[extDB2] Startup..."
12:44:23 "[extDB2] Initialized SQL_CUSTOM_V2 protocol"
12:44:23 "[extDB2] Environment setup..."
12:44:23 "[extDB2] Locked"
12:44:23 "[extDB2] Sleep [4]: 106.891"
12:44:23 Attempt to override final function - a3w_extdb_serverid
12:44:23 "[extDB2] Sleep [4]: 107.022"
12:44:24 "[extDB2] Sleep [4]: 107.155"
12:44:24 "[extDB2] Startup complete!"
12:44:24 Attempt to override final function - fn_getvehiclevars
12:44:24 Attempt to override final function - fn_preprocesssaveddata
12:44:24 Attempt to override final function - fn_restoresavedvehicle
12:44:25 "vehicleManagerHC - 16 cached entities out of 349"
12:44:30 Weather was forced to change
12:44:48 "A3W - 0 baseparts and objects have been saved with extDB"
12:45:09 "A3W - 0 vehicles have been saved with extDB"
12:45:50 "A3W - 0 baseparts and objects have been saved with extDB"
12:46:10 "A3W - 0 vehicles have been saved with extDB"
12:46:51 "A3W - 0 baseparts and objects have been saved with extDB"
12:47:11 "A3W - 1 vehicles have been saved with extDB"
12:47:51 "A3W - 0 baseparts and objects have been saved with extDB"
12:48:12 "A3W - 1 vehicles have been saved with extDB"
12:48:52 "A3W - 0 baseparts and objects have been saved with extDB"
12:49:12 "A3W - 1 vehicles have been saved with extDB"
12:49:27 "vehicleManagerHC - 318 cached entities out of 350"
12:49:35 Dimensions in class I_HMG_01_high_F should be an array of size 2.
12:49:35 class HitPoints::HitFuel not found in I_HMG_01_high_F
12:49:35 "SERVER CLEANUP: Deleted 0 expired objects"
12:49:36 "SERVER CLEANUP: Deleted 0 empty groups"
12:49:53 "A3W - 0 baseparts and objects have been saved with extDB"
12:50:13 "A3W - 1 vehicles have been saved with extDB"
12:50:53 "A3W - 0 baseparts and objects have been saved with extDB"
12:51:14 "A3W - 1 vehicles have been saved with extDB"
12:51:54 "A3W - 0 baseparts and objects have been saved with extDB"
12:52:14 "A3W - 1 vehicles have been saved with extDB"
12:52:55 "A3W - 0 baseparts and objects have been saved with extDB"
12:53:15 "A3W - 1 vehicles have been saved with extDB"
12:53:55 "A3W - 0 baseparts and objects have been saved with extDB"
12:54:16 "A3W - 1 vehicles have been saved with extDB"
12:54:28 "vehicleManagerHC - 322 cached entities out of 370"
12:54:35 "SERVER CLEANUP: Deleted 0 expired objects"
12:54:36 "SERVER CLEANUP: Deleted 36 empty groups"
12:54:56 "A3W - 0 baseparts and objects have been saved with extDB"
12:55:16 "A3W - 1 vehicles have been saved with extDB"
12:55:57 "A3W - 0 baseparts and objects have been saved with extDB"
12:56:17 "A3W - 1 vehicles have been saved with extDB"
12:56:57 "A3W - 0 baseparts and objects have been saved with extDB"
12:57:18 "A3W - 1 vehicles have been saved with extDB"
12:57:58 "A3W - 0 baseparts and objects have been saved with extDB"
12:58:18 "A3W - 1 vehicles have been saved with extDB"
12:58:59 "A3W - 0 baseparts and objects have been saved with extDB"
12:59:19 "A3W - 1 vehicles have been saved with extDB"
12:59:29 "vehicleManagerHC - 333 cached entities out of 387"
12:59:36 "SERVER CLEANUP: Deleted 0 expired objects"
12:59:36 "SERVER CLEANUP: Deleted 0 empty groups"
12:59:59 "A3W - 0 baseparts and objects have been saved with extDB"
13:00:20 "A3W - 1 vehicles have been saved with extDB"
13:01:00 "A3W - 0 baseparts and objects have been saved with extDB"
13:01:20 "A3W - 1 vehicles have been saved with extDB"
13:02:01 "A3W - 0 baseparts and objects have been saved with extDB"
13:02:21 "A3W - 1 vehicles have been saved with extDB"
13:03:01 "A3W - 0 baseparts and objects have been saved with extDB"
13:03:22 "A3W - 1 vehicles have been saved with extDB"
13:04:02 "A3W - 0 baseparts and objects have been saved with extDB"
13:04:22 "A3W - 1 vehicles have been saved with extDB"
13:04:30 "vehicleManagerHC - 333 cached entities out of 387"
13:04:36 "SERVER CLEANUP: Deleted 0 expired objects"
13:04:36 "SERVER CLEANUP: Deleted 0 empty groups"
13:05:03 "A3W - 0 baseparts and objects have been saved with extDB"
13:05:23 "A3W - 1 vehicles have been saved with extDB"
13:06:03 "A3W - 0 baseparts and objects have been saved with extDB"
13:06:24 "A3W - 1 vehicles have been saved with extDB"
13:07:04 "A3W - 0 baseparts and objects have been saved with extDB"
13:07:24 "A3W - 1 vehicles have been saved with extDB"
13:08:05 "A3W - 0 baseparts and objects have been saved with extDB"
13:08:25 "A3W - 1 vehicles have been saved with extDB"
13:09:05 "A3W - 0 baseparts and objects have been saved with extDB"
13:09:25 "A3W - 1 vehicles have been saved with extDB"
13:09:32 "vehicleManagerHC - 333 cached entities out of 387"
13:09:36 "SERVER CLEANUP: Deleted 0 expired objects"
13:09:36 "SERVER CLEANUP: Deleted 0 empty groups"
13:10:06 "A3W - 0 baseparts and objects have been saved with extDB"
13:10:26 "A3W - 1 vehicles have been saved with extDB"
13:11:07 "A3W - 0 baseparts and objects have been saved with extDB"
13:11:27 "A3W - 1 vehicles have been saved with extDB"
13:12:07 "A3W - 0 baseparts and objects have been saved with extDB"
13:12:27 "A3W - 1 vehicles have been saved with extDB"
13:13:08 "A3W - 0 baseparts and objects have been saved with extDB"
13:13:28 "A3W - 1 vehicles have been saved with extDB"
13:14:09 "A3W - 0 baseparts and objects have been saved with extDB"
13:14:29 "A3W - 1 vehicles have been saved with extDB"
13:14:33 "vehicleManagerHC - 333 cached entities out of 387"
13:14:36 "SERVER CLEANUP: Deleted 0 expired objects"
13:14:36 "SERVER CLEANUP: Deleted 0 empty groups"
13:15:09 "A3W - 0 baseparts and objects have been saved with extDB"
13:15:29 "A3W - 1 vehicles have been saved with extDB"
13:16:10 "A3W - 0 baseparts and objects have been saved with extDB"
13:16:30 "A3W - 1 vehicles have been saved with extDB"
13:17:11 "A3W - 0 baseparts and objects have been saved with extDB"
13:17:31 "A3W - 1 vehicles have been saved with extDB"
13:18:11 "A3W - 0 baseparts and objects have been saved with extDB"
13:18:31 "A3W - 1 vehicles have been saved with extDB"
13:19:12 "A3W - 0 baseparts and objects have been saved with extDB"
13:19:32 "A3W - 1 vehicles have been saved with extDB"
13:19:34 "vehicleManagerHC - 333 cached entities out of 387"
13:19:36 "SERVER CLEANUP: Deleted 0 expired objects"
13:19:36 "SERVER CLEANUP: Deleted 0 empty groups"
13:20:12 "A3W - 0 baseparts and objects have been saved with extDB"
13:20:33 "A3W - 1 vehicles have been saved with extDB"
13:21:13 "A3W - 0 baseparts and objects have been saved with extDB"
13:21:33 "A3W - 1 vehicles have been saved with extDB"
13:22:14 "A3W - 0 baseparts and objects have been saved with extDB"
13:22:34 "A3W - 1 vehicles have been saved with extDB"
13:23:14 "A3W - 0 baseparts and objects have been saved with extDB"
13:23:35 "A3W - 1 vehicles have been saved with extDB"
13:24:15 "A3W - 0 baseparts and objects have been saved with extDB"
13:24:35 "vehicleManagerHC - 333 cached entities out of 387"
13:24:35 "A3W - 1 vehicles have been saved with extDB"
13:24:36 "SERVER CLEANUP: Deleted 0 expired objects"
13:24:37 "SERVER CLEANUP: Deleted 0 empty groups"
13:25:16 "A3W - 0 baseparts and objects have been saved with extDB"
13:25:36 "A3W - 1 vehicles have been saved with extDB"
13:26:16 "A3W - 0 baseparts and objects have been saved with extDB"
13:26:37 "A3W - 1 vehicles have been saved with extDB"
13:27:17 "A3W - 0 baseparts and objects have been saved with extDB"
13:27:37 "A3W - 1 vehicles have been saved with extDB"
13:28:18 "A3W - 0 baseparts and objects have been saved with extDB"
13:28:38 "A3W - 1 vehicles have been saved with extDB"
13:29:18 "A3W - 0 baseparts and objects have been saved with extDB"
13:29:36 "vehicleManagerHC - 333 cached entities out of 387"
13:29:36 "SERVER CLEANUP: Deleted 0 expired objects"
13:29:37 "SERVER CLEANUP: Deleted 0 empty groups"
13:29:38 "A3W - 1 vehicles have been saved with extDB"
13:30:19 "A3W - 0 baseparts and objects have been saved with extDB"
13:30:39 "A3W - 1 vehicles have been saved with extDB"
13:31:20 "A3W - 0 baseparts and objects have been saved with extDB"
13:31:40 "A3W - 1 vehicles have been saved with extDB"
13:32:20 "A3W - 0 baseparts and objects have been saved with extDB"
13:32:40 "A3W - 1 vehicles have been saved with extDB"
13:33:21 "A3W - 0 baseparts and objects have been saved with extDB"
13:33:41 "A3W - 1 vehicles have been saved with extDB"
13:34:22 "A3W - 0 baseparts and objects have been saved with extDB"
13:34:37 "SERVER CLEANUP: Deleted 0 expired objects"
13:34:37 "SERVER CLEANUP: Deleted 0 empty groups"
13:34:37 "vehicleManagerHC - 333 cached entities out of 387"
13:34:42 "A3W - 1 vehicles have been saved with extDB"
13:35:22 "A3W - 0 baseparts and objects have been saved with extDB"
13:35:42 "A3W - 1 vehicles have been saved with extDB"
13:36:23 "A3W - 0 baseparts and objects have been saved with extDB"
13:36:43 "A3W - 1 vehicles have been saved with extDB"
13:37:24 "A3W - 0 baseparts and objects have been saved with extDB"
13:37:44 "A3W - 1 vehicles have been saved with extDB"
13:38:24 "A3W - 0 baseparts and objects have been saved with extDB"
13:38:44 "A3W - 1 vehicles have been saved with extDB"
13:39:25 "A3W - 0 baseparts and objects have been saved with extDB"
13:39:37 "SERVER CLEANUP: Deleted 0 expired objects"
13:39:37 "SERVER CLEANUP: Deleted 0 empty groups"
13:39:39 "vehicleManagerHC - 333 cached entities out of 387"
13:39:45 "A3W - 1 vehicles have been saved with extDB"
13:40:26 "A3W - 0 baseparts and objects have been saved with extDB"
13:40:46 "A3W - 1 vehicles have been saved with extDB"
13:41:26 "A3W - 0 baseparts and objects have been saved with extDB"
13:41:46 "A3W - 1 vehicles have been saved with extDB"
13:42:27 "A3W - 0 baseparts and objects have been saved with extDB"
13:42:47 "A3W - 1 vehicles have been saved with extDB"
13:43:28 "A3W - 0 baseparts and objects have been saved with extDB"
13:43:48 "A3W - 1 vehicles have been saved with extDB"
13:44:28 "A3W - 0 baseparts and objects have been saved with extDB"
13:44:37 "SERVER CLEANUP: Deleted 0 expired objects"
13:44:37 "SERVER CLEANUP: Deleted 0 empty groups"
13:44:40 "vehicleManagerHC - 333 cached entities out of 387"
13:44:48 "A3W - 1 vehicles have been saved with extDB"
13:45:29 "A3W - 0 baseparts and objects have been saved with extDB"
13:45:49 "A3W - 1 vehicles have been saved with extDB"
13:46:30 "A3W - 0 baseparts and objects have been saved with extDB"
13:46:50 "A3W - 1 vehicles have been saved with extDB"
13:47:30 "A3W - 0 baseparts and objects have been saved with extDB"
13:47:50 "A3W - 1 vehicles have been saved with extDB"
13:48:31 "A3W - 0 baseparts and objects have been saved with extDB"
13:48:51 "A3W - 1 vehicles have been saved with extDB"
13:49:32 "A3W - 0 baseparts and objects have been saved with extDB"
13:49:37 "SERVER CLEANUP: Deleted 0 expired objects"
13:49:37 "SERVER CLEANUP: Deleted 0 empty groups"
13:49:41 "vehicleManagerHC - 329 cached entities out of 370"
13:49:52 "A3W - 1 vehicles have been saved with extDB"
13:50:32 "A3W - 0 baseparts and objects have been saved with extDB"
13:50:52 "A3W - 1 vehicles have been saved with extDB"
13:51:33 "A3W - 0 baseparts and objects have been saved with extDB"
13:51:53 "A3W - 1 vehicles have been saved with extDB"
13:52:33 "A3W - 0 baseparts and objects have been saved with extDB"
13:52:54 "A3W - 1 vehicles have been saved with extDB"
13:53:34 "A3W - 0 baseparts and objects have been saved with extDB"
13:53:54 "A3W - 1 vehicles have been saved with extDB"
13:54:30 class HitPoints::HitFuel not found in B_APC_Tracked_01_AA_F
13:54:35 "A3W - 0 baseparts and objects have been saved with extDB"
13:54:37 "SERVER CLEANUP: Deleted 0 expired objects"
13:54:37 "SERVER CLEANUP: Deleted 0 empty groups"
13:54:42 "vehicleManagerHC - 318 cached entities out of 358"
13:54:55 "A3W - 1 vehicles have been saved with extDB"
13:55:35 "A3W - 0 baseparts and objects have been saved with extDB"
13:55:56 "A3W - 1 vehicles have been saved with extDB"
13:56:36 "A3W - 0 baseparts and objects have been saved with extDB"
13:56:56 "A3W - 1 vehicles have been saved with extDB"
AgentRev commented 8 years ago

can I get a direct access to the MySQL server?

codexGW commented 8 years ago

Yeah, hit me up on steam.

AgentRev commented 8 years ago

also you need to start headless with -filePatching too

codexGW commented 8 years ago

Cool thanks.

AgentRev commented 8 years ago

just message me the credentials on steam, I'm offline but I will get them.

AgentRev commented 8 years ago

the server RPT (start 12:42:23) is not from the same session as the extDB errors (end 12:35:40), otherwise I did not find any problems in the DB itself.

codexGW commented 8 years ago

Oh sorry. I guess it was setupPlayerDB.sqf maybe...? It's reverted now and the server is back up. No log errors so far.

codexGW commented 8 years ago

The right rpt

=====================================================================
== C:\server138\a3w\arma3server.exe
== "C:\server138\a3w\arma3server.exe"  "-autoInit" "-config=C:\server138\a3w\serverxyz\A3WEXTDB\server.cfg" "-cfg=C:\server138\a3w\serverxyz\A3WEXTDB\basic.cfg" "-profiles=C:\server138\a3w\serverxyz\A3WEXTDB" -servermod=@ASM -filePatching -loadMissionToMemory -maxMem=3072 -port=2302 -name=A3W

Original output filename: Arma3Retail_Server
Exe timestamp: 2016/06/30 16:57:59
Current time:  2016/07/09 11:30:51

Type: Public
Build: Stable
Version: 1.62.137306

Allocator: C:\server138\a3w\dll\tbb4malloc_bi.dll
=====================================================================

11:30:51 SteamAPI initialization failed. Steam features wont's be accessible!
11:30:52 Cannot register unknown string STR_AC_VEHICLE_IN_VEHICLE_UNLOAD
11:30:52 Cannot register unknown string STR_ACTION_VECTORING_ON
11:30:52 Cannot register unknown string STR_ACTION_VECTORING_OFF
11:30:52 Initializing stats manager.
11:30:52 Stats config disabled.
11:30:52 sessionID: 8e15a394485462142c0156b60491168b0465f0cf
11:31:04 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/
11:31:04 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/
11:31:04 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/
11:31:04 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/
11:31:04 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/
11:31:04 Updating base class BlendAnims->, by a3\anims_f\config\sdr\weaponswitching\config.bin/CfgMovesMaleSdr/BlendAnims/
11:31:04 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/
11:31:04 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/
11:31:04 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/
11:31:04 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/
11:31:04 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/
11:31:04 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/
11:31:04 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/
11:31:04 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/
11:31:04 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/
11:31:04 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/
11:31:04 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/
11:31:04 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/
11:31:04 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/
11:31:04 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/
11:31:04 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/
11:31:04 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/
11:31:04 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/
11:31:04 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/
11:31:04 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/
11:31:04 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/
11:31:04 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/
11:31:04 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/
11:31:04 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/
11:31:04 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/
11:31:04 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/
11:31:04 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/
11:31:04 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/
11:31:04 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/
11:31:04 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/
11:31:04 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/
11:31:04 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/
11:31:04 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/
11:31:04 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/
11:31:04 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/
11:31:04 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/
11:31:04 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/
11:31:04 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/
11:31:04 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/
11:31:04 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/
11:31:04 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/
11:31:04 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/
11:31:04 Updating base class RscUnitInfo->RscUnitInfoAirNoWeapon, by a3\ui_f\config.bin/RscInGameUI/RscUnitInfoAir/
11:31:04 Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscInGameUI/RscTaskOverview/controls/TaskOverviewAssigned/
11:31:04 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/
11:31:04 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/
11:31:04 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/
11:31:04 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
11:31:04 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/
11:31:04 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/
11:31:04 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/
11:31:04 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
11:31:04 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/
11:31:04 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/
11:31:04 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
11:31:04 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
11:31:04 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
11:31:04 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
11:31:04 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
11:31:04 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
11:31:04 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
11:31:04 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
11:31:04 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
11:31:04 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
11:31:04 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
11:31:04 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
11:31:04 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/
11:31:04 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceMid/
11:31:04 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceLong/
11:31:04 Updating base class ->All, by a3\sounds_f\config.bin/CfgVehicles/Sound/
11:31:04 Updating base class ->BlendAnims, by a3\soft_f_kart\kart_01\config.bin/CfgMovesMaleSdr/BlendAnims/
11:31:04 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisable/
11:31:04 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisableTiles/
11:31:04 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisable/
11:31:04 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisableTiles/
11:31:04 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisable/
11:31:04 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisableTiles/
11:31:04 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisable/
11:31:04 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisableTiles/
11:31:04 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisable/
11:31:04 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisableTiles/
11:31:04 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_2/Controls/
11:31:04 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_6/Controls/
11:31:04 Updating base class Turrets->, by a3\air_f_exp\heli_light_01\config.bin/CfgVehicles/Heli_Light_01_civil_base_F/Turrets/
11:31:05 Initializing Steam Manager
11:31:05 Steam Manager initialized.
11:31:05 
11:31:05 ==== Loaded addons ====
11:31:05 
11:31:05 dta\bin.pbo - unknown
11:31:05 dta\core.pbo - 98397
11:31:05 dta\languagecore_f.pbo - 102256
11:31:05 C:\server138\a3w\expansion\addons\air_f_exp.ebo - 102157
11:31:05 C:\server138\a3w\expansion\addons\anims_f_exp.ebo - 102343
11:31:05 C:\server138\a3w\expansion\addons\armor_f_exp.ebo - 101169
11:31:05 C:\server138\a3w\expansion\addons\boat_f_exp.ebo - 102349
11:31:05 C:\server138\a3w\expansion\addons\cargoposes_f_exp.ebo - 101996
11:31:05 C:\server138\a3w\expansion\addons\characters_f_exp.ebo - 102341
11:31:05 C:\server138\a3w\expansion\addons\data_f_exp.ebo - 102344
11:31:05 C:\server138\a3w\expansion\addons\dubbing_radio_f_exp.ebo - 102344
11:31:05 C:\server138\a3w\expansion\addons\dubbing_radio_f_exp_data_chi.ebo - 102349
11:31:05 C:\server138\a3w\expansion\addons\dubbing_radio_f_exp_data_engfre.ebo - 102349
11:31:05 C:\server138\a3w\expansion\addons\dubbing_radio_f_exp_data_fre.ebo - 102349
11:31:05 C:\server138\a3w\expansion\addons\editorpreviews_f_exp.ebo - 101866
11:31:05 C:\server138\a3w\expansion\addons\language_f_exp.ebo - 102283
11:31:05 C:\server138\a3w\expansion\addons\map_data_exp.ebo - 101774
11:31:05 C:\server138\a3w\expansion\addons\map_tanoabuka.ebo - 102267
11:31:05 C:\server138\a3w\expansion\addons\map_tanoabuka_data.ebo - 102204
11:31:05 C:\server138\a3w\expansion\addons\map_tanoabuka_data_layers.ebo - 102007
11:31:05 C:\server138\a3w\expansion\addons\map_tanoabuka_data_layers_00_00.ebo - 102007
11:31:05 C:\server138\a3w\expansion\addons\map_tanoa_scenes_f.ebo - 101568
11:31:05 C:\server138\a3w\expansion\addons\music_f_exp.ebo - 102056
11:31:05 C:\server138\a3w\expansion\addons\music_f_exp_music.ebo - 102056
11:31:05 C:\server138\a3w\expansion\addons\props_f_exp.ebo - 102316
11:31:05 C:\server138\a3w\expansion\addons\rocks_f_exp.ebo - 101780
11:31:05 C:\server138\a3w\expansion\addons\soft_f_exp.ebo - 102349
11:31:05 C:\server138\a3w\expansion\addons\sounds_f_exp.ebo - 102345
11:31:05 C:\server138\a3w\expansion\addons\static_f_exp.ebo - 101619
11:31:05 C:\server138\a3w\expansion\addons\structures_f_exp.ebo - 102320
11:31:05 C:\server138\a3w\expansion\addons\structures_f_exp_civilian.ebo - 102332
11:31:05 C:\server138\a3w\expansion\addons\structures_f_exp_commercial.ebo - 102337
11:31:05 C:\server138\a3w\expansion\addons\structures_f_exp_cultural.ebo - 102334
11:31:05 C:\server138\a3w\expansion\addons\structures_f_exp_data.ebo - 102341
11:31:05 C:\server138\a3w\expansion\addons\structures_f_exp_industrial.ebo - 102341
11:31:05 C:\server138\a3w\expansion\addons\structures_f_exp_infrastructure.ebo - 102341
11:31:05 C:\server138\a3w\expansion\addons\supplies_f_exp.ebo - 102166
11:31:05 C:\server138\a3w\expansion\addons\ui_f_exp.ebo - 101912
11:31:05 C:\server138\a3w\expansion\addons\vegetation_f_exp.ebo - 102349
11:31:05 C:\server138\a3w\expansion\addons\weapons_f_exp.ebo - 102344
11:31:05 C:\server138\a3w\mark\addons\anims_f_mark.pbo - 99082
11:31:05 C:\server138\a3w\mark\addons\characters_f_mark.pbo - 102108
11:31:05 C:\server138\a3w\mark\addons\data_f_mark.pbo - 100892
11:31:05 C:\server138\a3w\mark\addons\dubbing_f_mark.pbo - 98398
11:31:05 C:\server138\a3w\mark\addons\dubbing_f_mp_mark.pbo - 99082
11:31:05 C:\server138\a3w\mark\addons\functions_f_mark.pbo - 99082
11:31:05 C:\server138\a3w\mark\addons\functions_f_mp_mark.pbo - 102253
11:31:05 C:\server138\a3w\mark\addons\languagemissions_f_mark.pbo - 102100
11:31:05 C:\server138\a3w\mark\addons\languagemissions_f_mp_mark.pbo - 102100
11:31:05 C:\server138\a3w\mark\addons\language_f_mark.pbo - 102099
11:31:05 C:\server138\a3w\mark\addons\language_f_mp_mark.pbo - 102099
11:31:05 C:\server138\a3w\mark\addons\missions_f_mark.pbo - 99082
11:31:05 C:\server138\a3w\mark\addons\missions_f_mark_data.pbo - 99082
11:31:05 C:\server138\a3w\mark\addons\missions_f_mark_video.pbo - 99082
11:31:05 C:\server138\a3w\mark\addons\missions_f_mp_mark.pbo - 102054
11:31:05 C:\server138\a3w\mark\addons\missions_f_mp_mark_data.pbo - 99084
11:31:05 C:\server138\a3w\mark\addons\modules_f_mark.pbo - 99085
11:31:05 C:\server138\a3w\mark\addons\modules_f_mp_mark.pbo - 102157
11:31:05 C:\server138\a3w\mark\addons\music_f_mark.pbo - 98422
11:31:05 C:\server138\a3w\mark\addons\music_f_mark_music.pbo - 99086
11:31:05 C:\server138\a3w\mark\addons\sounds_f_mark.pbo - 99087
11:31:05 C:\server138\a3w\mark\addons\static_f_mark.pbo - 98423
11:31:05 C:\server138\a3w\mark\addons\structures_f_mark.pbo - 99089
11:31:05 C:\server138\a3w\mark\addons\supplies_f_mark.pbo - 99089
11:31:05 C:\server138\a3w\mark\addons\ui_f_mark.pbo - 99090
11:31:05 C:\server138\a3w\mark\addons\ui_f_mp_mark.pbo - 99090
11:31:05 C:\server138\a3w\mark\addons\weapons_f_mark.pbo - 99090
11:31:05 C:\server138\a3w\heli\addons\air_f_heli.pbo - 100981
11:31:05 C:\server138\a3w\heli\addons\anims_f_heli.pbo - 99082
11:31:05 C:\server138\a3w\heli\addons\boat_f_heli.pbo - 99082
11:31:05 C:\server138\a3w\heli\addons\cargoposes_f_heli.pbo - 101509
11:31:05 C:\server138\a3w\heli\addons\data_f_heli.pbo - 100892
11:31:05 C:\server138\a3w\heli\addons\dubbing_f_heli.pbo - 98398
11:31:05 C:\server138\a3w\heli\addons\functions_f_heli.pbo - 99082
11:31:05 C:\server138\a3w\heli\addons\languagemissions_f_heli.pbo - 102099
11:31:05 C:\server138\a3w\heli\addons\language_f_heli.pbo - 102099
11:31:05 C:\server138\a3w\heli\addons\missions_f_heli.pbo - 100701
11:31:05 C:\server138\a3w\heli\addons\missions_f_heli_data.pbo - 99082
11:31:05 C:\server138\a3w\heli\addons\missions_f_heli_video.pbo - 99082
11:31:05 C:\server138\a3w\heli\addons\modules_f_heli.pbo - 99085
11:31:05 C:\server138\a3w\heli\addons\music_f_heli.pbo - 98423
11:31:05 C:\server138\a3w\heli\addons\music_f_heli_music.pbo - 99086
11:31:05 C:\server138\a3w\heli\addons\soft_f_heli.pbo - 99086
11:31:05 C:\server138\a3w\heli\addons\sounds_f_heli.pbo - 99086
11:31:05 C:\server138\a3w\heli\addons\structures_f_heli.pbo - 101719
11:31:05 C:\server138\a3w\heli\addons\supplies_f_heli.pbo - 101719
11:31:05 C:\server138\a3w\heli\addons\ui_f_heli.pbo - 99090
11:31:05 C:\server138\a3w\kart\addons\anims_f_kart.pbo - 99082
11:31:05 C:\server138\a3w\kart\addons\characters_f_kart.pbo - 99082
11:31:05 C:\server138\a3w\kart\addons\data_f_kart.pbo - 100651
11:31:05 C:\server138\a3w\kart\addons\languagemissions_f_kart.pbo - 102099
11:31:05 C:\server138\a3w\kart\addons\language_f_kart.pbo - 102099
11:31:05 C:\server138\a3w\kart\addons\missions_f_kart.pbo - 100701
11:31:05 C:\server138\a3w\kart\addons\missions_f_kart_data.pbo - 99082
11:31:05 C:\server138\a3w\kart\addons\modules_f_kart.pbo - 99085
11:31:05 C:\server138\a3w\kart\addons\modules_f_kart_data.pbo - 99085
11:31:05 C:\server138\a3w\kart\addons\soft_f_kart.pbo - 99086
11:31:05 C:\server138\a3w\kart\addons\sounds_f_kart.pbo - 99086
11:31:05 C:\server138\a3w\kart\addons\structures_f_kart.pbo - 101717
11:31:05 C:\server138\a3w\kart\addons\ui_f_kart.pbo - 99090
11:31:05 C:\server138\a3w\kart\addons\weapons_f_kart.pbo - 99090
11:31:05 C:\server138\a3w\curator\addons\data_f_curator.pbo - 101811
11:31:05 C:\server138\a3w\curator\addons\functions_f_curator.pbo - 99082
11:31:05 C:\server138\a3w\curator\addons\language_f_curator.pbo - 102098
11:31:05 C:\server138\a3w\curator\addons\missions_f_curator.pbo - 101775
11:31:05 C:\server138\a3w\curator\addons\modules_f_curator.pbo - 99085
11:31:05 C:\server138\a3w\curator\addons\ui_f_curator.pbo - 102204
11:31:05 C:\server138\a3w\@ASM\addons\asm.pbo - unknown
11:31:05 addons\3den.pbo - 102238
11:31:05 addons\3den_language.pbo - 102097
11:31:05 addons\a3.pbo - unknown
11:31:05 addons\air_f.pbo - 99988
11:31:05 addons\air_f_beta.pbo - 100272
11:31:05 addons\air_f_epb.pbo - 99941
11:31:05 addons\air_f_epc.pbo - 98395
11:31:05 addons\air_f_gamma.pbo - 98395
11:31:05 addons\animals_f.pbo - 100090
11:31:05 addons\animals_f_beta.pbo - 100090
11:31:05 addons\anims_f.pbo - 101995
11:31:05 addons\anims_f_bootcamp.pbo - 99081
11:31:05 addons\anims_f_data.pbo - 98480
11:31:05 addons\anims_f_epa.pbo - 99082
11:31:05 addons\anims_f_epc.pbo - 99082
11:31:05 addons\anims_f_exp_a.pbo - 99908
11:31:05 addons\armor_f.pbo - 99082
11:31:05 addons\armor_f_beta.pbo - 101707
11:31:05 addons\armor_f_epb.pbo - 99082
11:31:05 addons\armor_f_epc.pbo - 99082
11:31:05 addons\armor_f_gamma.pbo - 99082
11:31:05 addons\baseconfig_f.pbo - 99080
11:31:05 addons\boat_f.pbo - 99082
11:31:05 addons\boat_f_beta.pbo - 99082
11:31:05 addons\boat_f_epc.pbo - 101732
11:31:05 addons\boat_f_gamma.pbo - 101732
11:31:05 addons\cargoposes_f.pbo - 100772
11:31:05 addons\characters_f.pbo - 102106
11:31:05 addons\characters_f_beta.pbo - 101172
11:31:05 addons\characters_f_bootcamp.pbo - 100169
11:31:05 addons\characters_f_epa.pbo - 99082
11:31:05 addons\characters_f_epb.pbo - 99082
11:31:05 addons\characters_f_epc.pbo - 99082
11:31:05 addons\characters_f_gamma.pbo - 99374
11:31:05 addons\data_f.pbo - 101809
11:31:05 addons\data_f_bootcamp.pbo - 100892
11:31:05 addons\data_f_exp_a.pbo - 99082
11:31:05 addons\data_f_exp_b.pbo - 98643
11:31:05 addons\drones_f.pbo - 100981
11:31:05 addons\dubbing_f.pbo - 98398
11:31:05 addons\dubbing_f_beta.pbo - 98398
11:31:05 addons\dubbing_f_bootcamp.pbo - 98398
11:31:05 addons\dubbing_f_epa.pbo - 98398
11:31:05 addons\dubbing_f_epb.pbo - 98398
11:31:05 addons\dubbing_f_epc.pbo - 98398
11:31:05 addons\dubbing_f_gamma.pbo - 98398
11:31:05 addons\dubbing_radio_f.pbo - 99982
11:31:05 addons\dubbing_radio_f_data_eng.pbo - 99078
11:31:05 addons\dubbing_radio_f_data_engb.pbo - 99078
11:31:05 addons\dubbing_radio_f_data_gre.pbo - 99078
11:31:05 addons\dubbing_radio_f_data_per.pbo - 99078
11:31:05 addons\dubbing_radio_f_data_vr.pbo - 99078
11:31:05 addons\editorpreviews_f.pbo - 99556
11:31:05 addons\editor_f.pbo - 99082
11:31:05 addons\functions_f.pbo - 102343
11:31:05 addons\functions_f_bootcamp.pbo - 101296
11:31:05 addons\functions_f_epa.pbo - 99082
11:31:05 addons\functions_f_epc.pbo - 99082
11:31:05 addons\functions_f_exp_a.pbo - 99082
11:31:05 addons\languagemissions_f.pbo - 102099
11:31:05 addons\languagemissions_f_beta.pbo - 102099
11:31:05 addons\languagemissions_f_bootcamp.pbo - 102099
11:31:05 addons\languagemissions_f_epa.pbo - 102099
11:31:05 addons\languagemissions_f_epb.pbo - 102099
11:31:05 addons\languagemissions_f_epc.pbo - 102099
11:31:05 addons\languagemissions_f_exp_a.pbo - 102099
11:31:05 addons\languagemissions_f_gamma.pbo - 102099
11:31:05 addons\language_f.pbo - 102097
11:31:05 addons\language_f_beta.pbo - 102097
11:31:05 addons\language_f_bootcamp.pbo - 102097
11:31:05 addons\language_f_epa.pbo - 102099
11:31:05 addons\language_f_epb.pbo - 102099
11:31:05 addons\language_f_epc.pbo - 102099
11:31:05 addons\language_f_exp_a.pbo - 102099
11:31:05 addons\language_f_exp_b.pbo - 102099
11:31:05 addons\language_f_gamma.pbo - 102099
11:31:05 addons\map_altis.pbo - 100239
11:31:05 addons\map_altis_data.pbo - 99740
11:31:05 addons\map_altis_data_layers.pbo - 99901
11:31:05 addons\map_altis_data_layers_00_00.pbo - 99901
11:31:05 addons\map_altis_data_layers_00_01.pbo - 99901
11:31:05 addons\map_altis_data_layers_01_00.pbo - 99901
11:31:05 addons\map_altis_data_layers_01_01.pbo - 99901
11:31:05 addons\map_altis_scenes_f.pbo - 101568
11:31:05 addons\map_data.pbo - 100132
11:31:05 addons\map_stratis.pbo - 100234
11:31:05 addons\map_stratis_data.pbo - 99082
11:31:05 addons\map_stratis_data_layers.pbo - 99082
11:31:05 addons\map_stratis_scenes_f.pbo - 101568
11:31:05 addons\map_vr.pbo - 98784
11:31:05 addons\map_vr_scenes_f.pbo - 101569
11:31:05 addons\misc_f.pbo - 99082
11:31:05 addons\missions_f.pbo - 99082
11:31:05 addons\missions_f_beta.pbo - 99082
11:31:05 addons\missions_f_beta_data.pbo - 99082
11:31:05 addons\missions_f_beta_video.pbo - 99082
11:31:05 addons\missions_f_bootcamp.pbo - 102166
11:31:05 addons\missions_f_bootcamp_data.pbo - 99082
11:31:05 addons\missions_f_bootcamp_video.pbo - 99082
11:31:05 addons\missions_f_data.pbo - 99082
11:31:05 addons\missions_f_epa.pbo - 101083
11:31:05 addons\missions_f_epa_data.pbo - 99082
11:31:05 addons\missions_f_epa_video.pbo - 99082
11:31:05 addons\missions_f_epb.pbo - 99082
11:31:05 addons\missions_f_epc.pbo - 99082
11:31:05 addons\missions_f_exp_a.pbo - 102056
11:31:05 addons\missions_f_exp_a_data.pbo - 98702
11:31:05 addons\missions_f_gamma.pbo - 99082
11:31:05 addons\missions_f_gamma_data.pbo - 99082
11:31:05 addons\missions_f_gamma_video.pbo - 99082
11:31:05 addons\missions_f_video.pbo - 99084
11:31:05 addons\modules_f.pbo - 98663
11:31:05 addons\modules_f_beta.pbo - 99084
11:31:05 addons\modules_f_beta_data.pbo - 99084
11:31:05 addons\modules_f_bootcamp.pbo - 99085
11:31:05 addons\modules_f_data.pbo - 99085
11:31:05 addons\modules_f_epb.pbo - 99085
11:31:05 addons\modules_f_exp_a.pbo - 99085
11:31:05 addons\music_f.pbo - 99086
11:31:05 addons\music_f_bootcamp.pbo - 98422
11:31:05 addons\music_f_bootcamp_music.pbo - 99086
11:31:05 addons\music_f_epa.pbo - 98422
11:31:05 addons\music_f_epa_music.pbo - 99086
11:31:05 addons\music_f_epb.pbo - 98422
11:31:05 addons\music_f_epb_music.pbo - 99086
11:31:05 addons\music_f_epc.pbo - 98423
11:31:05 addons\music_f_epc_music.pbo - 99086
11:31:05 addons\music_f_music.pbo - 99086
11:31:05 addons\plants_f.pbo - 102349
11:31:05 addons\props_f_exp_a.pbo - 99086
11:31:05 addons\roads_f.pbo - 98423
11:31:05 addons\rocks_f.pbo - 101831
11:31:05 addons\signs_f.pbo - 99349
11:31:05 addons\soft_f.pbo - 98851
11:31:05 addons\soft_f_beta.pbo - 99086
11:31:05 addons\soft_f_bootcamp.pbo - 99086
11:31:05 addons\soft_f_epc.pbo - 99086
11:31:05 addons\soft_f_gamma.pbo - 100005
11:31:05 addons\sounds_f.pbo - 101933
11:31:05 addons\sounds_f_arsenal.pbo - 99086
11:31:05 addons\sounds_f_bootcamp.pbo - 99086
11:31:05 addons\sounds_f_characters.pbo - 101934
11:31:05 addons\sounds_f_environment.pbo - 101781
11:31:05 addons\sounds_f_epb.pbo - 99086
11:31:05 addons\sounds_f_epc.pbo - 99086
11:31:05 addons\sounds_f_exp_a.pbo - 99086
11:31:05 addons\sounds_f_sfx.pbo - 99087
11:31:05 addons\sounds_f_vehicles.pbo - 101781
11:31:05 addons\static_f.pbo - 101412
11:31:05 addons\static_f_beta.pbo - 98423
11:31:05 addons\static_f_gamma.pbo - 98423
11:31:05 addons\structures_f.pbo - 102108
11:31:05 addons\structures_f_bootcamp.pbo - 101830
11:31:05 addons\structures_f_data.pbo - 100167
11:31:05 addons\structures_f_epa.pbo - 99891
11:31:05 addons\structures_f_epb.pbo - 101868
11:31:05 addons\structures_f_epc.pbo - 101721
11:31:05 addons\structures_f_exp_a.pbo - 99087
11:31:05 addons\structures_f_households.pbo - 101820
11:31:05 addons\structures_f_ind.pbo - 102260
11:31:05 addons\structures_f_mil.pbo - 101830
11:31:05 addons\structures_f_wrecks.pbo - 99089
11:31:05 addons\uifonts_f.pbo - 99090
11:31:05 addons\uifonts_f_data.pbo - 99090
11:31:05 addons\ui_f.pbo - 102343
11:31:05 addons\ui_f_bootcamp.pbo - 101548
11:31:05 addons\ui_f_data.pbo - 102242
11:31:05 addons\ui_f_exp_a.pbo - 99090
11:31:05 addons\weapons_f.pbo - 102190
11:31:05 addons\weapons_f_beta.pbo - 102192
11:31:05 addons\weapons_f_bootcamp.pbo - 99090
11:31:05 addons\weapons_f_epa.pbo - 99090
11:31:05 addons\weapons_f_epb.pbo - 99090
11:31:05 addons\weapons_f_epc.pbo - 99090
11:31:05 addons\weapons_f_gamma.pbo - 99090
11:31:05 
11:31:05 =======================
11:31:05 
11:31:05 ============================================================================================= List of mods ===============================================================================================
11:31:05 modsReadOnly = false
11:31:05 safeModsActivated = false
11:31:05 customMods = true
11:31:05 hash = '436286BD3EECA544021E5BFA9B8E6E4561CFF89E'
11:31:05 hashShort = '427ac76f'
11:31:05                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
11:31:05 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
11:31:05                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           | 
11:31:05                                        Arma 3 Apex |            expansion |       true |             GAME DIR | 1212e83c16b9a41bc6242ce2342dcc03c4525385 |  9d084e6f | C:\server138\a3w\expansion
11:31:05                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | 9d8007940a43af4554fe7c3a40a55c711a576c60 |   306c574 | C:\server138\a3w\mark
11:31:05                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | 91eee3af4b583263c2583841e100bb3d5885b554 |  c243ab33 | C:\server138\a3w\heli
11:31:05                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 44cc1655a67b9002577562645da2eeb67d1be2b0 |   cf40abd | C:\server138\a3w\kart
11:31:05                                        Arma 3 Zeus |              curator |       true |             GAME DIR | 15dc9c98b66c6c932d8c8a83ad5c4b9360cee492 |  5056afaa | C:\server138\a3w\curator
11:31:05                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
11:31:05                                               @ASM |                 @ASM |      false |             GAME DIR | da39a3ee5e6b4b0d3255bfef95601890afd80709 |  11fdd19c | C:\server138\a3w\@ASM
11:31:05 ==========================================================================================================================================================================================================
11:31:05 InitSound ...
11:31:05 InitSound - complete
11:31:05 PhysX3 SDK Init started ...
11:31:05 PhysX3 SDK Init ended.
11:31:06 Attempt to override final function - rscminimap_script
11:31:06 Attempt to override final function - rscdisplayloading_script
11:31:06 Attempt to override final function - rscdisplayloading_script
11:31:06 Attempt to override final function - rscdisplayloading_script
11:31:06 Attempt to override final function - rscdiary_script
11:31:06 Attempt to override final function - rscdisplaysinglemission_script
11:31:06 Attempt to override final function - rscdiary_script
11:31:06 Attempt to override final function - rscdisplayremotemissions_script
11:31:06 Attempt to override final function - rscdisplayloading_script
11:31:06 Attempt to override final function - rscdiary_script
11:31:06 Attempt to override final function - rscdiary_script
11:31:06 Attempt to override final function - rscdisplaystrategicmap_script
11:31:06 Attempt to override final function - rscdisplaycommon_script
11:31:06 Attempt to override final function - rscdisplaygarage_script
11:31:06 Attempt to override final function - rscdisplayhostsettings_script
11:31:06 Attempt to override final function - rscdisplayloading_script
11:31:06 Attempt to override final function - rscdisplaycurator_script
11:31:06 Attempt to override final function - display3deneditcomposition_script
11:31:06 Attempt to override final function - display3deneditattributes_script
11:31:06 Attempt to override final function - display3deneditattributes_script
11:31:06 Attempt to override final function - rscdisplayhostsettings_script
11:31:06 Attempt to override final function - rscdisplaycommon_script
11:31:06 Attempt to override final function - rscdisplaydebriefing_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:07 Attempt to override final function - rscunitinfo_script
11:31:08 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
11:31:08 Steam AppId from steam_appid.txt: 107410
11:31:08 Starting mission:
11:31:08  Mission file: A3A_A3Wasteland (__cur_mp)
11:31:08  Mission world: Altis
11:31:08  Mission directory: mpmissions\__cur_mp.Altis\
11:31:13 Unknown hit sound type in A3\data_f\Penetration\tyre.bisurf.soundHit
11:31:13 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
11:31:13 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
11:31:19 Attempt to override final function - bis_functions_list
11:31:19 Attempt to override final function - bis_functions_listpreinit
11:31:19 Attempt to override final function - bis_functions_listpostinit
11:31:19 Attempt to override final function - bis_functions_listrecompile
11:31:19 Attempt to override final function - bis_fnc_missiontaskslocal
11:31:19 Attempt to override final function - bis_fnc_missionconversationslocal
11:31:19 Attempt to override final function - bis_fnc_missionflow
11:31:19 Loading movesType CfgGesturesMale
11:31:19 MovesType CfgGesturesMale load time 93 ms
11:31:19 Loading movesType CfgMovesMaleSdr
11:31:20 Animation a3\cargoposes_f\anim\passenger_flatground_leanleft_kia.rtm not found or empty
11:31:20 Animation a3\cargoposes_f\anim\passenger_flatground_leanright_kia.rtm not found or empty
11:31:21 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimtopistol_end.rtm not found or empty
11:31:21 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimunarmed_tobinoc_end.rtm not found or empty
11:31:21 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimunarmed_frombinoc_end.rtm not found or empty
11:31:21 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimlauncher1.rtm not found or empty
11:31:21 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2idlelauncher1.rtm not found or empty
11:31:21 Animation a3\cargoposes_f_heli\anim\vehicle_passenger_stand_2aimlauncher_reload.rtm not found or empty
11:31:24 MovesType CfgMovesMaleSdr load time 5038 ms
11:31:24 Attempt to override final function - a3w_fnc_getteammarkercolor
11:31:24 Connected to Steam servers
11:31:24 Wrong init state
11:31:24 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
11:31:24  Mission id: 01abc9f13bfdc6a5120d885c658dddf8f78a0af7
11:31:25 "############################# A3A_A3Wasteland #############################"
11:31:25 "WASTELAND SERVER - Initializing Server"
11:31:25 "ASM.fsm started"
11:31:25 Unable to get file version size: .\asmdll.dll
11:31:25 Weather was forced to change
11:31:25 "ANTI-HACK: Using external payload"
11:31:25 "ANTI-HACK: Started."
11:31:25 "WASTELAND SERVER - Initializing Server Vars"
11:31:25 "WASTELAND SERVER - Initializing Server Compile"
11:31:25 "WASTELAND SERVER - Initializing Server Relations"
11:31:25 Unable to get file version size: .\real_date.dll
11:31:25 "[SERVER RESTART] -> RESTART TIMES ARE ["09:00:00","15:00:00","21:00:00","03:00:00"] - CURRENT SERVER TIME IS 11:31:25"
11:31:25 "WASTELAND SERVER - Server Compile Finished"
11:31:26 "[INFO] extDB2 v63 extension loaded"
11:31:26 "[extDB2] Startup..."
11:31:26 "Loading parking misc functions"
11:31:26 "Loading parking misc functions complete"
11:31:26 "Loading storage functions ..."
11:31:26 "Loading list simple menu functions ... "
11:31:26 "Loading list simple menu functions complete"
11:31:26 "Loading parking interact functions ..."
11:31:26 "Loading parking interact functions complete"
11:31:26 "[extDB2] Initialized SQL_CUSTOM_V2 protocol"
11:31:26 "[extDB2] Environment setup..."
11:31:26 "[extDB2] Locked"
11:31:26 "Setting up storage boxes ... "
11:31:26 "Loading parking saving functions ..."
11:31:26 "Loading parking saving functions complete"
11:31:26 "Loading parking functions ..."
11:31:26 "Setting up parking terminals ... "
11:31:26 "[extDB2] Sleep [4]: 34.447"
11:31:26 "Creating Storage at: Panochori ([5061.98,11356.4,57.7553])"
11:31:26 "Creating parking terminal at Parking1 (Grid 039175)"
11:31:26 "Creating Storage at: Neri ([3991.39,11508.3,17.1747])"
11:31:26 "[extDB2] Startup complete!"
11:31:26 "[INFO] A3W playerSaving = ON"
11:31:26 "[INFO] A3W baseSaving = ON"
11:31:26 "[INFO] A3W vehicleSaving = ON"
11:31:26 "[INFO] A3W boxSaving = ON"
11:31:26 "[INFO] A3W staticWeaponSaving = ON"
11:31:26 "[INFO] A3W warchestSaving = OFF"
11:31:26 "[INFO] A3W warchestMoneySaving = OFF"
11:31:26 "[INFO] A3W spawnBeaconSaving = ON"
11:31:26 "[INFO] A3W timeSaving = OFF"
11:31:26 "[INFO] A3W weatherSaving = OFF"
11:31:26 "[INFO] A3W hcObjSaving = ON"
11:31:26 "Creating parking terminal at Parking2 (Grid 231199)"
11:31:26 Attempt to override final function - fn_getvehiclevars
11:31:26 Attempt to override final function - fn_preprocesssaveddata
11:31:26 Attempt to override final function - fn_restoresavedvehicle
11:31:26 "Creating Storage at: Kavala ([3448.45,13001.7,6.31841])"
11:31:27 "Creating Storage at: Aggelochori ([3692.18,13718.9,12.5918])"
11:31:27 "Creating parking terminal at Parking3 (Grid 202088)"
11:31:27 "A3Wasteland - world persistence loaded 0 objects from extDB"
11:31:27 "Creating Storage at: Zaros ([9214.24,12098,18.8782])"
11:31:27 "No storage in Therisa"
11:31:27 "Creating parking terminal at Parking4 (Grid 124158)"
11:31:27 "No storage in Negades"
11:31:27 "A3Wasteland - world persistence loaded 0 vehicles from extDB"
11:31:27 Error in expression <, "saveTime.sqf"] call mf_compile;

if (_objectSaving) then
{
fn_isObjectSaveabl>
11:31:27   Error position: <_objectSaving) then
{
fn_isObjectSaveabl>
11:31:27   Error Undefined variable in expression: _objectsaving
11:31:27 File mpmissions\__cur_mp.Altis\persistence\server\world\oSaveSetup.sqf, line 36
11:31:27 "Creating parking terminal at Parking5 (Grid 041140)"
11:31:27 "Creating Storage at: Topolia ([7410.33,15449.6,57.4683])"
11:31:27 "Creating parking terminal at Parking6 (Grid 107121)"
11:31:27 "Creating parking terminal at Parking7 (Grid 049111)"
11:31:27 "WASTELAND SERVER - Initializing Server Spawning"
11:31:27 "Creating Storage at: Poliakko ([11059.1,13512.7,26.8238])"
11:31:27 "No storage in Agios Konstantinos"
11:31:27 "Creating territory capture trigger for 'TERRITORY_SW_AIRFIELD'"
11:31:27 "Creating Storage at: Kore ([7148.89,16298.9,97.4278])"
11:31:28 "Creating territory capture trigger for 'TERRITORY_MAIN_AIRBASE_SW'"
11:31:28 "Creating territory capture trigger for 'TERRITORY_MAIN_AIRBASE_CENTER'"
11:31:28 "Creating territory capture trigger for 'TERRITORY_MAIN_AIRBASE_NE'"
11:31:28 "Creating territory capture trigger for 'TERRITORY_NW_AIRFIELD'"
11:31:28 "Creating parking terminal at Parking8 (Grid 085181)"
11:31:28 "Creating territory capture trigger for 'TERRITORY_NE_AIRFIELD'"
11:31:28 "Creating Storage at: Katalaki ([11709.8,13685.1,13.3851])"
11:31:28 "Parking terminals setup complete"
11:31:28 "Loading parking functions complete"
11:31:28 "Creating territory capture trigger for 'TERRITORY_SE_AIRFIELD'"
11:31:28 "Creating territory capture trigger for 'TERRITORY_WEST_POWER_PLANT'"
11:31:28 "Creating territory capture trigger for 'TERRITORY_SALTFLATS_AIRFIELD'"
11:31:28 "Creating territory capture trigger for 'TERRITORY_THRONOS_CASTLE'"
11:31:28 "WARNING: No config_territory_markers definition for marker 'TERRITORY_KASTRO_CASTLE'. Deleting it!"
11:31:28 "Creating territory capture trigger for 'TERRITORY_CENTER_POWER_PLANT'"
11:31:28 "Creating territory capture trigger for 'TERRITORY_IRAKLIA_RUINS'"
11:31:28 "Creating territory capture trigger for 'TERRITORY_ARTINARKI_RUINS'"
11:31:28 "Creating Storage at: Alikampos ([11156.8,14615.1,45.8725])"
11:31:28 "Creating territory capture trigger for 'TERRITORY_MAGOS_TRANSMITTER'"
11:31:28 "Creating territory capture trigger for 'TERRITORY_PYRSOS_TRANSMITTER'"
11:31:28 "Creating territory capture trigger for 'TERRITORY_MILITARY_RESEARCH'"
11:31:28 "Creating Storage at: Agios Dionysios ([9168.31,15850.7,125.193])"
11:31:28 "Loading vehicle misc functions ..."
11:31:28 "Loading vehicle misc functions complete"
11:31:28 "Creating Storage at: Neochori ([12483.3,14359.2,11.9777])"
11:31:28 "Loading vector functions ... "
11:31:28 "Loading vector functions complete"
11:31:28 "No storage in Ekali"
11:31:28 "Loading vehicle actions functions ..."
11:31:28 "Loading vehicle actions functions complete"
11:31:28 "Creating Storage at: Stavros ([12976.4,15006.1,27.2748])"
11:31:28 "Creating Storage at: Lakka ([12296.7,15551.7,24.1975])"
11:31:29 "No storage in Orino"
11:31:29 "Creating Storage at: Syrta ([8608.58,18263.9,181.65])"
11:31:29 "No storage in Pyrgos"
11:31:29 "Creating Storage at: Galati ([10291.4,19095.4,130.097])"
11:31:29 "No storage in Koroni"
11:31:29 "No storage in Selakano"
11:31:29 "No storage in Oreokastro"
11:31:29 "No storage in Panagia"
11:31:29 "Creating Storage at: Abdera ([9434.32,20273,125.853])"
11:31:29 "Creating Storage at: Gravia ([14493.3,17587,23.1033])"
11:31:29 "No storage in Feres"
11:31:29 "Creating Storage at: Anthrakia ([16608.2,16112.4,15.8505])"
11:31:29 "WASTELAND SERVER - 18 Static helis Spawned"
11:31:29 "Creating Storage at: Chalkeia ([20158.6,11651.8,48.3117])"
11:31:31 "Creating Storage at: Athira ([13906.4,18685.8,21.7173])"
11:31:32 "No storage in Dorida"
11:31:32 "No storage in Ifestiona"
11:31:35 "No storage in Charkia"
11:31:35 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
11:31:35 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
11:31:37 "No storage in Telos"
11:31:41 "No storage in Nifi"
11:31:45 "Creating Storage at: Rodopoli ([18723.3,16567,33.5895])"
11:31:49 "No storage in Frini"
11:31:50 "No storage in Kalithea"
11:31:53 "No storage in Agios Petros"
11:31:56 "No storage in Agia Triada"
11:31:58 "Creating Storage at: Kalochori ([21345.3,16291.4,20.1345])"
11:32:01 "Creating Storage at: Paros ([20988.3,16971,41.477])"
11:32:02 "Creating Storage at: Ioannina ([23198.9,19930.8,14.143])"
11:32:03 "No storage in Delfinaki"
11:32:04 "Creating Storage at: Sofia ([25707.7,21339.8,21.1338])"
11:32:04 "Creating Storage at: Molos ([26830.8,23180.2,18.2545])"
11:32:04 "Storage boxes setup complete"
11:32:04 "Loading storage functions complete"
11:32:05 "WASTELAND - Vehicle spawning completed - 197 town vehicles spawned in 35.765s"
11:32:06 "WASTELAND SERVER - 4 Planes Spawned"
11:32:06 class HitPoints::HitFuel not found in C_Boat_Civil_01_police_F
11:32:06 class HitPoints::HitFuel not found in B_Boat_Armed_01_minigun_F
11:32:06 class HitPoints::HitFuel not found in C_Boat_Civil_01_F
11:32:06 class HitPoints::HitFuel not found in C_Boat_Civil_01_rescue_F
11:32:07 class HitPoints::HitFuel not found in O_Boat_Armed_01_hmg_F
11:32:07 class HitPoints::HitFuel not found in I_Boat_Armed_01_minigun_F
11:32:07 "WASTELAND SERVER - 19 Boats Spawned"
11:32:10 "WASTELAND - Object spawning completed - 89 objects spawned"
11:32:14 "WASTELAND SERVER - 21 Ammo Caches Spawned"
11:32:14 "[INFO] A3W territory capturing is ENABLED"
11:32:14 "WASTELAND SERVER - Initializing Missions"
11:32:14 "WASTELAND SERVER - Started Main Mission Controller"
11:32:14 "WASTELAND SERVER - Main Mission waiting to run: mission_CivHeli"
11:32:19 "WASTELAND SERVER - Started Money Mission Controller"
11:32:19 "WASTELAND SERVER - Money Mission waiting to run: mission_Roadblock"
11:32:23 Unaccessible
11:32:23 Setting invalid pitch 0.0000 for A3W_HC1
11:32:23 "Player connected: headlessclient (HC6788)"
11:32:23 "[extDB2] Sleep [4]: 91.814"
11:32:24 "WASTELAND SERVER - Started Side Mission Controller"
11:32:24 "WASTELAND SERVER - Side Mission waiting to run: mission_TownInvasion"
11:32:27 Attempt to override final function - a3w_extdb_serverid
11:32:29 "WASTELAND SERVER - Started Main Mission 2 Controller"
11:32:29 "WASTELAND SERVER - Main Mission 2 waiting to run: mission_ArmedHeli"
11:33:11 Unaccessible
11:33:14 "Player connected: Towley (76561197965853000)"
11:33:14 "[extDB2] Sleep [4]: 142.77"
11:33:14 Weather was forced to change
11:33:16 Scripting function 'bis_fnc_execvm' is not allowed to be remotely executed
11:33:16 "updateConnectingClients [Player: B Alpha 4-2:1 (Towley) REMOTE] [JIP: true]"
11:33:17 "[extDB2] Sleep [4]: 145.472"
11:33:17 "[extDB2] Sleep [4]: 145.604"
11:33:17 "[extDB2] Sleep [4]: 145.713"
11:33:17 "[extDB2] Sleep [4]: 145.823"
11:33:17 "[extDB2] Sleep [4]: 145.933"
11:33:18 "[extDB2] Sleep [4]: 146.041"
11:33:18 "[extDB2] Sleep [4]: 146.174"
11:33:18 "[extDB2] Sleep [4]: 146.307"
11:33:18 "[extDB2] Sleep [4]: 146.438"
11:33:18 "[extDB2] Sleep [4]: 146.566"
11:33:18 "[extDB2] Sleep [4]: 146.713"
11:33:18 "[extDB2] Sleep [4]: 146.86"
11:33:18 "pvar_requestPlayerData: [4,B Alpha 4-2:1 (Towley) REMOTE,B Alpha 4-2:1 (Towley) REMOTE]"
11:35:17 "[extDB2] Sleep [4]: 265.85"
11:35:17 "[extDB2] Sleep [4]: 265.959"
11:37:17 "WASTELAND SERVER - Main Mission started: Transport Helicopter"
11:37:17 No speaker given for Omari Odili
11:37:17 No speaker given for Oliver Nelson
11:37:17 No speaker given for John Hall
11:37:17 No speaker given for Cheng Lin
11:37:17 No speaker given for Oringo Madaki
11:37:18 Inventory item with given name: [Rangefinder] not found
11:37:18 No speaker given for Kofi Sesse-Seko
11:37:18 "WASTELAND SERVER - Main Mission waiting to be finished: Transport Helicopter"
11:37:27 "WASTELAND SERVER - Side Mission started: Town Invasion"
11:37:27 No speaker given for Dembe Egwu
11:37:28 No speaker given for Maalik Tinibu
11:37:28 "WASTELAND SERVER - Side Mission waiting to be finished: Town Invasion"
11:37:32 "WASTELAND SERVER - Main Mission 2 started: Armed Helicopter"
11:37:32 No speaker given for Kuang Chen
11:37:32 No speaker given for Kong Kung
11:37:32 No speaker given for Max Johnson
11:37:32 No speaker given for Hu Tan
11:37:32 No speaker given for Dong Jeong
11:37:32 "WASTELAND SERVER - Main Mission 2 waiting to be finished: Armed Helicopter"
11:42:22 "WASTELAND SERVER - Money Mission started: Roadblock"
11:42:22 Dimensions in class I_GMG_01_high_F should be an array of size 2.
11:42:22 class HitPoints::HitFuel not found in I_GMG_01_high_F
11:42:22 No speaker given for Jahi Inouyie
11:42:22 No speaker given for Wallace Roberts
11:42:22 No speaker given for Teshi Okeke
11:42:22 No speaker given for Shen Tin-Tao
11:42:22 No speaker given for Dembe Gowon
11:42:22 No speaker given for Shen Wong
11:42:22 "WASTELAND SERVER - Money Mission waiting to be finished: Roadblock"
12:37:18 "WASTELAND SERVER - Main Mission failed: Transport Helicopter"
12:37:23 "WASTELAND SERVER - Main Mission waiting to run: mission_Convoy"
12:37:29 "WASTELAND SERVER - Side Mission failed: Town Invasion"
12:37:33 "WASTELAND SERVER - Main Mission 2 failed: Armed Helicopter"
12:37:34 "WASTELAND SERVER - Side Mission waiting to run: mission_MiniConvoy"
12:37:38 "WASTELAND SERVER - Started Money Mission 2 Controller"
12:37:38 "WASTELAND SERVER - Money Mission 2 waiting to run: mission_MoneyShipment"
12:41:21 Deinitialized shape [Class: "Underwear_F"; Shape: "a3\characters_f\common\basicbody.p3d";]
12:41:21 Deinitialized shape [Class: "I_Sniper_F"; Shape: "a3\characters_f_beta\indep\ia_sniper.p3d";]
12:41:21 Deinitialized shape [Class: "C_Orestes"; Shape: "a3\characters_f\civil\c_orestes.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_p_beggar_F_afro"; Shape: "a3\characters_f\civil\c_poor.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_p_beggar_F"; Shape: "a3\characters_f\civil\c_poor.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_p_fugitive_F"; Shape: "a3\characters_f\civil\c_poor.p3d";]
12:41:21 Deinitialized shape [Class: "I_G_Soldier_TL_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_leader.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_1_F_afro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_1_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_1_F_euro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_5_F_euro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_5_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_2_F_asia"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_2_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_6_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_3_F_afro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_3_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_6_F_afro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_3_F_asia"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_4_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_4_F_euro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_6_F_asia"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_4_F_afro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_3_F_euro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_polo_5_F_asia"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
12:41:21 Deinitialized shape [Class: "C_Driver_3_F"; Shape: "a3\characters_f_kart\civil\c_driver_f.p3d";]
12:41:21 Deinitialized shape [Class: "I_G_Soldier_LAT_F"; Shape: "a3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";]
12:41:21 Deinitialized shape [Class: "I_G_Soldier_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_guerrilla1_1.p3d";]
12:41:21 Deinitialized shape [Class: "O_recon_F"; Shape: "a3\characters_f\opfor\o_soldier_01.p3d";]
12:41:21 Deinitialized shape [Class: "I_G_Soldier_M_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_guerrilla3_1.p3d";]
12:41:21 Deinitialized shape [Class: "B_medic_F"; Shape: "a3\characters_f\blufor\b_soldier_02.p3d";]
12:41:21 Deinitialized shape [Class: "B_soldier_AR_F"; Shape: "a3\characters_f\blufor\b_soldier_02.p3d";]
12:41:21 Deinitialized shape [Class: "B_recon_F"; Shape: "a3\characters_f\blufor\b_soldier_01.p3d";]
12:41:21 Deinitialized shape [Class: "B_Soldier_F"; Shape: "a3\characters_f\blufor\b_soldier_01.p3d";]
12:41:21 Deinitialized shape [Class: "I_G_engineer_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_guerrilla2_1.p3d";]
12:41:21 Deinitialized shape [Class: "I_G_medic_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_guerrilla2_1.p3d";]
12:41:21 Deinitialized shape [Class: "I_G_Soldier_AR_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_guerrilla2_1.p3d";]
12:41:21 Deinitialized shape [Class: "I_Soldier_lite_F"; Shape: "a3\characters_f_beta\indep\ia_soldier_02.p3d";]
12:41:21 Deinitialized shape [Class: "C_man_1_1_F"; Shape: "a3\characters_f\civil\c_citizen1.p3d";]
12:41:21 Deinitialized shape [Class: "B_Competitor_F"; Shape: "a3\characters_f\civil\c_poloshirtpants.p3d";]
12:41:21 c:\w\stable\futura\lib\network\networkserver.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
12:41:21 Error: weapon [bipod_01_F_snd] still has its shape, ref_count=58
12:41:21 Error: weapon [bipod_01_F_blk] still has its shape, ref_count=32
12:41:21 Error: weapon [bipod_02_F_hex] still has its shape, ref_count=8
12:41:22 Class Default destroyed with lock count 3
12:41:22 Class Library destroyed with lock count 3
12:41:22 Class GunFire destroyed with lock count 3
12:41:22 Class Table destroyed with lock count 3
12:41:22 Class T0 destroyed with lock count 3
12:41:22 Class T1 destroyed with lock count 3
12:41:22 Class T2 destroyed with lock count 3
12:41:22 Class T3 destroyed with lock count 3
12:41:22 Class T4 destroyed with lock count 3
12:41:22 Class T5 destroyed with lock count 3
12:41:22 Class T6 destroyed with lock count 3
12:41:22 Class T7 destroyed with lock count 3
12:41:22 Class T8 destroyed with lock count 3
12:41:22 Class T9 destroyed with lock count 3
12:41:22 Class T10 destroyed with lock count 3
12:41:22 Class T11 destroyed with lock count 3
12:41:22 Class T12 destroyed with lock count 3
12:41:22 Class T13 destroyed with lock count 3
12:41:22 Class T14 destroyed with lock count 3
12:41:22 Class T15 destroyed with lock count 3
12:41:22 Class T16 destroyed with lock count 3
12:41:22 Class T17 destroyed with lock count 3
12:41:22 Class T18 destroyed with lock count 3
12:41:22 Class T19 destroyed with lock count 3
12:41:22 Class T20 destroyed with lock count 3
12:41:22 Class T21 destroyed with lock count 3
12:41:22 Class T22 destroyed with lock count 3
12:41:22 Class GunClouds destroyed with lock count 3
12:41:22 Class Table destroyed with lock count 3
12:41:22 Class T0 destroyed with lock count 3
12:41:22 Class ItemCore destroyed with lock count 3
12:41:22 Class Armory destroyed with lock count 3
12:41:22 Class InventoryItem_Base_F destroyed with lock count 4
12:41:22 Class InventoryUnderItem_Base_F destroyed with lock count 4
12:41:22 Class bipod_01_F_snd destroyed with lock count 3
12:41:22 Class ItemInfo destroyed with lock count 6
12:41:22 Class bipod_01_F_blk destroyed with lock count 1
12:41:22 Class bipod_02_F_blk destroyed with lock count 1
12:41:22 Class ItemInfo destroyed with lock count 2
12:41:22 Class bipod_02_F_hex destroyed with lock count 1
12:41:22 Extensions:
12:41:22   asmdll (.\asmdll.dll) [] []

12:41:22   real_date (.\real_date.dll) [] []

12:41:22   extDB2 (.\extDB2.dll) [63.0.0.0] [63.0.0.0]
codexGW commented 8 years ago

-filePatching broke the saving, catching, and clean up on the headless client. Exited it and removed -filePatching in the headless client start up and it worked when I started it back up, same server session.

Just in case here's the main and default config

// ******************************************************************************************
// * This project is licensed under the GNU Affero GPL v3. Copyright © 2014 A3Wasteland.com *
// ******************************************************************************************
// A3Wasteland config file
// You will need to shutdown the server to edit settings in this file!
// All saving is done via the server's profileNamespace by default; iniDBI will be automatically used if you have if installed
// if you have any doubts and/or questions about the mission find us at a3wasteland.com
// This file is overriden by the external file "A3Wasteland_settings\main_config.sqf" if present

// General settings
A3W_teamPlayersMap = 1;            // Show all friendly players on the map at all times, regardless of difficulty level (0 = no, 1 = yes)
//A3W_disableGlobalVoice = 1;        // Auto-switch channel to Direct communication whenever broadcasting voice on global, unless being admin (0 = no, 1 = yes)
A3W_uavControl = "group";          // Restrict connection to UAVs based on ownership ("owner", "group", "side")
A3W_disableUavFeed = 1;            // Force disable UAV PIP feed to prevent thermal camera abuse (0 = no, 1 = yes)
A3W_disableBuiltInThermal = 0;     // Display a black screen if the player tries to use thermal vision built-in a handheld weapon like Titan launcher (0 = no, 1 = yes)
A3W_teamBalance = 50;              // Max percentage of players allowed on Opfor/Blufor from total server population (0 = off) Bluefor/opfor can only exceed this limit if both grow in similar size.

// Time settings
A3W_startHour = 15;                // In-game hour at mission start (0 to 23) - time is saved and restored between server restarts if A3W_timeSaving = 1
A3W_timeMultiplierDay = 1.0;       // Sets the speed of time between 5 AM and 8 PM (for example, 6.0 means 6 hours in-game will pass in 1 real hour)
A3W_timeMultiplierNight = 4.0;     // Sets the speed of time between 8 PM and 5 AM
A3W_moonLight = 1;                 // Moon light during night (0 = no, 1 = yes)

// Player settings
A3W_startingMoney = 2500;           // Amount of money that players start with
A3W_survivalSystem = 1;            // Food and water are required to stay alive (0 = no, 1 = yes) - 0 removes food and water items from the mission
A3W_unlimitedStamina = 1;          // Allow unlimited sprinting, jumping, etc. (0 = no, 1 = yes) - this also removes energy drinks from the mission
A3W_bleedingTime = 60;             // Time in seconds for which to allow revive after a critical injury (minimum 10 seconds)
A3W_headshotNoRevive = 0;          // Instant death on fatal headshot by enemy player with non-explosive ammo (0 = no, 1 = yes)
A3W_customDeathMessages = 1;       // If difficulty option deathMessages=0, display custom messages related to causes of death, as defined in fn_deathMessage.sqf (0 = no, 1 = yes)

// Spawn settings
A3W_townSpawnCooldown = 15*60;      // Number of seconds to wait between each spawn on a specific town (0 = disabled)
A3W_spawnBeaconCooldown = 15*60;    // Number of seconds to wait between each use of a specific spawn beacon (0 = disabled)
A3W_spawnBeaconSpawnHeight = 1250; // Altitude in meters at which players will spawn when using spawn beacons (0 = ground/sea)
A3W_maxSpawnBeacons = 3;           // Maxmimum number of spawn beacons (0 = disabled)

// Antihack settings
A3W_antiHackUnitCheck = 1;         // Detect players who spawn unauthorized AI units (0 = no, 1 = yes) - disable if you have custom unit scripts/mods like AI recruitment or ALiVE
A3W_antiHackMinRecoil = 1.0;       // Mininum recoil coefficient enforced by the antihack (recommended values: default = 1.0, TMR Mod = 0.5, VTS Weapon Resting = 0.25) (minimum: 0.02)

// Store settings
A3W_showGunStoreStatus = 1;        // Show enemy and friendly presence at gunstores on map (0 = no, 1 = yes)
A3W_gunStoreIntruderWarning = 1;   // Warn players in gunstore areas of enemy intruders (0 = no, 1 = yes)
A3W_remoteBombStoreRadius = 100;    // Prevent players from placing any kind of explosive on the ground within this distance from any store (0 = disabled)
A3W_poiObjLockDistance = 100;      // Prevent players from locking objects within this distance from points of interest (stores & mission spawns)
A3W_vehiclePurchaseCooldown = 60;  // Number of seconds to wait before allowing someone to purchase another vehicle, don't bother setting it too high because it can be bypassed by rejoining

// ATM settings
A3W_atmEnabled = 1;                // Enable ATM system (0 = no, 1 = yes)
A3W_atmMaxBalance = 300000;       // Maximum amount of money that can be stored in a bank account (don't go over 16777216 as numbers start losing accuracy)
A3W_atmTransferFee = 5;            // Fee in percent charged to players for money transfers to other players (0 to 50)
A3W_atmTransferAllTeams = 0;       // Allow money transfers between players of all teams/sides (0 = same team only, 1 = all teams)
A3W_atmEditorPlacedOnly = 0;       // Only allow access via ATMs placed from the mission editor (0 = all ATMs from towns & editor allowed, 1 = ATMs from editor only) Note: Stratis has no town ATMs, only editor ones.
A3W_atmMapIcons = 1;               // Draw small icons on the map that indicate ATM locations (0 = no, 1 = yes)
A3W_atmRemoveIfDisabled = 0;       // Remove all ATMs from map if A3W_atmEnabled is set to 0 (0 = no, 1 = yes)

A3W_bountyMax = 210000;            // Maximum amount of money that can be set as a bounty on someone
A3W_bountyMinStart = 2500;         // Minimum amount of money to start a bounty on someone
A3W_bountyRewardPerc = 70;         // Percentage of cost that goes to bounty reward
A3W_bountyLifetime = 4*24;         // Maximum lifetime in hours for bounty kills to store in DB (storing bounty kills is to prevent from forming groups with someone you collected bounty on)

// Not currently implemented, soon
/*A3W_atmBounties = 1;
A3W_bountyMax = 100000;
A3W_bountyMin = 1000;
A3W_bountyFee = 50;
A3W_bountyKillsLifetime = 3*24;*/

// Persistence settings
A3W_savingMethod = "extDB";        // Method used for saving data ("profile", "iniDB", "extDB")
A3W_playerSaving = 1;              // Save player data like position, health, inventory, etc. (0 = no, 1 = yes)
A3W_moneySaving = 1;               // If playerSaving = 1, save player money amount (0 = no, 1 = yes)
A3W_playerStatsGlobal = 1;         // If playerSaving = 1 and savingMethod = "extDB", players' stats on the scoreboard will be their all-time global values from all servers of your database (0 = no, 1 = yes)
A3W_timeSaving = 0;                // Save and restore in-game clock time between server restarts (0 = no, 1 = yes)
A3W_weatherSaving = 0;             // Save and restore weather settings between server restarts (0 = no, 1 = yes)
A3W_combatAbortDelay = 60;         // If playerSaving = 1, delay in seconds for which to disable abort and respawn buttons after firing or being shot (0 = none)
A3W_vehicleSaving = 1;             // Save purchased and captured vehicles between server restarts (0 = no, 1 = yes)
A3W_baseSaving = 1;                // Save locked base parts between server restarts (0 = no, 1 = yes)
A3W_boxSaving = 1;                 // Save locked weapon crates and their contents between server restarts (0 = no, 1 = yes)
A3W_staticWeaponSaving = 1;        // Save locked static weapons and their magazines between server restarts (0 = no, 1 = yes)
A3W_warchestSaving = 0;            // Save warchest objects deployed by players between server restarts (0 = no, 1 = yes)
A3W_warchestMoneySaving = 0;       // Save warchest team money between server restarts (0 = no, 1 = yes)
A3W_spawnBeaconSaving = 1;         // Save spawn beacons between server restarts (0 = no, 1 = yes)
A3W_objectLifetime = 5*24;         // Maximum lifetime in hours for saved objects (baseparts, crates, etc. except vehicles) across server restarts (0 = no time limit)
A3W_vehicleLifetime = 0;           // Maximum lifetime in hours for saved vehicles across server restarts, regardless of usage (0 = no time limit)
A3W_vehicleMaxUnusedTime = 2*24;   // Maximum parking time in hours after which unused saved vehicles will be marked for deletion (0 = no time limit)
A3W_serverSavingInterval = 1*60;   // Interval in seconds between automatic vehicle & object saves; should be kept at 1 min for profileNamespace and iniDB, while for extDB it can be relaxed to 3-5 mins
A3W_privateStorage = 1;            // Enable persistent private storage locations across the map (0 = no, 1 = yes)
A3W_privateParking = 1;            // If vehicleSaving = 1 and savingMethod = "extDB" or "sock", enable persistent private parking locations across the map (0 = no, 1 = yes)
A3W_privateParkingLimit = 2;       // Maximum amount of vehicles allowed in private parking (0 = no limit)
A3W_privateParkingCost = 2500;     // Cost to retrieve an individual vehicle from private parking
A3W_vehicleLocking = 1;            // Enable vehicle locking and lockpicking (0 = no, 1 = yes)

// iniDB settings
PDB_PlayerFileID = "A3W_";         // Player savefile prefix (if you run multiple servers, keep it the same for all of them)
PDB_ObjectFileID = "A3W_";         // Object savefile prefix (if you run multiple servers, change it to a unique value for each server)

// extDB settings
A3W_extDB_ServerID = 1;            // Server ID to use in the database for the particular server running off this config file; if you have multiple servers, they all need different IDs
A3W_extDB_Environment = "normal";  // Value used to separate player & object data from multiple environments running on the same map (e.g. "normal", "hardcore", "dev", etc. can be whatever you want)
A3W_extDB_playerSaveCrossMap = 1;  // Player saves are shared across maps in same environment, with player location saved separately for each map; death resets save on all maps (0 = no, 1 = yes)
A3W_extDB_GhostingTimer = 10*60;    // Number of seconds a player has to wait when switching between servers running the same map (0 = disabled)
A3W_extDB_GhostingAdmins = 0;      // Apply ghosting restriction to server admins (0 = no, 1 = yes)
A3W_extDB_SaveUnlockedObjects = 0; // Save and restore unlocked baseparts that were purchased or locked at least once during their lifetime (0 = no, 1 = yes)
A3W_extDB_ConfigName = "A3W";      // Name of the connection config from extdb-conf.ini to be used (the one within [brackets])
A3W_extDB_IniName = "a3wasteland"; // Name of the INI file in extDB\sql_custom_v2 to be used
A3W_extDB_Misc = 0;                // Enable extDB Misc Protocol (0 = no, 1 = yes) - no associated features implemented in vanilla A3W
A3W_extDB_Steam = 0;               // Enable extDB Steam Protocol (0 = no, 1 = yes) - no associated features implemented in vanilla A3W
A3W_extDB_Rcon = 0;                // Enable extDB Rcon Protocol (0 = no, 1 = yes) - no associated features implemented in vanilla A3W
A3W_extDB_RconName = "RCON";       // Name of the Rcon config from extdb-conf.ini to be used (the one within [brackets])
A3W_extDB_RconCommands = "KICK-ADDBAN"; // List of dash-separated RCON commands allowed via extDB_Rcon

// Headless client settings
A3W_hcPrefix = "A3W_HC";           // Prefix of the headless client unit names in mission.sqm
A3W_hcObjCaching = 1;              // Enable headless client object caching (0 = no, 1 = yes)
A3W_hcObjCachingID = 1;            // ID of the headless client in charge of object caching (1 or 2)
A3W_hcObjCleanup = 1;              // Enable headless client server cleanup (0 = no, 1 = yes)
A3W_hcObjCleanupID = 1;            // ID of the headless client in charge of object saving (1 or 2)
A3W_hcObjSaving = 1;               // Enable headless client vehicle & object saving (0 = no, 1 = yes)
A3W_hcObjSavingID = 1;             // ID of the headless client in charge of object saving (1 or 2)

// HEADLESS CLIENT NOTES:
// The IDs of HCs are assigned according to the order they connect to the server. The first HC to connect will have ID 1, and the second one will have ID 2.
// It is possible to set both caching and saving IDs to 1, which means both features will run on a single HC, therefore eliminating the need for a second one.
// For object saving, you must make sure that the HC runs from the same folder as your server, or that it has the same config files, as the HC will read them directly like the server.
// For saving with extDB, both server and HC need to connect to the same database, and with iniDB, both server and HC need to access the same db folder.
// HC saving only works with extDB and iniDB. It does NOT work with profileNamespace, as loading takes place on the server and saving on the HC, so loading will fail as profile files are separate.

// Server spawn settings
A3W_serverSpawning = 1;            // Vehicle, object, and loot spawning (0 = no, 1 = yes)
A3W_vehicleSpawning = 1;           // If serverSpawning = 1, spawn vehicles in towns (0 = no, 1 = yes)
A3W_vehicleQuantity = 200;         // Approximate number of land vehicles to be spawned in towns
A3W_boatSpawning = 1;              // If serverSpawning = 1, spawn boats at marked areas near coasts (0 = no, 1 = yes)
A3W_heliSpawning = 1;              // If serverSpawning = 1, spawn helicopters in some towns and airfields (0 = no, 1 = yes)
A3W_planeSpawning = 1;             // If serverSpawning = 1, spawn planes at some airfields (0 = no, 1 = yes)
A3W_boxSpawning = 1;               // If serverSpawning = 1, spawn weapon crates in 50% towns (0 = no, 1 = yes)
A3W_baseBuilding = 0;              // If serverSpawning = 1, spawn base parts in towns (0 = no, 1 = yes)
A3W_essentialsSpawning = 1;        // If serverSpawning = 1, spawn essential items (food sacks, water barrels, minor supply crates) in towns (0 = no, 1 = yes)

// Loot settings
A3W_buildingLootWeapons = 0;       // Spawn weapon loot in all buildings (0 = no, 1 = yes)
A3W_buildingLootSupplies = 0;      // Spawn supply loot (backpacks & player items) in all buildings (0 = no, 1 = yes)
A3W_buildingLootChances = 0;      // Chance percentage that loot will spawn at each spot in a building (0 to 100)
A3W_vehicleLoot = 2;               // Level of loot added to vehicles (0 = none, 1 = weapon OR items, 2 = weapon AND items, 3 = two weapons AND items) - 2 or 3 recommended if buildingLoot = 0

// Territory settings
A3W_territoryCaptureTime = 2*60;   // Time in seconds needed to capture a territory
A3W_territoryPayroll = 1;          // Periodically reward sides and indie groups based on how many territories they own (0 = no, 1 = yes)
A3W_payrollInterval = 30*60;       // Delay in seconds between each payroll
A3W_payrollAmount = 600;           // Amount of money rewarded per territory on each payroll

// Mission settings
A3W_serverMissions = 1;            // Enable server missions (0 = no, 1 = yes)
A3W_missionsDifficulty = 0;        // Missions difficulty (0 = normal, 1 = hard)
A3W_missionFarAiDrawLines = 1;     // Draw small red lines on the map from mission markers to individual units & vehicles which are further away than 75m from the objective (0 = no, 1 = yes)
A3W_missionsQuantity = 4;          // Number of missions running at the same time (0 to 6)
A3W_heliPatrolMissions = 1;        // Enable missions involving flying helicopters piloted by AI (0 = no, 1 = yes)
A3W_underWaterMissions = 1;        // Enable underwater missions which require diving gear (0 = no, 1 = yes)
A3W_mainMissionDelay = 5*60;      // Time in seconds between Main Missions
A3W_mainMissionTimeout = 60*60;    // Time in seconds that a Main Mission will run for, unless completed
A3W_sideMissionDelay = 5*60;       // Time in seconds between Side Missions
A3W_sideMissionTimeout = 60*60;    // Time in seconds that a Side Mission will run for, unless completed
A3W_moneyMissionDelay = 10*60;     // Time in seconds between Money Missions
A3W_moneyMissionTimeout = 60*60;   // Time in seconds that a Money Mission will run for, unless completed
AgentRev commented 8 years ago

no logs...

codexGW commented 8 years ago

Here you go. The second extDB error came back too. I separated the logs for that too. setupPlayerDB.sqf is vanilla.

https://drive.google.com/file/d/0B7aHLzJyhpf0VFRzNGIwRWc2SzA/view?usp=sharing

AgentRev commented 8 years ago

You have allowedFilePatching=1; in your server.cfg right? also you should start your HC with -autoInit, other admins said it sometimes gets stuck at lobby if joining without it after mission start

codexGW commented 8 years ago

oops I didn't think about allowedFilePatching=1. We are still using servermod. Thanks man and sorry to waste you time with that.

AgentRev commented 8 years ago

ok so I think the extDB error that "came back" was just because the playerinfo table was not initialized yet when the player save was attempted. I think that error has been there forever, but it's not really significant since all goes back to normal on the second save. I sort of fixed it by forcing data into playerinfo on loadAccount if the playersave does not exist.

codexGW commented 8 years ago

Thanks for looking into this and the info.

codexGW commented 8 years ago

New extDB errors after importing the DB into my local test server. Anybody have any ideals how to fix this or what it is? mySQL is burning me out. After reading how to replicate a db I almost had a brain aneurysm. I'll try to fix this new bug tomorrow.


extDB2: Version: 71
extDB2: https://github.com/Torndeco/extDB2
extDB2: Windows Version
Message: All development for extDB2 is done on a Linux Dedicated Server
Message: If you would like to Donate to extDB2 Development
Message: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2SUEFTGABTAM2
Message: Also leave a message if there is any particular feature you would like to see added.
Message: Thanks for all the people that have donated.
Message: Torndeco: 20/02/15

extDB2: Found extdb-conf.ini
extDB2: Detected 4 Cores, Setting up 4 Worker Threads

[20:22:36:086567 --7:00] [Thread 840] extDB2: Database Type: MySQL
[20:22:36:366583 --7:00] [Thread 840] extDB2: Database Session Pool Started
[20:22:36:412586 --7:00] [Thread 840] extDB2: SQL_CUSTOM_V2: Loading Template Filename: C:\server138\a3w\extDB\sql_custom_v2\a3wasteland.ini
[20:22:36:412586 --7:00] [Thread 840] extDB2: SQL_CUSTOM_V2: Version 12 Detected, Latest Version 12 Available
[20:59:54:853617 --7:00] [Thread 2088] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error [mysql_stmt_error]: Table 'a3wasteland.PlayerStatsMap' doesn't exist    [mysql_stmt_errno]: 1146    [mysql_stmt_sqlstate]: 42S02    [statemnt]: INSERT INTO PlayerStatsMap SET PlayerUID = ?, ServerID = ?, MapID = ?, reviveCount = 1 ON DUPLICATE KEY UPDATE reviveCount = reviveCount + 1;
[20:59:54:853617 --7:00] [Thread 2088] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[20:59:54:853617 --7:00] [Thread 2088] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerStats:76561198075593985:1:1:reviveCount:1
[21:00:14:922765 --7:00] [Thread 2092] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error [mysql_stmt_error]: Table 'a3wasteland.PlayerStatsMap' doesn't exist    [mysql_stmt_errno]: 1146    [mysql_stmt_sqlstate]: 42S02    [statemnt]: INSERT INTO PlayerStatsMap SET PlayerUID = ?, ServerID = ?, MapID = ?, deathCount = 1 ON DUPLICATE KEY UPDATE deathCount = deathCount + 1;
[21:00:14:922765 --7:00] [Thread 2092] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[21:00:14:922765 --7:00] [Thread 2092] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerStats:76561198147920333:1:1:deathCount:1
[21:00:14:932766 --7:00] [Thread 2088] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error [mysql_stmt_error]: Table 'a3wasteland.PlayerStatsMap' doesn't exist    [mysql_stmt_errno]: 1146    [mysql_stmt_sqlstate]: 42S02    [statemnt]: INSERT INTO PlayerStatsMap SET PlayerUID = ?, ServerID = ?, MapID = ?, teamKills = 1 ON DUPLICATE KEY UPDATE teamKills = teamKills + 1;
[21:00:14:932766 --7:00] [Thread 2088] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[21:00:14:932766 --7:00] [Thread 2088] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerStats:76561198075593985:1:1:teamKills:1
[21:16:13:790609 --7:00] [Thread 2092] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error [mysql_stmt_error]: Table 'a3wasteland.PlayerStatsMap' doesn't exist    [mysql_stmt_errno]: 1146    [mysql_stmt_sqlstate]: 42S02    [statemnt]: INSERT INTO PlayerStatsMap SET PlayerUID = ?, ServerID = ?, MapID = ?, aiKills = 1 ON DUPLICATE KEY UPDATE aiKills = aiKills + 1;
[21:16:13:790609 --7:00] [Thread 2092] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[21:16:13:790609 --7:00] [Thread 2092] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerStats:76561198075593985:1:1:aiKills:1
[21:17:26:844788 --7:00] [Thread 2088] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error [mysql_stmt_error]: Table 'a3wasteland.PlayerStatsMap' doesn't exist    [mysql_stmt_errno]: 1146    [mysql_stmt_sqlstate]: 42S02    [statemnt]: INSERT INTO PlayerStatsMap SET PlayerUID = ?, ServerID = ?, MapID = ?, deathCount = 1 ON DUPLICATE KEY UPDATE deathCount = deathCount + 1;
[21:17:26:844788 --7:00] [Thread 2088] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[21:17:26:844788 --7:00] [Thread 2088] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerStats:76561198075593985:1:1:deathCount:1
[21:18:23:211012 --7:00] [Thread 2092] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error [mysql_stmt_error]: Table 'a3wasteland.PlayerStatsMap' doesn't exist    [mysql_stmt_errno]: 1146    [mysql_stmt_sqlstate]: 42S02    [statemnt]: INSERT INTO PlayerStatsMap SET PlayerUID = ?, ServerID = ?, MapID = ?, deathCount = 1 ON DUPLICATE KEY UPDATE deathCount = deathCount + 1;
[21:18:23:211012 --7:00] [Thread 2092] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session
[21:18:23:211012 --7:00] [Thread 2092] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: insertOrUpdatePlayerStats:76561198075593985:1:1:deathCount:1
AgentRev commented 8 years ago

The error message is very clear: Table 'a3wasteland.PlayerStatsMap' doesn't exist

codexGW commented 8 years ago

I sent you a link to the database. It is in there and in the database after import. Check it out if you have the time. I think Tyler is going to look at it this weekend. I want to transfer the working database to a more stable Linux vps.

AgentRev commented 8 years ago

is the original data from Windows?

codexGW commented 8 years ago

Yes. The last log was from when I converted the capitalization in a3wasteland.sql before import to what a3wasteland.ini has set. I have tried both no luck.

AgentRev commented 8 years ago

Based on previous experience, I'm not gonna take your word for it, and direct you to this anyway:

http://dev.mysql.com/doc/refman/5.7/en/identifier-case-sensitivity.html

If you are using MySQL on only one platform, you do not normally have to change the lower_case_table_names variable from its default value. However, you may encounter difficulties if you want to transfer tables between platforms that differ in file system case sensitivity. For example, on Unix, you can have two different tables named my_table and MY_TABLE, but on Windows these two names are considered identical. To avoid data transfer problems arising from lettercase of database or table names, you have two options:

Use lower_case_table_names=1 on all systems. The main disadvantage with this is that when you use SHOW TABLES or SHOW DATABASES, you do not see the names in their original lettercase.

Use lower_case_table_names=0 on Unix and lower_case_table_names=2 on Windows. This preserves the lettercase of database and table names. The disadvantage of this is that you must ensure that your statements always refer to your database and table names with the correct lettercase on Windows. If you transfer your statements to Unix, where lettercase is significant, they do not work if the lettercase is incorrect.

Exception: If you are using InnoDB tables and you are trying to avoid these data transfer problems, you should set lower_case_table_names to 1 on all platforms to force names to be converted to lowercase.

I guess I should've imitated Altis Life and made names lowercase by default, but I didn't know about this before.

codexGW commented 8 years ago

I sent you both. Try them out if you want. What previous experience are you referring to?

AgentRev commented 8 years ago

People often say to me "yea i did this" then I try to find out some other cause in vain, then the next day they come back and say "oh wait i messd up now its fixed lel xDDDDD". Like, 50% of the time.

codexGW commented 8 years ago

I guess that's what the sql files are for. Didn't think you took the file patching not in the server.cfg and CHVD being set to 0 in the past thing so seriously. Sorry.

codexGW commented 8 years ago

Cant think of anything big like this in the 2 plus years though. I tested the crap out of this trying to fix it. I might have overlook something but that's kind of the point of this. We need to transfer the database.

AgentRev commented 8 years ago

Did you even read the paragraph I posted, and try what I highlighted in bold?

codexGW commented 8 years ago

Of course I did. I have been working on since you posted it. I'm just telling you I thought I took that issue out of the troubleshoot, because of the conversion I did. It seemed like you were saying I didn't do the conversion.

Just try a quick import if you don't think it works.

AgentRev commented 8 years ago

It's not a question of whether you did it or not, my rule of thumb is never trust the user's word when he says "but I did everything right!". I treat everybody this way, it has nothing to do with spite. The fix may not be what you think it is.

I know for sure the problem doesn't have to do with my code or database structure, because the extDB message is clear as cristal; it doesn't see the table. It can only mean the server is not correctly resolving tables.

codexGW commented 8 years ago

Yeah I think it has to do with the migration. I'll let you know how lower_case_table_names=1 goes.

How do you know for sure? Did you import and run them on a test server? I'm used to support saying everything on my end is fine at first glance. Just a precaution though. I think it might have to do with the migration. Waiting on Tyler to start working on this too.

AgentRev commented 8 years ago

Well, I just looked at your "coverted" file. PlayerStatsmap.

orly

in b4 "oh wait i messd up now its fixed lel xDDDDD"

codexGW commented 8 years ago

Are you saying you looked now or when I sent it to you?

AgentRev commented 8 years ago

I'm at work damnit, and you locked the file to a different account than the one I normally use. Don't change subject. Regardless of what was inside the SQL, I knew lower_case_table_names=1 solves the problem irrevocably, because that's the default setting for Windows and we never have any case issues on Windows.

codexGW commented 8 years ago

WTH are talking about? Respond after work. I just wanted to know if you wasted an hour because you wanted to be patronizing or you just found it after second glance. american-psycho-gif

I might have overlook something but that's kind of the point of this. We need to transfer the database.

codexGW commented 8 years ago

And YES I'M DOING WHAT YOU SAID and have been since you posted it.

Haven't had time for much testing yet though.

gravcat commented 8 years ago

@AgentRev Windows MySQL distribution probably has that on by default to solve the compatibility problem of the OS itself and all the APIs being case-insensitive.

Why not fix the issue where the code is attempting to use improperly capitalized tables, thus causing your Table 'a3wasteland.PlayerStatsMap' doesn't exist @Gigatek1?

AgentRev commented 8 years ago

I did not bother to open the converted file at first because Google wanted me to logoff my main account and switch to agentrevo, then I finally bothered, discovered the mistake you claimed you didn't do, and posted the gif comment a minute later.

Why not fix the issue where the code is attempting to use improperly capitalized tables

The code is not the problem, I wrote all of it and it works fine if the database is created using the "virgin" SQL script directly on the target OS, but he extracted the data after MySQL Windows altered the case and transferred it to a case-sensitive MySQL Linux.

gravcat commented 8 years ago

I see @AgentRev - I hadn't known the context necessarily, only that @Gigatek1 opens issues and that you're a pretty big contributor. As for the problem, that's a pretty clear anyways...

@Gigatek1 you should probably fix your database in this case as he advised, or import the data into a fresh and new (but properly configured) one.

codexGW commented 8 years ago

lower_case_table_names=1 doesn't work after a fresh import on both my windows box and a linux vps (yes I restarted both mysql servers after the my.ini/mysqld.cnf edit). This problem happens when I export the files and import them into my local test server running windows and it also happens on the new linux db. The issue is when you use the export database features on Navicat, phpmyadmin, and HeidiSQL. The export converts them to lowercase. I'll stick to the conversion for now but make sure to check everything thoroughly. I surprised this hasn't happened before. People must not export there db that much and the people who do, figure it out with out overlooking something.

Sorry Agent for wasting our time. I got careless with the replace and only did a down replace from the bottom and I didn't look if it replaced anything on the table with the wrong case. The case for some reason is right on the bottom.

AgentRev commented 8 years ago

It's not the export's fault - it's MySQL itself which lowers the case on first creation, the new names are permanent afterwards.