1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Downloads
  4. Galerie
    1. Alben
  5. Toolbox
    1. Passwort Generator
    2. Portchecker
  6. Mitglieder
    1. Mitgliedersuche
    2. Benutzer online
    3. Trophäen
    4. Team
So: 25 Mai 2025
  • Anmelden oder registrieren
  • Suche
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Forum
  • Dateien
  • Seiten
  • Bilder
  • Erweiterte Suche

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.

Anmelden oder registrieren
    1. Nodezone.net Community
    2. Forum
    3. Gameserver & Hosting
    4. ArmA Series - ArmA 3 / Reforger
    5. Hilfeforum

    Infistar Problem

      • Altis Life
    • Rene Greis
    • 8. April 2020 um 19:37
    • Erledigt
    • Rene Greis
      Anfänger
      Reaktionen
      2
      Trophäen
      6
      Beiträge
      57
      • 8. April 2020 um 19:37
      • #1

      Guten Tag Liebe NN Community,

      Ich Wollte einmal fragen ob ihr mir Helfen Könnt wir haben Heute Infistar Gekauft und das Komplette Readme Verfolgt und Alles gemacht was dort Drinne stand.

      aber wir bekommen Folgenden Fehler:

      class CfgServer {

      DatabaseName = not found.

      Application terminated intentionally

      ErrorMessage: Include file mpmissions\__cur_mp.Altis\infiSTAR_AdminMenu.hpp

      class CfgServer {

      DatabaseName = not found.

    • bomber1992
      Frischling
      Beiträge
      19
      • 8. April 2020 um 19:55
      • #2

      Sicher das du alles richtig eingebaut hast ? zeige mal deine description.ext und hast du die "infiSTAR_AdminMenu.hpp" und "call.fsm" im Mission Ordner ?

    • Rene Greis
      Anfänger
      Reaktionen
      2
      Trophäen
      6
      Beiträge
      57
      • 8. April 2020 um 19:58
      • #3
      C: description.ext
      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.
      unsafeCVL = 1; // Allows createVehicleLocal to be executed in Multiplayer
      
      #include "config\Config_SpyGlass.hpp"
      #include "CfgRemoteExec.hpp"
      #include "dialog\MasterHandler.hpp"
      #include "config\Config_Master.hpp"
      #include "infiSTAR_AdminMenu.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 Header
      {
      minPlayer = 1;
      maxPlayers = 139; // maximum number of players the mission supports
      };
      
      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.5, 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", 1.0, 1};
              titles[] = {};
          };
      
          class unlockCarSound {
              name = "unlockCarSound";
              sound[] = {"\sounds\carUnlock.ogg", 0.75, 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;
          };
      };description
      Alles anzeigen


      und ja die sind im Missions Ordner

    • bomber1992
      Frischling
      Beiträge
      19
      • 8. April 2020 um 20:01
      • #4

      Da haste was vergessen.

      #include "infiSTAR_AdminMenu.hpp

      muss zu

      #include "infiSTAR_AdminMenu.hpp" werden

    • Rene Greis
      Anfänger
      Reaktionen
      2
      Trophäen
      6
      Beiträge
      57
      • 8. April 2020 um 20:11
      • #5

      Hey,

      Ja ist Geändert der Fehler Besteht leider Immernoch...

      Dateien

      arma3server_x64_2020-04-08_20-07-30.rpt 283,65 kB – 207 Downloads
    • Webix
      Amateur
      Reaktionen
      66
      Trophäen
      10
      Beiträge
      190
      Bilder
      2
      • 8. April 2020 um 20:17
      • #6

      extdb Config ohne Passwort bitte einmal anhängen

      Mit Grüßen

      Webix

    • Rene Greis
      Anfänger
      Reaktionen
      2
      Trophäen
      6
      Beiträge
      57
      • 8. April 2020 um 20:18
      • #7
      Code
      [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 = datenbank
      Password =  ISTEGAL
      Database = altislife
      Alles anzeigen
    • Webix
      Amateur
      Reaktionen
      66
      Trophäen
      10
      Beiträge
      190
      Bilder
      2
      • 8. April 2020 um 20:22
      • #8

      Steht in der letzten Zeile der DESCRIPTION.EXT "};description" oder ist das ein Fehler hier im Forum ?

      Mit Grüßen

      Webix

    • Rene Greis
      Anfänger
      Reaktionen
      2
      Trophäen
      6
      Beiträge
      57
      • 8. April 2020 um 20:24
      • #9

      Ist nur in Forum

    Registrieren oder Einloggen

    Du bist noch kein Mitglied von NodeZone.net? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Registrieren

    Ähnliche Themen

    • Arma 3 Garage einparken funktioniert nicht.

      • Leon
      • 28. März 2020 um 23:10
      • Hilfeforum
    • fn_keyhandler.sqf Error

      • Zottel
      • 26. Januar 2020 um 14:09
      • Hilfeforum
    • infiSTAR in den Arma 3 Server integrieren

      • fixle2011
      • 4. Dezember 2019 um 22:27
      • Hilfeforum
    • Infistar lässt Server nicht mehr starten?

      • Korbinian
      • 25. September 2019 um 09:22
      • Hilfeforum
    • Spieler kann nach Kick nicht Join

      • TookieDev
      • 28. April 2019 um 00:27
      • Hilfeforum

    Tags

    • infistar

    Benutzer online in diesem Thema

    • 1 Besucher

    Wichtige Links & Informationen

    Server & Hosting-Ressourcen

      Server Administration & Hosting Basics

      Windows Server Support & Guides

      Linux Server Configuration & Help

      Setting up TeamSpeak 3 & VoIP Servers

      Domains & Web Hosting for Beginners & Professionals

      Cloud Hosting, Docker & Kubernetes Tutorials

    Gameserver & Modding-Ressourcen

      ArmA 3 Tutorials & Script Collection

      Renting & Operating Gameservers

      DayZ Server Management & Help

      FiveM (GTA V) Server & Script Development

      Rust Server Modding & Administration

      Setting up & Optimizing ARK Survival Servers

    NodeZone.net – Deine Community für Gameserver, Server-Hosting & Modding

      NodeZone.net ist dein Forum für Gameserver-Hosting, Rootserver, vServer, Webhosting und Modding. Seit 2015 bietet unsere Community eine zentrale Anlaufstelle für Server-Admins, Gamer und Technikbegeisterte, die sich über Server-Management, Hosting-Lösungen und Spielemodding austauschen möchten.


      Ob Anleitungen für eigene Gameserver, Hilfe bei Root- und vServer-Konfigurationen oder Tipps zu Modding & Scripting – bei uns findest du fundiertes Wissen und praxisnahe Tutorials. Mit einer stetig wachsenden Community findest du hier Antworten auf deine Fragen, Projektpartner und Gleichgesinnte für deine Gaming- und Serverprojekte. Schließe dich NodeZone.net an und werde Teil einer aktiven Community rund um Server-Hosting, Gameserver-Management und Modding-Ressourcen.

    Wer jetzt nicht teilt ist selber Schuld:
    1. Nutzungsbestimmungen
    2. Datenschutzerklärung
    3. Impressum
    4. Urheberrechts- oder Lizenzverstoß melden
  • Trimax Design coded & layout by Gino Zantarelli 2023-2025©
    Community-Software: WoltLab Suite™