I had a strange incident today where a player placed a territory flag and went to build and was notified he was in enemy territory. So, he disconnected and reconnected to see if that would help and he loaded in on an island in the middle of nowhere and couldn't do anything. I check him in the player DB and everything looked fine, he wasn't dead and his recorded position was near his flag, not on the island. I wasn't able to figure out how to help him except by deleting him from the player table and having him fresh spawn.
Here are some selections I found in the server log that may be related:
18:52:56 Exile_Construction_Flag_Preview: Flag - unknown animation source flag <-- placing his flag?
18:56:57 Warning: Cleanup player - person 2:3174 not found <-- right after he logged, i get this a lot after players log off, figured it was typical
Then when he re-logged:
18:57:20 Error in expression <m_Codelock",1]],[],13122,6624,17,6,""]]]>
18:57:20 Error position: <>
18:57:20 Error Missing ]
18:57:20 Error in expression <m_Codelock",1]],[],13122,6624,17,6,""]]]>
18:57:20 Error position: <>
18:57:20 Error Missing ]
18:57:20 Error in expression <eateGroupindependent;
_player=_groupcreateUnit ["Exile_Unit_Player", _positi>
18:57:20 Error position: <createUnit ["Exile_Unit_Player", _positi>
18:57:20 Error Type Any, expected Number
18:57:20 File exile_server\code\ExileServer_object_player_database_load.sqf, line 21
He tried relogging once or twice with the same error above and then this:
18:59:20 "ExileServer - Database Error: Error Incorrect Number of Inputs"
18:59:20 Error in expression <se_handleBig;
};
};
((_resultselect 1) select 0) select 0>
18:59:20 Error position: <select 0) select 0>
18:59:20 Error Generic error in expression
18:59:20 File exile_server\code\ExileServer_system_database_query_selectSingleField.sqf, line 27
18:59:20 Error in expression <se_handleBig;
};
};
((_resultselect 1) select 0) select 0>
18:59:20 Error position: <select 0) select 0>
18:59:20 Error Generic error in expression
18:59:20 File exile_server\code\ExileServer_system_database_query_selectSingleField.sqf, line 27
Had him try a few more times while I was watching the logs and the errors alternated between the two above.
Some relevant snips from the DB logs:
[18:59:20:294207 +00:-1] [Thread 2920] extDB2: SQL_CUSTOM_V2: Trace: UniqueID: 1 Input: hasAlivePlayer:
[18:59:20:294207 +00:-1] [Thread 2920] extDB2: SQL_CUSTOM_V2: Incorrect Number of Inputs: Input String hasAlivePlayer:
[18:59:20:294207 +00:-1] [Thread 2920] extDB2: SQL_CUSTOM_V2: Incorrect Number of Inputs: Expected: 1 Got: 0
[18:59:20:294207 +00:-1] [Thread 2920] extDB2: Output to Server: [0,"Error Incorrect Number of Inputs"]
and
[18:58:47:245317 +00:-1] [Thread 2920] extDB2: Input from Server: 0:463809:hasAlivePlayer:UID
[18:58:47:245317 +00:-1] [Thread 2920] extDB2: SQL_CUSTOM_V2: Trace: UniqueID: 1 Input: hasAlivePlayer:UID
[18:58:47:312321 +00:-1] [Thread 2920] extDB2: SQL_CUSTOM_V2: Warning: Number of Output Options: 1, Number of SQL Columns: 0, this warning only exists in Debug Version. Its just to let you know of a possible mistake
[18:58:47:312321 +00:-1] [Thread 2920] extDB2: SQL_CUSTOM_V2: Trace: UniqueID: 1 Result: [1,[[true]]]
[18:58:47:312321 +00:-1] [Thread 2920] extDB2: Output to Server: [1,[[true]]]
FYI. If anyone knows of a fix for this, please let me know. Otherwise, I'll just keep an eye out.
I had a strange incident today where a player placed a territory flag and went to build and was notified he was in enemy territory. So, he disconnected and reconnected to see if that would help and he loaded in on an island in the middle of nowhere and couldn't do anything. I check him in the player DB and everything looked fine, he wasn't dead and his recorded position was near his flag, not on the island. I wasn't able to figure out how to help him except by deleting him from the player table and having him fresh spawn.
Here are some selections I found in the server log that may be related:
18:52:56 Exile_Construction_Flag_Preview: Flag - unknown animation source flag <-- placing his flag?
18:56:57 Warning: Cleanup player - person 2:3174 not found <-- right after he logged, i get this a lot after players log off, figured it was typical
Then when he re-logged:
He tried relogging once or twice with the same error above and then this:
Had him try a few more times while I was watching the logs and the errors alternated between the two above.
Some relevant snips from the DB logs:
[18:59:20:294207 +00:-1] [Thread 2920] extDB2: SQL_CUSTOM_V2: Trace: UniqueID: 1 Input: hasAlivePlayer: [18:59:20:294207 +00:-1] [Thread 2920] extDB2: SQL_CUSTOM_V2: Incorrect Number of Inputs: Input String hasAlivePlayer: [18:59:20:294207 +00:-1] [Thread 2920] extDB2: SQL_CUSTOM_V2: Incorrect Number of Inputs: Expected: 1 Got: 0 [18:59:20:294207 +00:-1] [Thread 2920] extDB2: Output to Server: [0,"Error Incorrect Number of Inputs"]
and
FYI. If anyone knows of a fix for this, please let me know. Otherwise, I'll just keep an eye out.
Share this post
Link to post
Share on other sites