Hallo,
Du kannst die Datenbank nicht einspielen wenn dur die zu alte version hast. @Shinji das problem hatten wir hier schon öfters.
Ja, wie kann ich die Version den ändern?
MfG
Schön, dass du den Weg zu NodeZone.net gefunden hast! Aktuell bist du nicht angemeldet und kannst deshalb nur eingeschränkt auf unsere Community zugreifen. Um alle Funktionen freizuschalten, spannende Inhalte zu entdecken und dich aktiv einzubringen, registriere dich jetzt kostenlos oder melde dich mit deinem Account an.
Hallo,
Du kannst die Datenbank nicht einspielen wenn dur die zu alte version hast. @Shinji das problem hatten wir hier schon öfters.
Ja, wie kann ich die Version den ändern?
MfG
Wenn ich z.B die Datenbank von Nox bei MySql einfügen will kommt folgende Fehlermeldung: MySQL Log.txt
Ich nehme jetzt mal die Version 5.0.0 [lexicon]Tanoa[/lexicon] Life von Nox.
Aber was genau muss ich bei den Defines jetzt eintragen?
'root'@'%' <- Das hier?
Ich bin nicht so erfahren mit Datenbanken
Ja, ich habe es mit verschiedensten probiert.
Momentan lasse ich ihn ja über root connecten.
Ich find keine richtige Altis ([lexicon]Tanoa[/lexicon]) Life Datenbank bei der keine Fehlermeldung beim erstellen kommt.
Die ich jetzt habe, ist die einzigste die geklappt hat ohne Fehlermeldungen.
Hallo,
welche MySQL Server version verwendest du?
Du benötigst mindestens die Version 5.6.
Ich habe die 5.5.53-0+deb8u1 - (Debian).
Wie kann ich die Version denn ändern?
MfG
Schick bitte mal deine description.ext aus der Altis_Life.Altis
disableChannels[]={{0,true,true},{1,true,true},{2,true,true}}; // Disabled text and voice for global, side, and command channels. disableChannels[] = {{channelID<number>, disableChat<bool>, disableVoice<bool>}};
#include "config\Config_SpyGlass.hpp"
#include "CfgRemoteExec.hpp"
#include "dialog\MasterHandler.hpp"
#include "config\Config_Master.hpp"
class CfgServer {
DatabaseName = "altislife"; //Config name that'll be grep in the [lexicon]extdb[/lexicon]-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 [lexicon]performance[/lexicon] 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 RscTitles {
#include "addons\Status_Bar\statusBar.hpp"
#include "dialog\statusBar.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 SpyGlass {
title = $STR_SpyDetect_Title;
subTitle = $STR_SpyDetect_SubTitle;
description = $STR_SpyDetect_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;
};
};
Hier übrigens nochmal meine Config von ExtDB2.
[Main]
Version = 5
;Threads = 0
; Default Value is the number of CPU Cores Detected (max value is 6, min value is 2)
Randomize Config File = false
;This is a legacy option to randomize config file for Arma2 Servers. Only for Windows Builds
[Rcon]
;; This is functional, should be working fine. Just needs abit of testing on a $
;; Allow for changing Address for those running server in a VM environment.
IP = 127.0.0.1
Port = 2302
;; Rcon Password i.e Battleye/beserver.cfg
Password = password
;; Bad Player Name Checks
;;This will only work if your mission / mod has started extDB2 Rcon. i.e 9:START_RCON:RCON
Bad Playername Enable = false
Bad Playername Kick Message = Bad Player Name
;; By default : is a bad character (used as seperator for extDB2 Calls (this is hardcoded in)
;;Bad Playername Strings = (:):{:}
;;Bad Playername Regex_1 = [:alnum:]
;;Bad Playername Regex_2 = [:alnum:]
;;Bad Playername Regex_3 = [:alnum:]
;; Whitelisting / Reserve Slots
;;This will only work if your mission / mod has started extDB2 Rcon. i.e 9:START_RCON:RCON
Whitelist Enable = false
Whitelist Kick Message = Only Reserved Slots Left
Whitelist Public Slots = 999
;; Database settings to use (Optional)
Whitelist Database = altislife
Whitelist SQL Prepared Statement = SELECT CASE WHEN EXISTS(SELECT UID FROM PlayerInfo WHERE BattlEyeGUID=? AND Whitelisted=1) THEN 1 ELSE 0 END
Whitelist Kick on SQL Query Failed = false
;; Hardcoded BEGuids for whitelisted players
;Whitelist BEGuids = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx : yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
[Steam]
;; This is for VAC Protocol for VAC Bans + Steam Friends.
;; https://steamcommunity.com/dev/apikey
API Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[VAC]
;; This feature requires Steam + Rcon to be enabled.
;; Also this feature is called via SQF Code atm, i.e it doesn't auto detect players joining server yet....
Auto Ban = true
;; For Player to get banned ( their total VAC Bans => NumberOfVACBans) AND ( Days Since their Last Ban was <= DaysSinceLastBan)
;; This is also used extDB Protocol VAC:VACBanned returned results
NumberOfVACBans = 1
DaysSinceLastBan = 999999999
BanDuration = 0
;; 0 = Forever, otherwise its x Minutes
BanMessage = Steam VAC Banned
[Log]
;; Flush Logs after each write, more work on Harddrive
Flush = true
[altislife]
Type = MySQL
Name = AltisLife
Username = root
Password = ********************
IP = 127.0.0.1
Port = 3306
;minSessions = 2
idleTime = 60
compress = false
; Really should only use this if MySQL server is external. Also only for MySQL
Secure Auth = true
; Recommend you turn this on @@7a156ad03c3e2ddfce8558e9bf12d257ef66f4e8@@
[SQLite_Example]
Type = SQLite
Name = sqlite.db
minSessions = 1
; minSession Default Value = 1
;maxSessions = 4
; maxSession Default Value = number of Main->Threads
; You really should leave this value alone
idleTime = 60
; idleTime no Default Value yet, needs to be defined.
; idleTime is the time before a database session is stopped if not used.
; If Database Sessions are greater than minSessions
Moin,
Ich habe folgendes Problem:
Ich habe Arma 3 Auf Linux laufen, und spiele gerade [lexicon]Tanoa[/lexicon] Life drauf.
Die Datenbank verbindet sich schon doch jedoch wirft ExtDB2 komische Logs...
Jedes Mal wenn ich verbinde spamt ein Schwarzer Bildschirm 2 Texte hin und her, und die Logs sehen dann so aus:
Serverlog:
20:48:30 "extDB2: Protocol Error: [0,""Error Statement Exception""]"
ExtDB2 Log (Siehe Dateianhang)
Hoffe mir kann geholfen werden
MfG
apt-get install libtbb2:i386 (i386 muss dafür auch aktiviert sein)
hab ich schon installiert...
mfG
ok dann muss ich passen. Mit Linux kennen ich mich leider nicht so aus.
Hm, trotzdem danke!
MFG
hast du das installiert?
Ne, es geht ja irgendwie nicht. Ich habe gehört das das nur für Windows ist, ich habe einen Linux V-Server.
Das hier sind die Logs sobald jemand auf den Server joint.
Alles anzeigenGut dann werde ich mal den Fehler wo ich denke aufdecken.
Versuch mal dein [lexicon]startparameter[/lexicon] so zu schreiben:./arma3server -config=server.cfg -cfg=basic.cfg -mod=@extDB2;@life_server
Ich denke nämlich das dein -mod und das -servermod sich nicht vertragen, da in den logs auch dein @life_server auch nicht gestartet wird.
MfG
-----------
Das Problem ist, jetzt steht in der Serverliste unten @ExtDB2 und @life_server nicht mehr.
ExtDB2 Erstellt aber immernoch keine Logs, und es ist genau wie voher...
Hm, wenn ich es installieren will kommt das:
root@v3200:~# apt-get install vc_redist.x86
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vc_redist.x86
E: Couldn't find any package by regex 'vc_redist.x86'
hey,
Punkt eins die Version 5.0 gibt es nicht, da es offiziell vom Entwickler nich anerkannt ist. Also geh ich mal davon aus das du die Version 4.4 r3 hast.
Punkt zeit laut deinen logs hast du extdp2 nicht in deine [lexicon]startparameter[/lexicon] drin.
Also würde ich mal vorschlagen du schaust mal diese noch mal genau an, Wort für Wort.
MfG
Ja, sie wird als 4.4r4 angegenben, aber beim Start steht [lexicon]Tanoa[/lexicon] Life RPG 5.0.0.
Und ich habe ExtDB2 drin.
Ich Starte hiermit: ./arma3server -config=server.cfg -cfg=basic.cfg -servermod=@extDB2 -mod=@life_server
MFG
hey,
Was hast du denn für eine altis life version?Hatte nämlich auch das Problem das die 4.0 nicht mit der Datenbank sich verbunden hat. Hab aber das Problem bei mir gelöst und wenn du mir sagst was du für einen hast kann ich dir vill auch weiter helfen.
Ich habe [lexicon]Tanoa[/lexicon] Life RPG v5.0.0.
Das Problem ist ja, das er ExtDB2 garnicht läd. Glaube ich zumindest
Weil es entstehen weder Logs noch steht im Server Log irgendwas von ExtDB2.
Überprüf mal alles was hier steht extDB
Ich hab alles Überprüft.
Ich habe nur die tbb.dll gelöscht, hat aber trotzdem nichts gebracht...
[lexicon]Startparameter[/lexicon]: ./arma3server -config=server.cfg -cfg=[lexicon]basic.cfg[/lexicon] -servermod=@extDB2 -mod=@life_server
Moin,
Ich habe folgendes Problem:
Ich habe einen Root auf dem Arma 3 läuft.
Nun wollte ich [lexicon]Tanoa[/lexicon] Life drauf spielen, habe aber Probleme mit der Datenbank.
ExtDB2 Will nicht Starten, trotz angeben im [lexicon]Startparameter[/lexicon].
Es wird mir zwar in dieser Tabelle angezeigt, dass er da ist.
Ich sehe aber keine extDB2 Connected Meldung im Log.
Und wenn ich Joine bekomme ich die Meldung Setting up client.
Ich habe schon gefühlt alles im Internet abgesucht, und alles probiert aber irgendwie will nichts klappen...
Danke im Vorraus!