Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
- extDB3_var_loaded = true;
+ extDB3_var_loaded = compileFinal "true";
so init domination initServer.sqf "if" function doesnt work, that validates, if extDB3 is loaded
11:26:25 [20513,92.191,0,"Executing MPF initServer.sqf"]
11:26:25 Error in expression <lse;
if (!isNil "extDB3_var_loaded" && {extDB3_var_loaded}) then {
private _uins>
11:26:25 Error position: <extDB3_var_loaded}) then {
private _uins>
11:26:25 Error Type code, expected Bool
11:26:25 File mpmissions\__cur_mp.altis\initServer.sqf, line 12
11:26:25 Error in expression <erver) then {
d_database_found = false;
if (!isNil "extDB3_var_loaded" && {extDB>
11:26:25 Error position: <if (!isNil "extDB3_var_loaded" && {extDB>
11:26:25 Error if: Type code, expected Bool
11:26:25 File mpmissions\__cur_mp.altis\initServer.sqf, line 12
Variable "extDB3_var_loaded" is expected to be Bool type, but as it was changed in newer extdb3.pbo from
extDB3_var_loaded = true;
to
extDB3_var_loaded = compileFinal "true";
So now this variable type is "Code" and connection to to database not established.
https://bitbucket.org/torndeco/extdb3/issues/79/database-connection-failing-from-build
Meh, that's a change which breaks a lot of missions using extdb3. You can't check for a simple boolean expression anymore but have to call extDB3_var_loaded now to get a result.
([23: 45: 56: 465154 +03: 00] [Thread 11796] extDB3: Config Error: Domination: No such node (Domination.IP)
extdb3-config.ini
[Domination]
IP = 192.168.0.14
Port = 3306
Username = dominationadmin
Password = password
Database = domination
PS https://bitbucket.org/torndeco/extdb3/issues/85/extdb3-error-no-such-node-ip no comment (((
any help