Hey ihr! Ich bräuchte da mal wieder bissl Hilfe da ich selbst zu unfähig bin...
Folgendes Problem... Server unter 8 Spielern spielbar... sobald der Achte dazu kommt geht nix mehr... Z-Menü tot, alles tot, Server laggt und dann die magische Kette...
Folgende Probleme hab ich zwar gefunden, bin aber wie gesagt zu unfähig dazu sie zu fixen...
Auktionshaus Initialisation (FIXED)
Code
2020/01/28, 18:02:53 "----------------------------------------------------------------------------------------------------"
2020/01/28, 18:02:53 " End of Tanoa Life Server Init :: Total Execution Time 5.073 seconds "
2020/01/28, 18:02:53 "----------------------------------------------------------------------------------------------------"
2020/01/28, 18:02:53 "extDB3: Protocol Error: [0,""Error MariaDBQueryException Exception""]"
2020/01/28, 18:02:53 "------------- Auktionshaus Initialisation -------------"
2020/01/28, 18:02:53 Error in expression <s Initialisation -------------";
while {_amount > 80} do {
_query = format["SELE>
2020/01/28, 18:02:53 Error position: <_amount > 80} do {
_query = format["SELE>
2020/01/28, 18:02:53 Error Undefined variable in expression: _amount
2020/01/28, 18:02:53 File \life_server\Functions\vAH\fn_vAH_init.sqf [TON_fnc_vAH_init]..., line 16
2020/01/28, 18:02:53 "extDB3: Protocol Error: [0,""Error MariaDBQueryException Exception""]"
2020/01/28, 18:02:53 Error in expression <lername, status, time FROM ah LIMIT %1",_amount];
_queryResult = [_query,2,true]>
2020/01/28, 18:02:53 Error position: <_amount];
_queryResult = [_query,2,true]>
2020/01/28, 18:02:53 Error Undefined variable in expression: _amount
2020/01/28, 18:02:53 File \life_server\Functions\vAH\fn_vAH_init.sqf [TON_fnc_vAH_init]..., line 32
Alles anzeigen
!TF_radio_request_mutex
Code
16:59:28 Error in expression <his select 1) + 1)
};
waitUntil {
if (!TF_radio_request_mutex) exitWith {TF_rad>
16:59:28 Error position: <TF_radio_request_mutex) exitWith {TF_rad>
16:59:28 Error Undefined variable in expression: tf_radio_request_mutex
16:59:28 File task_force_radio\functions\fn_requestRadios.sqf [TFAR_fnc_requestRadios]..., line 41
16:59:28 Error in expression <_cash = life_cash;
waitUntil {_cash != life_cash};
call life_fnc_hudUpdate;
};
>
16:59:28 Error position: <life_cash};
call life_fnc_hudUpdate;
};
>
16:59:28 Error Undefined variable in expression: life_cash
16:59:28 File core\functions\fn_hudSetup.sqf [life_fnc_hudSetup]..., line 76
16:59:28 Error in expression <_cash = life_cash;
waitUntil {_cash != life_cash};
call life_fnc_hudUpdate;
};
>
16:59:28 Error position: <life_cash};
call life_fnc_hudUpdate;
};
>
16:59:28 Error Undefined variable in expression: life_cash
16:59:28 File core\functions\fn_hudSetup.sqf [life_fnc_hudSetup]..., line 76
16:59:28 Error in expression <able ["BIS_fatMod_EHAdded", false]) && !BIS_fnc_feedback_fatiguePP && ((getFatig>
16:59:28 Error position: <BIS_fnc_feedback_fatiguePP && ((getFatig>
16:59:28 Error Undefined variable in expression: bis_fnc_feedback_fatiguepp
16:59:28 Error in expression <his select 1) + 1)
};
Alles anzeigen
Error position: <life_cash};
Code
16:59:28 Error position: <life_cash};
call life_fnc_hudUpdate;
};
>
16:59:28 Error Undefined variable in expression: life_cash
16:59:28 File core\functions\fn_hudSetup.sqf [life_fnc_hudSetup]..., line 76
16:59:28 Error in expression <_cash = life_cash;
waitUntil {_cash != life_cash};
call life_fnc_hudUpdate;
};
Den Arma 3 Log kann ich leider net anhängen... Der Log hat eig. 87MB und man kann nur max. 90 Hochladen...
[EDIT] AH Problem hab ich doch noch fixen können... Grund, durch löschung der DB wurde der Table "ah" vergessen wieder hinzuzufügen....
Thx blackfisch für den Gedankenblitz mal in den DB Log zu gucken
Neuer ServerLog und ArmaLog sind nun auch wieder angehängt...