Hallo liebes Native-Network Forum,
Und zwar habe ich folgenden fehler, wie ihr schon im Titel lesen könnt. "Einrichten des Clients, bitte warten..." steht bei mir sobald ich auf meinen Server Joinen will.
Ach und ich Benutze einen "Linux" Server!
Hier noch ein Bild dazu wie es aussieht wenn ich auf meinem Server Joine:
Ich habe mich dazu entschieden auf die "Altis life 5.0.0 + extDB3" umzusteigen mit meinem Serverchen.
Nun gesagt getan, ich habe meine Daten in der "extdb3-conf.ini" eingetragen sieht bei mir so aus:
[Main]
Version = 1
Randomize Config File = false
;; Randomizes Config File after loading.
;; Recommend to turn on, if you have enabled filepatching on arma.
Allow Reset = false
;; Allows 9:RESET, usefull for development work
Thread = 0;
;; Option to force number of worker threads for extDB3.
;; Auto = 0, Min = 2, Max = 6
[Log]
Flush = true;
;; Flush logfile after each update.
;; Option really only usefull if running DEBUG BUILD
[altislife]
IP = 127.0.0.1
Port = 3306
Username = Mein Datenbank Username
Password = Mein Datenbank Passwort
Database = Mein Datenbank Name
Alles anzeigen
Natürlich habe ich auch die Aktuellste "life_server.pbo" & "Altis_Life.Altis.pbo" eingefügt.
Dazu kommt noch das ich die Datenbank bei mir natürlich auch in phpmyadmin angelegt habe.
Auch in der Log kommt folgendes das er extdb3 geladen hat:
20:40:17 "---------------------------------------------------------------------"
20:40:17 "---------------------------------------------------------------------"
20:40:17 CallExtension loaded: extDB3 (/home/selfmade/server/@extDB3/extDB3.so) [0Óÿ¶‚÷]
20:40:17 "extDB3 Loaded"
20:40:17 "---------------------------------------------------------------------"
20:40:17 "---------------------------------------------------------------------"
Meine Startparameter sind folgende:
PARAMS='>>/home/selfmade/server/RPTLogs/server.rpt 2>&1 -config=server.cfg -mod=@extDB3 -mod=@life_server -mod=@infiSTAR_A3 -bepath=/home/selfmade/server/battleye -port=2302 -autoinit -name=royalstreets -profiles -cfg=basic.cfg'
Das hier steht in meiner "description.ext" sollte eigentlich auch alles passen:
disableChannels[] = {{0,true,true},{1,true,true},{2,true,true}}; // Disabled text and voice for global, side, and command channels. Syntax: disableChannels[] = {{channelID<number>, disableChat<bool>, disableVoice<bool>}};
overviewText = "$STR_MISC_overviewText"; // Text to be displayed below the overviewPicture on the mission selection screen when the mission is available to play.
#include "CfgRemoteExec.hpp"
#include "dialog\MasterHandler.hpp"
#include "config\Config_Master.hpp"
class CfgServer {
DatabaseName = "altislife"; //Config name that'll be grep in the extdb-conf.ini. Default: [altislife]
DebugMode = 0; //Enable many server/hc debugging logs. Default: 0 (1 = Enabled / 0 = Disabled)
HeadlessSupport = 0; //Enable/Disable Headless client support. Default: 1 (1 = Enabled / 0 = Disabled)
/*
Enabled: When HeadlessSupport is set to 1 (enabled), the server will run without fault when no Headless Client is connected. However, it will support the Headless Client if you choose to connect one.
Disabled: If HeadlessSupport is set to 0 (disabled), the connection of a Headless Client will make no difference. This option will increase server performance a TINY but negligible amount.
*/
};
class RscTitles {
#include "dialog\progress.hpp"
#include "dialog\hud_nameTags.hpp"
#include "dialog\hud_stats.hpp"
};
class CfgFunctions {
#include "Functions.hpp"
};
class CfgSounds {
sounds[] = {};
class sirenLong {
name = "sirenLong";
sound[] = {"\sounds\sirenLong.ogg", 1.0, 1};
titles[] = {};
};
class medicSiren {
name = "medicSiren";
sound[] = {"\sounds\medicSiren.ogg", 1.0, 1};
titles[] = {};
};
class tazerSound {
name = "tazerSound";
sound[] = {"\sounds\tazer.ogg", 0.25, 1};
titles[] = {};
};
class flashbang {
name = "flashbang";
sound[] = {"\sounds\flashbang.ogg", 1.0, 1};
titles[] = {};
};
class mining {
name = "mining";
sound[] = {"\sounds\mining.ogg", 1.0, 1};
titles[] = {};
};
class harvest {
name = "harvest";
sound[] = {"\sounds\harvest.ogg", 1.0, 1};
titles[] = {};
};
class lockCarSound {
name = "lockCarSound";
sound[] = {"\sounds\carLock.ogg", 0.25, 1};
titles[] = {};
};
class unlockCarSound {
name = "unlockCarSound";
sound[] = {"\sounds\carUnlock.ogg", 0.25, 1};
titles[] = {};
};
};
class CfgDebriefing {
class NotWhitelisted {
title = "$STR_NotWhitelisted_Title";
subtitle = "$STR_NotWhitelisted_SubTitle";
description = "$STR_NotWhitelisted_Descript";
pictureBackground = "";
picture = "";
pictureColor[] = {0,0.3,0.6,1};
};
class Blacklisted {
title = "$STR_Blacklisted_Title";
subtitle = "$STR_Blacklisted_SubTitle";
description = "$STR_Blacklisted_Descript";
pictureBackground = "";
picture = "";
pictureColor[] = {0,0.3,0.6,1};
};
};
class CfgNotifications {
class MedicalRequestEmerg {
title = "$STR_MedicalRequestEmerg_Title";
iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
description = "%1";
duration = 5;
priority = 7;
};
class DeliveryAssigned {
title = "$STR_DeliveryAssigned_Title";
iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
description = "%1";
duration = 10;
priority = 7;
};
class DeliveryFailed {
title = "$STR_DeliveryFailed_Title";
iconPicture = "\A3\ui_f\data\map\mapcontrol\taskiconfailed_ca.paa";
description = "%1";
duration = 7;
priority = 7;
};
class DeliverySucceeded {
title = "$STR_DeliverySucceeded_Title";
iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcondone_ca.paa";
description = "%1";
duration = 6;
priority = 6;
};
class TextMessage {
title = "$STR_TextMessage_Title";
iconPicture = "icons\ico_messageNew.paa";
description = "%1";
duration = 10;
priority = 6;
};
class PoliceDispatch {
title = "$STR_PoliceDispatch_Title";
iconPicture = "icons\ico_messagePolice.paa";
description = "%1";
duration = 10;
priority = 6;
};
class AdminDispatch {
title = "$STR_AdminDispatch_Title";
iconPicture = "icons\ico_messageAdmin.paa";
description = "%1";
duration = 10;
priority = 6;
};
class AdminMessage {
title = "$STR_AdminMessage_Title";
iconPicture = "icons\ico_messageAdmin.paa";
description = "%1";
duration = 10;
priority = 5;
};
};
Alles anzeigen
Aber er postet in meiner rpt log, viele andere fehler die ich nicht weiß wo die herkommen sollten, da das einfach nur die version aus dem Download bereich ist und daran nichts geändert ist.
Ich hab euch die rpt log nochmals mit hochgeladen, die fehler sind etwas weiter unten zu sehen, sind z.b solche hier:
20:40:27 Error position: <0,false,false,"",' isNull objectParent p>
20:40:27 Error Generic error in expression
20:40:27 Error in expression <alize"STR_NOTF_ATM",life_fnc_atmMenu,"",0,false,false,"",' isNull objectParent p>
20:40:27 Error position: <0,false,false,"",' isNull objectParent p>
20:40:27 Error Generic error in expression
20:40:27 Error in expression <alize"STR_NOTF_ATM",life_fnc_atmMenu,"",0,false,false,"",' isNull objectParent p>
20:40:27 Error position: <0,false,false,"",' isNull objectParent p>
20:40:27 Error Generic error in expression
20:40:27 Error in expression <alize"STR_NOTF_ATM",life_fnc_atmMenu,"",0,false,false,"",' isNull objectParent p>
20:40:27 Error position: <0,false,false,"",' isNull objectParent p>
20:40:27 Error Generic error in expression
20:40:27 Error in expression <alize"STR_NOTF_ATM",life_fnc_atmMenu,"",0,false,false,"",' isNull objectParent p>
20:40:27 Error position: <0,false,false,"",' isNull objectParent p>
20:40:27 Error Generic error in expression
Alles anzeigen
Wenn ihr noch irgend etwas braucht, einfach schreiben...
ich will einfach das mein Serverchen wieder leuft mit der neuen Version endlich...
Ich hoffe mir kann hier jemand weiter helfen.
MfG