
Arma3 Einrichten des Clients
-
ShoxDRk -
17. August 2018 um 14:26 -
Erledigt
-
-
Wir haben nun das Problem gefunden und es lag daran das überhaupt kein serverMod als Startparameter geladen wurde, und in der Map.txt die Mission nicht eingetragen worden ist
-
Habe nun ein neues Problem seitdem ich die Mission verändert habe:
extDB3: https://bitbucket.org/torndeco/extdb3/wiki/Home
extDB3: Version: 1.032
extDB3: Windows Version
Message: All development for extDB3 is done on a Linux Dedicated Server
Message: If you would like to Donate to extDB3 Development
Message: https://www.paypal.com/cgi-bin/webscr…d=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: 18/05/15extDB3: Found extdb3-conf.ini
extDB3: Detected 32 Cores, Setting up 6 Worker Threads
extDB3: ...
extDB3: ...
extDB3: ...
extDB3: ...
extDB3: ...
extDB3: ...[11:27:02:442779 +02:00] [Thread 104920] extDB3: Config Error: altislife: No such node (altislife.IP)
Und:
11:27:02 "extDB3: Error with Database Connection"
11:27:02 Attempt to override final function - bis_fnc_storeparamsvalues_data
11:27:03 BEServer: registering a new player #485683436
11:27:52 Unaccessible
11:28:15 Client: Remote object 3:0 not found
-
Habe es hinbekommen die Datenbank ist connected aber ich bekomme dieses Error:
13:34:21 Attempt to override final function - bis_fnc_storeparamsvalues_data
13:34:21 "extDB3: Connected to Database"
13:34:21 "----------------------------------------------------------------------------------------------------"
13:34:21 "---------------------------------- Starting Altis Life Server Init ---------------------------------"
13:34:21 "------------------------------------------ Version 5.0.0 -------------------------------------------"
13:34:21 "----------------------------------------------------------------------------------------------------"
13:34:21 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
13:34:21 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
13:34:21 "----------------------------------------------------------------------------------------------------"
13:34:21 " End of Altis Life Server Init :: Total Execution Time 0.234001 seconds "
13:34:21 "----------------------------------------------------------------------------------------------------"
13:35:00 BEServer: registering a new player #1729345323
13:35:55 Unaccessible
13:35:55 No speaker given for 'Sykes Phillips'
13:35:56 Speaker Male01_F not found in CfgVoiceTypes
13:35:57 Error in expression <ta = _old select _i;
_old set[_i,[_data select 0, ([_data select 1,1] call DB_fn>
13:35:57 Error position: <select 0, ([_data select 1,1] call DB_fn>
13:35:57 Error select: Type Number, expected Array,String,Config entry
13:35:57 File \life_server\Functions\MySQL\fn_queryRequest.sqf [DB_fnc_queryRequest], line 123
-
Und man stuckt im Bildschirm frage UID ab
-
In der Line 123 soll ein Error sein aber ich finde keins.
//Playtime
_new = [(_queryResult select 12)] call DB_fnc_mresToArray;
if (_new isEqualType "") then {_new = call compile format ["%1", _new];};
_index = TON_fnc_playtime_values_request find [_uid, _new];
if (_index != -1) then {
TON_fnc_playtime_values_request set[_index,-1];
TON_fnc_playtime_values_request = TON_fnc_playtime_values_request - [-1];
TON_fnc_playtime_values_request pushBack [_uid, _new];
} else {
TON_fnc_playtime_values_request pushBack [_uid, _new];
};
[_uid,_new select 2] call TON_fnc_setPlayTime;
/* Make sure nothing else is added under here */
_houseData = _uid spawn TON_fnc_fetchPlayerHouses;
waitUntil {scriptDone _houseData};
_queryResult pushBack (missionNamespace getVariable [format ["houses_%1",_uid],[]]);
_gangData = _uid spawn TON_fnc_queryPlayerGang;
waitUntil{scriptDone _gangData};
_queryResult pushBack (missionNamespace getVariable [format ["gang_%1",_uid],[]]);
};
-
13:35:57 Error in expression <ta = _old select _i;
_old set[_i,[_data select 0, ([_data select 1,1] call DB_fn>
13:35:57 Error position: <select 0, ([_data select 1,1] call DB_fn>
13:35:57 Error select: Type Number, expected Array,String,Config entry
13:35:57 File \life_server\Functions\MySQL\fn_queryRequest.sqf [DB_fnc_queryRequest], line 123
Ist ja auch klar diese Datei hat was mit Datenbank zutun.
Hast du denn was an dieser Datei jemals verändert?
-
Und häng mal den exdb 3 Log mit an
-