haben die auch das Problem?
Die Telekom hatte neulich nen par Probleme mit ihren Leitungen.
Am besten du rufst mal bei Kunden Support an und fragst, ob ein Techniker mal die Leitung auf Störungen überprüfen kann.
Die letzte Möglichkeit währe, du setzt dein Betriebssystem auf Windows 7 bzw. 8 zurück, um zu überprüfen ob dann immer noch das Problem auftritt.
Beiträge von mallek
-
-
@pentoxide
Ich habe 2 Fragen !
Wie viele Leute hängen bei dir mit an der Leitung?
Und bei welchem Anbieter bist du? -
andere Frage, woher hast du die Mods?
Wenn du die Mods für deinen Server verwenden darfst, liegen im Haupt Ordner normalerweise 2 weitere Ordner.
Ein Addons und ein Keys Ordner.
Den Key im "Keys" Ordner musst du dann in den Keys Ordner deines Servers ablegen ! -
ne lieber nicht
! Da nehmen alle reiß aus !
Wertung: 6/10
dann doch lieber:
[spoiler]
Externer Inhalt www.youtube.comInhalte von externen Seiten werden ohne deine Zustimmung nicht automatisch geladen und angezeigt.Durch die Aktivierung der externen Inhalte erklärst du dich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt. -
Das Forum Spiel ist ganz simpel!
Man hört sich den Track vom Vorposter an und gibt dazu eine Bewertung ab.
1/10 - extrem schlecht
10/10 - läuft in DauerschleifeIch fange mal an
!
Spoiler anzeigen
Externer Inhalt www.youtube.comInhalte von externen Seiten werden ohne deine Zustimmung nicht automatisch geladen und angezeigt.Durch die Aktivierung der externen Inhalte erklärst du dich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.Dann wünsche ich viel Spaß !
-
Hast du Mods auf deinem Server installiert? Oder möchtest du auf einen Server joinen und dann bekommst du die meldung?
-
@nox
es sind mehre Datenbanken vorhanden. Darum die namen -
-
@nox steht immer noch da.
extdb log:
Spoiler anzeigen
[14:58:03 +02:00] [Thread 3892230210] extDB: Version: 35
[14:58:03 +02:00] [Thread 3892230210] extDB: Windows Version
[14:58:03 +02:00] [Thread 3892230210] Message: Arma Linux Servers are using Older Physic Library (than Windows Servers), due to Debian 7 using old version of Glibc
[14:58:03 +02:00] [Thread 3892230210] Message: If you like extDB consider donating or bug BIS to drop support for Debian 7 thanks, so Linux Servers get same Physic Library Version as Windows
[14:58:03 +02:00] [Thread 3892230210] Message: Note currently most/all development for extDB is done on a Linux Server
[14:58:03 +02:00] [Thread 3892230210] Message: Torndeco: 24/01/15
[14:58:03 +02:00] [Thread 3892230210]
[14:58:03 +02:00] [Thread 3892230210] extDB: Found extdb-conf.ini
[14:58:03 +02:00] [Thread 3892230210] extDB: Detected 6 Cores, Setting up 6 Worker Threads
[14:58:03 +02:00] [Thread 3892230210] extDB: Database Type: MySQL
[14:58:03 +02:00] [Thread 3892230210] extDB: Database Exception Error: Connection attempt failed: Access denied for user 'backstube'@'localhost' (using password: YES)
[14:59:06 +02:00] [Thread 3892230210] extDB: Stopping ...extdb-conf.ini:
Spoiler anzeigen
[Main]
;Threads = 0
; Default Value is the number of CPU Cores Detected (max value is 6, min value is 2)
; Linux Chroot Environment might only Detect 1 CPU Cores i.e bind /procRandomize Config File = false
;This is a legacy option to randomize config file for Arma2 Servers.[Rcon]
;; This is functional, should be working fine. Just needs abit of testing on a live ServerPort = 2313
Password = password[Steam]
;; This is for VAC Protocol for VAC Bans + Steam Friends.
;; This currently has a bug in it, will be fixed next version.
;; Think of it as tech preview option.
;; 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 = false
;; 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 = 999999999BanDuration = 0
;; 0 = Forever, otherwise its x Minutes
BanMessage = Steam VAC Banned[Log]
;; This is just config options for Rcon Logging + BE Logging
;;Has no effect on extDB Logging
Mode = sync
;; sync / async
;; ASync is just kinder on your Harddrive, may be lose of data in the event of a crash.[Database1]
;; Example of SQLite
Type = SQLite
Name = sqlite.dbminSessions = 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[Database2]
;; Example of MySQL
;; AtlisLifeRPG uses Database2 by default
Type = MySQL
Name = arma3lifeUsername = Bananen
Password = 1234567
IP = 127.0.0.1
Port = 3306minSessions = 1
;maxSessions = 4
idleTime = 60compress = false
; Should only use this if MySQL server is external. Also only for MySQLSecure Auth = true
; Recommend you turn this on -
Also so:
[spoiler]
[Database2]
;; Example of MySQL
;; AtlisLifeRPG uses Database2 by default
Type = MySQL
Name = arma3lifeUsername = Name
Password = 123456
IP = 127.0.0.1
Port = 3306minSessions = 1
;maxSessions = 4
idleTime = 60compress = false
; Should only use this if MySQL server is external. Also only for MySQLSecure Auth = true
; Recommend you turn this on -
also so:
Spoiler anzeigen
[arma3life]
;; Example of MySQL
;; AtlisLifeRPG uses Database2 by default
Type = MySQL
Name = NameUsername = Name
Password = 123456
IP = 127.0.0.1
Port = 3306minSessions = 1
;maxSessions = 4
idleTime = 60compress = false
; Should only use this if MySQL server is external. Also only for MySQLSecure Auth = true
; Recommend you turn this on -
-
Hallo ich habe ein Problem. Ich bin heute von Gportal auf einen Root Server umgestiegen.
Es lief auch alles recht gut. Bis man zu Fraktionsauswahl kommt. Versucht man danach zu joinen kommt die Meldung "The Server-Side Extension extDB was not loaded into the engine, report this to the server admin"!
Ich weiß langsam nicht mehr weiter!
Ich habe die extdb Version "35".
Es handelt sich um einen Windows Root !extdb Log:
Spoiler anzeigen
[00:19:02 +02:00] [Thread 2756080861] extDB: Version: 35
[00:19:02 +02:00] [Thread 2756080861] extDB: Windows Version
[00:19:02 +02:00] [Thread 2756080861] Message: Arma Linux Servers are using Older Physic Library (than Windows Servers), due to Debian 7 using old version of Glibc
[00:19:02 +02:00] [Thread 2756080861] Message: If you like extDB consider donating or bug BIS to drop support for Debian 7 thanks, so Linux Servers get same Physic Library Version as Windows
[00:19:02 +02:00] [Thread 2756080861] Message: Note currently most/all development for extDB is done on a Linux Server
[00:19:02 +02:00] [Thread 2756080861] Message: Torndeco: 24/01/15
[00:19:02 +02:00] [Thread 2756080861]
[00:19:02 +02:00] [Thread 2756080861] extDB: Found extdb-conf.ini
[00:19:02 +02:00] [Thread 2756080861] extDB: Detected 6 Cores, Setting up 6 Worker Threads
[00:19:02 +02:00] [Thread 2756080861] extDB: No Config Option Found: Database2
[00:20:38 +02:00] [Thread 2756080861] extDB: Stopping ...rpt Log:
Spoiler anzeigen
=====================================================================
== J:\A3Master\bs-arma3server.exe
== J:\A3Master\bs-arma3server.exe /affinity 2c -port= 2313 -cpuCount=2 "-profiles=J:\A3Master" -config=server.cfg -world=empty -bepath=J:\A3Master\battleye -mod=@life_servertrue;@extDB;-mod=@BackMod;-mod=@CBA_A3Original output filename: Arma3Retail_Server
Exe timestamp: 2015/07/27 15:49:07
Current time: 2015/08/26 00:00:22Type: Public
Branch: Stable
Version: 1.48.131645Allocator: J:\A3Master\dll\tbb4malloc_bi.dll
=====================================================================0:00:22 ManagerConfig()
0:00:23 Cannot register unknown string STR_USRACT_SWITCH_GUNS
0:00:23 Cannot register unknown string STR_USRACT_SWITCH_ROCKETS
0:00:23 Cannot register unknown string STR_USRACT_SWITCH_MISSILES
0:00:23 Cannot register unknown string STR_USRACT_SWITCH_BOMBS
0:00:23 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_GUNS
0:00:23 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_ROCKETS
0:00:23 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_MISSILES
0:00:23 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_BOMBS
0:00:33 Updating base class ->Base, by a3\dubbing_radio_f\http://config.bin/CfgHQIdentities/PAPA_BEAR/
0:00:33 Updating base class ->Base, by a3\dubbing_radio_f\http://config.bin/CfgHQIdentities/AirBase/
0:00:34 Updating base class RscShortcutButton->RscButton, by a3\editor_f\http://config.bin/RscDisplayEditObject/Controls/B_OK/
0:00:34 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\http://config.bin/RscDisplayEditObject/Slider/
0:00:34 Updating base class RscText->RscPicture, by a3\editor_f\http://config.bin/RscDisplayEditObject/Preview/
0:00:34 Updating base class RscShortcutButton->RscButton, by a3\editor_f\http://config.bin/RscDisplayMissionLoad/Controls/B_OK/
0:00:34 Updating base class RscShortcutButton->RscButton, by a3\editor_f\http://config.bin/RscDisplayMissionSave/Controls/B_OK/
0:00:34 Updating base class ->RscControlsGroup, by a3\ui_f\http://config.bin/RscControlsGroupNoScrollbars/
0:00:34 Updating base class ->RscControlsGroup, by a3\ui_f\http://config.bin/RscControlsGroupNoHScrollbars/
0:00:34 Updating base class ->RscControlsGroup, by a3\ui_f\http://config.bin/RscControlsGroupNoVScrollbars/
0:00:34 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscLine/
0:00:34 Updating base class ->RscActiveText, by a3\ui_f\http://config.bin/RscActivePicture/
0:00:34 Updating base class ->RscButton, by a3\ui_f\http://config.bin/RscButtonTextOnly/
0:00:34 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscShortcutButtonMain/
0:00:34 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscButtonEditor/
0:00:34 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscIGUIShortcutButton/
0:00:34 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscGearShortcutButton/
0:00:34 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscButtonMenu/
0:00:34 Updating base class ->RscButtonMenu, by a3\ui_f\http://config.bin/RscButtonMenuOK/
0:00:34 Updating base class ->RscButtonMenu, by a3\ui_f\http://config.bin/RscButtonMenuCancel/
0:00:34 Updating base class ->RscButtonMenu, by a3\ui_f\http://config.bin/RscButtonMenuSteam/
0:00:34 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscLoadingText/
0:00:34 Updating base class ->RscListBox, by a3\ui_f\http://config.bin/RscIGUIListBox/
0:00:34 Updating base class ->RscListNBox, by a3\ui_f\http://config.bin/RscIGUIListNBox/
0:00:34 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscBackground/
0:00:34 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscBackgroundGUI/
0:00:34 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/RscBackgroundGUILeft/
0:00:34 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/RscBackgroundGUIRight/
0:00:34 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/RscBackgroundGUIBottom/
0:00:34 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscBackgroundGUITop/
0:00:34 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscBackgroundGUIDark/
0:00:34 Updating base class ->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscBackgroundLogo/
0:00:34 Updating base class ->RscMapControl, by a3\ui_f\http://config.bin/RscMapControlEmpty/
0:00:34 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/CA_Mainback/
0:00:34 Updating base class ->CA_Mainback, by a3\ui_f\http://config.bin/CA_Back/
0:00:34 Updating base class ->CA_Mainback, by a3\ui_f\http://config.bin/CA_Title_Back/
0:00:34 Updating base class ->CA_Mainback, by a3\ui_f\http://config.bin/CA_Black_Back/
0:00:34 Updating base class ->RscTitle, by a3\ui_f\http://config.bin/CA_Title/
0:00:34 Updating base class ->RscPictureKeepAspect, by a3\ui_f\http://config.bin/CA_Logo/
0:00:34 Updating base class ->CA_Logo, by a3\ui_f\http://config.bin/CA_Logo_Small/
0:00:34 Updating base class ->RscButton, by a3\ui_f\http://config.bin/CA_RscButton/
0:00:34 Updating base class ->CA_RscButton, by a3\ui_f\http://config.bin/CA_RscButton_dialog/
0:00:34 Updating base class ->RscActiveText, by a3\ui_f\http://config.bin/CA_Ok/
0:00:34 Updating base class ->RscText, by a3\ui_f\http://config.bin/CA_Ok_image/
0:00:34 Updating base class ->RscText, by a3\ui_f\http://config.bin/CA_Ok_image2/
0:00:34 Updating base class ->RscText, by a3\ui_f\http://config.bin/CA_Ok_text/
0:00:34 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/RscVignette/
0:00:34 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\http://config.bin/RscMapControlTooltip/
0:00:34 Updating base class RscUnitInfo->RscUnitInfoAirNoWeapon, by a3\ui_f\http://config.bin/RscInGameUI/RscUnitInfoAir/
0:00:34 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayDebug/Controls/B_OK/
0:00:34 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayDebug/Controls/B_Cancel/
0:00:34 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayDebug/Controls/B_Clear/
0:00:34 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscDisplayCapture/controls/TimeLines/
0:00:34 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayCapture/controls/ButtonAverages/
0:00:34 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayCapt…vePreviousData/
0:00:34 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayCapt…onPreviousData/
0:00:34 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\http://config.bin/RscDisplayMain/controls/ModIcons/
0:00:34 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscDisplayMain/IconPicture/
0:00:34 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscDisplayMain/DlcOwnedIconPicture/
0:00:34 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscDisplayMain/DlcIconPicture/
0:00:34 Updating base class RscListBox->RscCombo, by a3\ui_f\http://config.bin/RscDisplayCustomizeController/Steepness/
0:00:34 Updating base class ->RscStandardDisplay, by a3\ui_f\http://config.bin/RscDisplayControlSchemes/
0:00:34 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayCont…s/ButtonCancel/
0:00:34 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\http://config.bin/RscDisplayCont…trols/ButtonOK/
0:00:34 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscDisplayFile…verviewPicture/
0:00:35 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayFiel…s/ButtonCancel/
0:00:35 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
0:00:35 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayPubl…s/ButtonCancel/
0:00:35 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\http://config.bin/RscDisplayPubl…trols/ButtonOK/
0:00:35 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayPubl…s/ButtonCancel/
0:00:35 Updating base class ->RscSubmenu, by a3\ui_f\http://config.bin/RscMainMenu/
0:00:35 Cannot update non class from class a3\ui_f\http://config.bin/RscCallSupport/Items/
0:00:35 Cannot update non class from class a3\ui_f\http://config.bin/RscRadio/Items/
0:00:35 Updating base class RscStandardDisplay->, by a3\ui_f_mp_mark\http://config.bin/RscDisplayRespawn/
0:00:35 Updating base class ->SlotInfo, by a3\weapons_f_mark\http://config.bin/UnderBarrelSlot/
0:00:36 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min.
0:00:36 Initializing Steam Manager
0:00:36 ManagerConfig()
0:00:36 Steam Manager initialized.
0:00:36
0:00:36 ==== Loaded addons ====
0:00:36
0:00:36 dta\bin.pbo - unknown
0:00:36 dta\core.pbo - 84186
0:00:36 dta\languagecore_f.pbo - 85141
0:00:36 J:\A3Master\@life_servertrue\addons\life_server.pbo - unknown
0:00:36 J:\A3Master\mark\addons\anims_f_mark.ebo - 83739
0:00:36 J:\A3Master\mark\addons\characters_f_mark.ebo - 84074
0:00:36 J:\A3Master\mark\addons\data_f_mark.ebo - 82269
0:00:36 J:\A3Master\mark\addons\dubbing_f_mark.ebo - 81923
0:00:36 J:\A3Master\mark\addons\dubbing_f_mp_mark.ebo - 81923
0:00:36 J:\A3Master\mark\addons\functions_f_mark.ebo - 84594
0:00:36 J:\A3Master\mark\addons\functions_f_mp_mark.ebo - 84647
0:00:36 J:\A3Master\mark\addons\languagemissions_f_mark.ebo - 84742
0:00:36 J:\A3Master\mark\addons\languagemissions_f_mp_mark.ebo - 84743
0:00:36 J:\A3Master\mark\addons\language_f_mark.ebo - 84742
0:00:36 J:\A3Master\mark\addons\language_f_mp_mark.ebo - 84742
0:00:36 J:\A3Master\mark\addons\missions_f_mark.ebo - 84276
0:00:36 J:\A3Master\mark\addons\missions_f_mark_data.ebo - 83115
0:00:36 J:\A3Master\mark\addons\missions_f_mark_video.ebo - 81429
0:00:36 J:\A3Master\mark\addons\missions_f_mp_mark.ebo - 84314
0:00:36 J:\A3Master\mark\addons\missions_f_mp_mark_data.ebo - 81558
0:00:36 J:\A3Master\mark\addons\modules_f_mark.ebo - 81710
0:00:36 J:\A3Master\mark\addons\modules_f_mp_mark.ebo - 84659
0:00:36 J:\A3Master\mark\addons\music_f_mark.ebo - 81958
0:00:36 J:\A3Master\mark\addons\music_f_mark_music.ebo - 81930
0:00:36 J:\A3Master\mark\addons\sounds_f_mark.ebo - 83408
0:00:36 J:\A3Master\mark\addons\static_f_mark.ebo - 84104
0:00:36 J:\A3Master\mark\addons\structures_f_mark.ebo - 85075
0:00:36 J:\A3Master\mark\addons\supplies_f_mark.ebo - 79552
0:00:36 J:\A3Master\mark\addons\ui_f_mark.ebo - 84397
0:00:36 J:\A3Master\mark\addons\ui_f_mp_mark.ebo - 84645
0:00:36 J:\A3Master\mark\addons\weapons_f_mark.ebo - 84181
0:00:36 J:\A3Master\heli\addons\air_f_heli.pbo - 84736
0:00:36 J:\A3Master\heli\addons\anims_f_heli.pbo - 80475
0:00:36 J:\A3Master\heli\addons\boat_f_heli.pbo - 82564
0:00:36 J:\A3Master\heli\addons\cargoposes_f_heli.pbo - 83497
0:00:36 J:\A3Master\heli\addons\data_f_heli.pbo - 80757
0:00:36 J:\A3Master\heli\addons\dubbing_f_heli.pbo - 75138
0:00:36 J:\A3Master\heli\addons\functions_f_heli.pbo - 84398
0:00:36 J:\A3Master\heli\addons\languagemissions_f_heli.pbo - 84742
0:00:36 J:\A3Master\heli\addons\language_f_heli.pbo - 84742
0:00:36 J:\A3Master\heli\addons\missions_f_heli.pbo - 84471
0:00:36 J:\A3Master\heli\addons\missions_f_heli_data.pbo - 75977
0:00:36 J:\A3Master\heli\addons\missions_f_heli_video.pbo - 75065
0:00:36 J:\A3Master\heli\addons\modules_f_heli.pbo - 84211
0:00:36 J:\A3Master\heli\addons\music_f_heli.pbo - 76012
0:00:36 J:\A3Master\heli\addons\music_f_heli_music.pbo - 76012
0:00:36 J:\A3Master\heli\addons\soft_f_heli.pbo - 82564
0:00:36 J:\A3Master\heli\addons\sounds_f_heli.pbo - 79398
0:00:36 J:\A3Master\heli\addons\structures_f_heli.pbo - 85075
0:00:36 J:\A3Master\heli\addons\supplies_f_heli.pbo - 84559
0:00:36 J:\A3Master\heli\addons\ui_f_heli.pbo - 76986
0:00:36 J:\A3Master\kart\addons\anims_f_kart.pbo - 80475
0:00:36 J:\A3Master\kart\addons\characters_f_kart.pbo - 84253
0:00:36 J:\A3Master\kart\addons\data_f_kart.pbo - 80888
0:00:36 J:\A3Master\kart\addons\languagemissions_f_kart.pbo - 84742
0:00:36 J:\A3Master\kart\addons\language_f_kart.pbo - 84742
0:00:36 J:\A3Master\kart\addons\missions_f_kart.pbo - 84471
0:00:36 J:\A3Master\kart\addons\missions_f_kart_data.pbo - 75687
0:00:36 J:\A3Master\kart\addons\modules_f_kart.pbo - 84685
0:00:36 J:\A3Master\kart\addons\modules_f_kart_data.pbo - 74588
0:00:36 J:\A3Master\kart\addons\soft_f_kart.pbo - 84134
0:00:36 J:\A3Master\kart\addons\sounds_f_kart.pbo - 79398
0:00:36 J:\A3Master\kart\addons\structures_f_kart.pbo - 85075
0:00:36 J:\A3Master\kart\addons\ui_f_kart.pbo - 73106
0:00:36 J:\A3Master\kart\addons\weapons_f_kart.pbo - 83573
0:00:36 J:\A3Master\curator\addons\data_f_curator.pbo - 82282
0:00:36 J:\A3Master\curator\addons\functions_f_curator.pbo - 84402
0:00:36 J:\A3Master\curator\addons\language_f_curator.pbo - 84742
0:00:36 J:\A3Master\curator\addons\missions_f_curator.pbo - 80344
0:00:36 J:\A3Master\curator\addons\modules_f_curator.pbo - 84402
0:00:36 J:\A3Master\curator\addons\ui_f_curator.pbo - 84727
0:00:36 addons\a3.pbo - unknown
0:00:36 addons\air_f.pbo - 83804
0:00:36 addons\air_f_beta.pbo - 84735
0:00:36 addons\air_f_epb.pbo - 84716
0:00:36 addons\air_f_epc.pbo - 82564
0:00:36 addons\air_f_gamma.pbo - 82564
0:00:36 addons\animals_f.pbo - 79398
0:00:36 addons\animals_f_beta.pbo - 84742
0:00:36 addons\anims_f.pbo - 84656
0:00:36 addons\anims_f_bootcamp.pbo - 72362
0:00:36 addons\anims_f_data.pbo - 84487
0:00:36 addons\anims_f_epa.pbo - 78608
0:00:36 addons\anims_f_epc.pbo - 72362
0:00:36 addons\armor_f.pbo - 82564
0:00:36 addons\armor_f_beta.pbo - 84513
0:00:36 addons\armor_f_epb.pbo - 83969
0:00:36 addons\armor_f_epc.pbo - 84514
0:00:36 addons\armor_f_gamma.pbo - 84514
0:00:36 addons\baseconfig_f.pbo - 73106
0:00:36 addons\boat_f.pbo - 84149
0:00:36 addons\boat_f_beta.pbo - 83805
0:00:36 addons\boat_f_epc.pbo - 82564
0:00:36 addons\boat_f_gamma.pbo - 83643
0:00:36 addons\cargoposes_f.pbo - 83460
0:00:36 addons\characters_f.pbo - 84431
0:00:36 addons\characters_f_beta.pbo - 83936
0:00:36 addons\characters_f_bootcamp.pbo - 83941
0:00:36 addons\characters_f_epa.pbo - 83523
0:00:36 addons\characters_f_epb.pbo - 84064
0:00:36 addons\characters_f_epc.pbo - 84064
0:00:36 addons\characters_f_gamma.pbo - 83950
0:00:36 addons\data_f.pbo - 84811
0:00:36 addons\data_f_bootcamp.pbo - 76960
0:00:36 addons\drones_f.pbo - 83805
0:00:36 addons\dubbing_f.pbo - 73106
0:00:36 addons\dubbing_f_beta.pbo - 73106
0:00:36 addons\dubbing_f_bootcamp.pbo - 73106
0:00:36 addons\dubbing_f_epa.pbo - 73106
0:00:36 addons\dubbing_f_epb.pbo - 76110
0:00:36 addons\dubbing_f_epc.pbo - 73106
0:00:36 addons\dubbing_f_gamma.pbo - 73106
0:00:36 addons\dubbing_radio_f.pbo - 78704
0:00:36 addons\dubbing_radio_f_data.pbo - 78762
0:00:36 addons\editor_f.pbo - 82563
0:00:36 addons\functions_f.pbo - 84895
0:00:36 addons\functions_f_bootcamp.pbo - 84402
0:00:36 addons\functions_f_epa.pbo - 84402
0:00:36 addons\functions_f_epc.pbo - 84400
0:00:36 addons\languagemissions_f.pbo - 84742
0:00:36 addons\languagemissions_f_beta.pbo - 84742
0:00:36 addons\languagemissions_f_bootcamp.pbo - 84742
0:00:36 addons\languagemissions_f_epa.pbo - 84742
0:00:36 addons\languagemissions_f_epb.pbo - 84742
0:00:36 addons\languagemissions_f_epc.pbo - 84742
0:00:36 addons\languagemissions_f_gamma.pbo - 84742
0:00:36 addons\language_f.pbo - 84742
0:00:36 addons\language_f_beta.pbo - 84742
0:00:36 addons\language_f_bootcamp.pbo - 84742
0:00:36 addons\language_f_epa.pbo - 84742
0:00:36 addons\language_f_epb.pbo - 84742
0:00:36 addons\language_f_epc.pbo - 84742
0:00:36 addons\language_f_gamma.pbo - 84742
0:00:36 addons\map_altis.pbo - 83614
0:00:36 addons\map_altis_data.pbo - 80737
0:00:36 addons\map_altis_data_layers.pbo - 79087
0:00:36 addons\map_altis_data_layers_00_00.pbo - 79087
0:00:36 addons\map_altis_data_layers_00_01.pbo - 79087
0:00:36 addons\map_altis_data_layers_01_00.pbo - 79087
0:00:36 addons\map_altis_data_layers_01_01.pbo - 79087
0:00:36 addons\map_altis_scenes_f.pbo - 73106
0:00:36 addons\map_data.pbo - 81846
0:00:36 addons\map_stratis.pbo - 84211
0:00:36 addons\map_stratis_data.pbo - 80737
0:00:36 addons\map_stratis_data_layers.pbo - 79082
0:00:36 addons\map_stratis_scenes_f.pbo - 73106
0:00:36 addons\map_vr.pbo - 82252
0:00:36 addons\map_vr_scenes_f.pbo - 82252
0:00:36 addons\misc_f.pbo - 82966
0:00:36 addons\missions_f.pbo - 78843
0:00:36 addons\missions_f_beta.pbo - 84367
0:00:36 addons\missions_f_beta_data.pbo - 83118
0:00:36 addons\missions_f_beta_video.pbo - 73106
0:00:36 addons\missions_f_bootcamp.pbo - 84687
0:00:36 addons\missions_f_bootcamp_data.pbo - 72362
0:00:36 addons\missions_f_bootcamp_video.pbo - 75065
0:00:36 addons\missions_f_data.pbo - 73106
0:00:36 addons\missions_f_epa.pbo - 84211
0:00:36 addons\missions_f_epa_data.pbo - 73106
0:00:36 addons\missions_f_epa_video.pbo - 73106
0:00:36 addons\missions_f_epb.pbo - 84766
0:00:36 addons\missions_f_epb_data.pbo - 73106
0:00:36 addons\missions_f_epb_video.pbo - 73106
0:00:36 addons\missions_f_epc.pbo - 84835
0:00:36 addons\missions_f_epc_data.pbo - 84724
0:00:36 addons\missions_f_epc_video.pbo - 84725
0:00:36 addons\missions_f_gamma.pbo - 84230
0:00:36 addons\missions_f_gamma_data.pbo - 76877
0:00:36 addons\missions_f_gamma_video.pbo - 73106
0:00:36 addons\missions_f_video.pbo - 73106
0:00:36 addons\modules_f.pbo - 84402
0:00:36 addons\modules_f_beta.pbo - 84471
0:00:36 addons\modules_f_beta_data.pbo - 80976
0:00:36 addons\modules_f_bootcamp.pbo - 79398
0:00:36 addons\modules_f_data.pbo - 73106
0:00:36 addons\modules_f_epb.pbo - 79398
0:00:36 addons\music_f.pbo - 73106
0:00:36 addons\music_f_bootcamp.pbo - 73106
0:00:36 addons\music_f_bootcamp_music.pbo - 73106
0:00:36 addons\music_f_epa.pbo - 73106
0:00:36 addons\music_f_epa_music.pbo - 73106
0:00:36 addons\music_f_epb.pbo - 73106
0:00:36 addons\music_f_epb_music.pbo - 73106
0:00:36 addons\music_f_epc.pbo - 84723
0:00:36 addons\music_f_epc_music.pbo - 73106
0:00:36 addons\music_f_music.pbo - 73106
0:00:36 addons\plants_f.pbo - 80365
0:00:36 addons\roads_f.pbo - 82537
0:00:36 addons\rocks_f.pbo - 84519
0:00:36 addons\signs_f.pbo - 82967
0:00:36 addons\soft_f.pbo - 84677
0:00:36 addons\soft_f_beta.pbo - 84709
0:00:36 addons\soft_f_bootcamp.pbo - 83358
0:00:36 addons\soft_f_epc.pbo - 83977
0:00:36 addons\soft_f_gamma.pbo - 83775
0:00:36 addons\sounds_f.pbo - 84675
0:00:36 addons\sounds_f_bootcamp.pbo - 82576
0:00:36 addons\sounds_f_epb.pbo - 79398
0:00:36 addons\sounds_f_epc.pbo - 79398
0:00:36 addons\sounds_f_vehicles.pbo - 84683
0:00:36 addons\sounds_f_weapons.pbo - 82110
0:00:36 addons\static_f.pbo - 84035
0:00:36 addons\static_f_beta.pbo - 79398
0:00:36 addons\static_f_gamma.pbo - 82090
0:00:36 addons\structures_f.pbo - 85075
0:00:36 addons\structures_f_bootcamp.pbo - 85075
0:00:36 addons\structures_f_data.pbo - 85075
0:00:36 addons\structures_f_epa.pbo - 85075
0:00:36 addons\structures_f_epb.pbo - 85075
0:00:36 addons\structures_f_epc.pbo - 85075
0:00:36 addons\structures_f_households.pbo - 85075
0:00:36 addons\structures_f_ind.pbo - 85075
0:00:36 addons\structures_f_mil.pbo - 85075
0:00:36 addons\structures_f_wrecks.pbo - 85075
0:00:36 addons\uifonts_f.pbo - 73106
0:00:36 addons\uifonts_f_data.pbo - 73106
0:00:36 addons\ui_f.pbo - 84751
0:00:36 addons\ui_f_bootcamp.pbo - 76325
0:00:36 addons\ui_f_data.pbo - 84751
0:00:36 addons\weapons_f.pbo - 84889
0:00:36 addons\weapons_f_beta.pbo - 83667
0:00:36 addons\weapons_f_bootcamp.pbo - 81923
0:00:36 addons\weapons_f_epa.pbo - 83667
0:00:36 addons\weapons_f_epb.pbo - 80958
0:00:36 addons\weapons_f_epc.pbo - 80374
0:00:36 addons\weapons_f_gamma.pbo - 83947
0:00:36
0:00:36 =======================
0:00:36
0:00:36 ============================================================================================= List of mods ===============================================================================================
0:00:36 modsReadOnly = true
0:00:36 safeModsActivated = false
0:00:36 customMods = true
0:00:36 hash = 'D111F30FAAE72C7A43EAEBD2B5A0C98FF21263D4'
0:00:36 hashShort = 'fd2d76bb'
0:00:36 name | modDir | default | origin | hash | hashShort | fullPath
0:00:36 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
0:00:36 -mod=@CBA_A3 | -mod=@CBA_A3 | false | NOT FOUND | | |
0:00:36 -mod=@BackMod | -mod=@BackMod | false | NOT FOUND | | |
0:00:36 @extDB | @extDB | false | GAME DIR | | | J:\A3Master\@extDB
0:00:36 @life_servertrue | @life_servertrue | false | GAME DIR | cbe78032f426a3c21e97214f98f254fe80a7acac | a8bc2371 | J:\A3Master\@life_servertrue
0:00:36 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | |
0:00:36 Arma 3 Marksmen | mark | true | GAME DIR | 9e734a3b26d86cbc2e7c9ffefdcf8442ecb3865a | 4a7afa01 | J:\A3Master\mark
0:00:36 Arma 3 Helicopters | heli | true | GAME DIR | a69c908a30987445b586fce83bd8b867ea6f1d9b | 3e84af3c | J:\A3Master\heli
0:00:36 Arma 3 Karts | kart | true | GAME DIR | bf806bc6b2859f18fea37b53744f0378714800af | f204edec | J:\A3Master\kart
0:00:36 Arma 3 Zeus | curator | true | GAME DIR | 9c8bedb60d4fce8be8e5c0349246b92db84c6429 | 6a62f278 | J:\A3Master\curator
0:00:36 Arma 3 | A3 | true | NOT FOUND | | |
0:00:36 ==========================================================================================================================================================================================================
0:00:36 InitSound ...
0:00:36 InitSound - complete
0:00:36 PhysX3 SDK Init started ...
0:00:36 PhysX3 SDK Init ended.
0:00:39 Attempt to override final function - rscminimap_script
0:00:39 Attempt to override final function - rscdisplayloading_script
0:00:39 Attempt to override final function - rscdisplayloading_script
0:00:39 Attempt to override final function - rscdisplayloading_script
0:00:39 Attempt to override final function - rscdiary_script
0:00:39 Attempt to override final function - rscdisplaysinglemission_script
0:00:39 Attempt to override final function - rscdiary_script
0:00:39 Attempt to override final function - rscdisplayremotemissions_script
0:00:39 Attempt to override final function - rscdisplayloading_script
0:00:39 Attempt to override final function - rscdiary_script
0:00:39 Attempt to override final function - rscdiary_script
0:00:40 Attempt to override final function - rscdisplaystrategicmap_script
0:00:40 Attempt to override final function - rscdisplaycommon_script
0:00:40 Attempt to override final function - rscdisplayloading_script
0:00:41 Attempt to override final function - rscdisplaycurator_script
0:00:41 Attempt to override final function - rscdisplayattributes_script
0:00:41 Attempt to override final function - rscdisplayattributes_script
0:00:41 Attempt to override final function - rscdisplayattributes_script
0:00:41 Attempt to override final function - rscdisplaycommon_script
0:00:41 Attempt to override final function - rscdisplaydebriefing_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:41 Attempt to override final function - rscunitinfo_script
0:00:43 VoteThreshold must be in 0..1 range. Defaulting to 0.5
0:00:43 Initializing Steam server - Game Port: 2313, Steam Query Port: 2314
0:00:44 Connected to Steam servers
0:01:00 Unsupported language English in stringtable
0:01:00 Unsupported language English in stringtable
0:01:09 Mission Wolfgaming.Altis: Number of roles (173) is different from 'description.ext::Header::maxPlayer' (171)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:13 Server error: Player without identity Synyster Gates (id 1149665946)
0:01:22 Starting mission:
0:01:22 Mission file: Wolfgaming
0:01:22 Mission world: Altis
0:01:22 Mission directory: mpmissions\Wolfgaming.Altis\
0:01:34 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
0:01:34 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
0:01:45 Attempt to override final function - bis_functions_list
0:01:45 Attempt to override final function - bis_functions_listpreinit
0:01:45 Attempt to override final function - bis_functions_listpostinit
0:01:45 Attempt to override final function - bis_functions_listrecompile
0:01:45 Attempt to override final function - bis_fnc_missiontaskslocal
0:01:45 Attempt to override final function - bis_fnc_missionconversationslocal
0:01:45 Attempt to override final function - bis_fnc_missionflow
0:01:56 No speaker given for Jamie Robinson
0:01:56 No speaker given for James Burr
0:01:56 No speaker given for Katungi Balewa
0:01:58 Strange convex component16 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
0:01:58 Strange convex component25 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
0:01:58 Strange convex component26 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
0:01:58 Strange convex component27 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
0:01:59 SW keep height animation used for a3\structures_f\civ\accessories\timbers_f.p3d
0:02:00 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
0:02:00 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
0:02:03 Performance warning: Very large search for 1119457 (>300 m)
0:02:08 Performance warning: search for 42055d00# 1119457: i_addon_03_v1_f.p3d was very large (12960 m)
0:02:08 Performance warning: Very large search for 1119458 (>300 m)
0:02:08 Performance warning: search for 42055600# 1119458: i_shop_02_v2_f.p3d was very large (12960 m)
0:02:08 Performance warning: Very large search for 1119892 (>300 m)
0:02:08 Performance warning: search for 42014f00# 1119892: dp_smallfactory_f.p3d was very large (12930 m)
0:02:08 Performance warning: Very large search for 1119892 (>300 m)
0:02:08 Performance warning: search for 42014f00# 1119892: dp_smallfactory_f.p3d was very large (12930 m)
0:02:08 Performance warning: Very large search for 1119904 (>300 m)
0:02:08 Performance warning: search for 4290e400# 1119904: u_addon_02_v1_f.p3d was very large (12930 m)
0:02:08 Performance warning: Very large search for 1119904 (>300 m)
0:02:08 Performance warning: search for 4290e400# 1119904: u_addon_02_v1_f.p3d was very large (12930 m)
0:02:08 "Martpreise generiert!"
0:02:09 Error: Object(2 : 4) not found
0:02:09 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
0:02:24 Strange convex component317 in a3\rocks_f\blunt\bluntrock_wallv.p3d:geometry
0:02:24 Strange convex component318 in a3\rocks_f\blunt\bluntrock_wallv.p3d:geometry
0:02:24 Strange convex component319 in a3\rocks_f\blunt\bluntrock_wallv.p3d:geometry
0:02:38 Unable to get file version size: J:\A3Master\@extDB\extDB.dll
0:02:38 "extDB: Version: 35"
0:02:38 "extDB: Error with Database Connection"
0:02:38 "extDB: Error checked extDB/logs for more info"
0:02:38 "<infiSTAR.de> 0 - run.sqf - finaled EPOCH_server_isPAdmin: {true}"
0:02:38 "<infiSTAR.de> 0 - run.sqf - including AntiHack"
0:02:38 "<infiSTAR.de> VERSION: 13082015 infiSTAR.de AHAT (v0217)"
0:02:38 "<infiSTAR.de> 0 - STARTING"
0:02:38 Warning Message: Script customconfigfile.sqf not found
0:02:38 Warning Message: Script blacklist.sqf not found
0:02:39 "<infiSTAR.de> _fnc_RandomGen: { _fnc_actualGen = { _abc = ['z','y','x','w','v','u','t','s','r','q','p','o','n','m','l','k','j','i','h','g','f','e','d','c','b','a']; _gen = _abc select (random ((count _abc)-1)); _arr = ['9','6','V','R','A','F','8','2','b','W','X','o','Z','i','U','n','N','S','H','5','T','p','q','2','z','O','x','0','2','y']; _randmax = {((round(random _randminval)) + (round(random _randmaxval))) max _randminval}; for '_i' from 0 to (call _randmax)do { _gen = _gen + str(round(random 9)) + (_arr select (random ((count _arr)-1))); }; }; _gen = ''; while{_gen==''_gen in _allRandomGenVars}do{ call _fnc_actualGen; }; _allRandomGenVars pushBack _gen; _gen }"
0:02:39 Unable to get file version size: .\ARMA_LOG.dll
0:02:39 "<infiSTAR.de>RandomVarLog| ----START-LINE---- (13082015-v0217) (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _adminbox: n5b8x5O5n8b5U7p456T6y251A823W2n3p8R8Z5F5U (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _fnc_mpPackets: w5V6U9q8x5z40321R4H4U3z68 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _FNC_AH829_KICKLOG: k5q3Z4S7z0H1y6n5O1U (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _FNC_AH829_KICKLOGSPAWN: y6W807U2R8V6N294i75 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _FNC_PVAH_AdminReq: w1W428V7n9N5o7x7W722H (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _BigTokenArray: w2X3p2678680F0b5z726A369Z4U066i329U (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _connectedArray: h4n2y585i885q5N4b160z2U4z2p4F3o1T6S7n16 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _tokenSentArray: f58293X4p5V4o4z3O2p6T084R6z6q5q82 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _server_setTokenR: l9R526n123R4U3o2Z (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _fnc_pvc_token: t728W3b721z5z391A5b2T7F3690 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _server_checkTokenR: p462X024X2O0V0o8T4H9z1U5o887Z1062 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _YourPlayerToken: m5p5N8962654z5S5i8A6U9X6q1p864q7F (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _TokenCT: m8Z8R8i7o5T4V5p6H4N2p30191Z124y6W9Z824O (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _AH_MAIN_BLOCK: i2R2p985W3x2T6O1z2U70487b7y82827U4F82 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _MAIN_CODE: x25894O8q184p581R4S0O (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _MAIN_CODE_C: w1T6X2z005o2Z9x4Z7R0p221n680n (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _AHKickOFF: x1X521V8T0H0y428U1q8Z5T826U3H0W1T5n2S6o2S1X (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _AH829KICKLOG: n6y464x425N188z1z3A582R280S9T3b4X9F6X1W32 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _FiredCheck: s2N5b1z2F4T497O823580 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _clientdo: j1q6H4F0U2692325A (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _AH_RunCheckENDVAR: b8N2p021O020x0H3Z (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _AH_HackLogArrayRND: p286Z7H622S1o296A (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _AH_SurvLogArrayRND: q3y3W808S2V2T2R4A (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _AH_AdmiLogArrayRND: q82353q6o2R5i5x4232 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _TMPBAN: u3z8q907S2W2T351A108H4R (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _massMessage: w287V2W4N321S857O701p6A8H2W2n (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _massSysMessage: k2p6V1T623x1o3F8V (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _dukeofmycastle: s429O5O4T6F762F8F2F1A6W9N2y8y606O90157T (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _AHpos: b482T7x025z6A5q625b0X5T5N7i (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _ninetwo: i6n795x3b6n4q4i8S7H2S3p7b6q (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _ninetwothread: z6242324X4o6N087i6n06726V (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _adminsA: r2i4o7z52127b1R2O293q1O (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _MC: u4X1H6S2F6R3H1o7x6R6U (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _MCS: q9R7n9F707F6V8b7o1H6o39027V (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _oneachframe: f524o9T784V6p4O601A5x426b5n297V6S5O6p3o92 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _checkidicheckcheck: y6V2q508N9Z4W7i56 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _lastshotmade: v0F7b7N1U6W8S1R681z805F (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _dellocveh: a026O363U0W8S08796N7A7A6A4x8R8T6W308p2b7S4T2X6p (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _inCombatTime: r2X5V4Z4X32021F807F9T22 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _inCombatArray: i4N5q322H55757F3F3N3x49 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _fnc_infiKeyHandler: c3X9H8i6i1F5W951o (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _ButtonDownCnt: o0i1R681x3x4V0T2p7W4i8F4n8A1H4V5b8b5X50303N6X (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _ButtonDownTime: b6V785V40967T6b0p2V386F9q908T3T (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _clickOnMapTimer: p328p154U7b4Z88087o8i3z (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _clickOnMapCaught: m5i354S1q5n0p2Z6S6W5V7S6R7F6z48 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _ZEROZEROZERO: l0Z0V3i6p484H6F824X4i1F (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _MAKE_VAR_DUMP_RANDOM: j002x4U2i229R1z8S7U8U8N957W9U4R0R5p6F227H (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _MAKE_VAR_DUMP_CLIENT: c8O8F1S7b7H5i9b5H3Z (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _DUMPINGPLAYERUIDARRAY: q16693n0i352p4y3V364H467X0V0q7H6S1X602U8O8F7n (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _CURRENTLYDUMPING: d46528o5U5H1V1N2O (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _customcommandingMenu: i2x5p2T4O0o1X6F5i1p6H6S30128T055T4X1U (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _customcommandingMenuOpen: l3X0o7q38557Z2X183T6x8n8p3U1S2Z9p6n (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _LogicVariable: k059o882o40507X8z6x681H9p1y3O7T62 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t1: k2b5W428o024R7Z92 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t2: n3z7S954X4z45403y328S4H3O1V7Z82 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t3: l6X4i3U1H2X993F966V76528o5n5H2Z (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t4: u783V0R7q004q1U9Z7A8R185222 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t5: a6V4q5O6S6N4R2U36 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t6: x825S3V4n28757T8N7F6H (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t7: z42629O6W3H708b225y185X492F5A2n023Z7Z (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t8: w5i6F7H1T5n5N2H850522 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t9: v1672461X8V7N1F1U252x8X8q3S (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t10: u222o1i38968p9X800X6z3q896o7F453H525q6H351U (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t11: a462T2O152R2p4R1U7V2T (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t12: q8N5X805R3U1o2A8V9V (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t13: w6R7S7p16263b7X8X5q6S3V8F322p9W6F7H1282 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t14: k3S1V0p28901q82723n (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t15: s0z62527N0Z028x4T3p465o0A1T1O4W4T3y6R0F (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t16: w0W2i30326p1z3i4N4S6z4U7T2F (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t17: p8o008V8A1T758q2p625x481i32808O223b2o2O2R5n3S (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _t18: e5i6U6X3V1H627i9A4q3i3U5F1R2o123S8z8U80165i32 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _BIS_fnc_endMission: q4b820V5H7A781i401z0z624V7S (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _BIS_fnc_param: c521N152V725o325z (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _BIS_fnc_paramIn: n955F386V6U4Z1622120Z6y1n (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _BIS_fnc_returnChildren: w42524b6A5S6N3b4T8002 (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _AH829_KICKLOG: PVAHR_3c2x1b0t4y8p3r (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| _RequestToken: PVAHR_0k2o5m1i3u8k4l3z (v0217)"
0:02:39 "<infiSTAR.de>RandomVarLog| ----END-LINE---- (13082015-v0217) (v0217)"
0:02:39 "<infiSTAR.de> 0 - loading AntiHack.."
0:02:39 Attempt to override final function - bis_fnc_mp
0:02:39 Attempt to override final function - bis_fnc_spawn
0:02:39 Attempt to override final function - bis_fnc_mpexec
0:02:42 "<infiSTAR.de> 0 - Thread MAIN: starting!"
0:02:42 "<infiSTAR.de> 0 - Thread MAIN: loading...!"
0:02:42 "<infiSTAR.de> 0 - Thread MAIN: compiling and/or sending none-threaded code!"
0:02:42 "<infiSTAR.de> 0 - Thread MAIN: none-threaded code compiled and/or sent!"
0:02:42 "<infiSTAR.de> 0 - AntiHack loaded!"
0:02:42 "<infiSTAR.de> 0 - run.sqf - AntiHack included!"
0:02:42 "<infiSTAR.de> 0 - run.sqf - including AdminTools"
0:02:42 "<infiSTAR.de> 0 - run.sqf - AdminTools included!"
0:02:42 "<infiSTAR.de> 0 - Thread #1: Server Loop #1 starting now!"
0:02:42 "<infiSTAR.de> 0 - Thread #1: Server Loop #1 looping now!"
0:02:42 "<infiSTAR.de> 0 - Thread #2: starting now! - SERVER FPS: 37.4707 - activeSQFScripts: 20"
0:02:42 "<infiSTAR.de> 0 - Thread #3: starting now! - SERVER FPS: 37.4707 - activeSQFScripts: 20"
0:03:01 "<infiSTAR.de>ConnectLog| 0h 00min | Connected: Synyster Gates(76561198075405115) - time: 0 - serverFPS: 45.3258 (v0217)"
0:03:01 "<infiSTAR.de>ConnectLog| 0h 00min | Connected: __SERVER__() - time: 0 - serverFPS: 40.3023 (v0217)"
0:03:08 "<infiSTAR.de>ConnectLog| 0h 00min | Disconnected: Synyster Gates(76561198075405115) - time: 6.999 - serverFPS: 30.3605 (v0217)"
0:03:09 "<infiSTAR.de>ConnectLog| 0h 00min | Disconnected: __SERVER__() - time: 7.998 - serverFPS: 31.4961 (v0217)"
0:03:09 Warning: Cleanup player - person 2:9 not found
0:03:09 EPE manager release (93|452|0)
0:03:10 Number of actors in scene after release: 93
0:03:10 EPE manager release (0|93|0)
0:03:11 Unsupported language English in stringtable
0:03:11 Unsupported language English in stringtable
0:03:19 Mission Wolfgaming.Altis: Number of roles (173) is different from 'description.ext::Header::maxPlayer' (171)
0:03:19 NetServer::KickOff: player=1149665946 - !users.get
0:03:19 NetServer::SendMsg: cannot find channel #1149665946, users.card=0
0:03:19 NetServer: users.get failed when sending to 1149665946
0:03:19 Message not sent - error 0, message ID = ffffffff, to 1149665946 (Synyster Gates)
0:03:19 NetServer::SendMsg: cannot find channel #1149665946, users.card=0
0:03:19 NetServer: users.get failed when sending to 1149665946
0:03:19 Message not sent - error 0, message ID = ffffffff, to 1149665946 (Synyster Gates)
0:03:20 No player found for channel 200999040 - message ignored
0:03:31 Deinitialized shape [Class: "Underwear_F"; Shape: "a3\characters_f\common\basicbody.p3d";]
0:03:31 Deinitialized shape [Class: "C_man_1"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
0:03:31 Deinitialized shape [Class: "C_man_polo_3_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
0:03:31 Deinitialized shape [Class: "C_man_polo_6_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
0:03:31 Deinitialized shape [Class: "C_man_polo_1_F_afro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
0:03:31 Deinitialized shape [Class: "C_man_polo_1_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
0:03:31 Deinitialized shape [Class: "C_man_polo_5_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
0:03:31 Deinitialized shape [Class: "C_man_polo_2_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
0:03:31 Deinitialized shape [Class: "C_man_polo_4_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
0:03:31 Deinitialized shape [Class: "B_RangeMaster_F"; Shape: "a3\characters_f\civil\c_poloshirtpants.p3d";]
0:03:31 Deinitialized shape [Class: "B_diver_F"; Shape: "a3\characters_f\common\diver_slotable.p3d";]
0:03:31 c:\w\stable\futura\lib\network\networkserver.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
0:03:32 Extensions:
0:03:32 ARMA_LOG (.\ARMA_LOG.dll) [] []0:03:32 extDB (J:\A3Master\@extDB\extDB.dll) [] []
0:03:32 ARMA_LOAD (.\ARMA_LOAD.dll) [1.0.0.0] [1.0.0.0]
Start Parameter
Spoiler anzeigen
J:\A3Master\bs-arma3server.exe /affinity 2c -port= 2313 -cpuCount=2 "-profiles=J:\A3Master" -config=server.cfg -world=empty -bepath=J:\A3Master\battleye -mod=@life_servertrue;@extDB;-mod=@BackMod;-mod=@CBA_A3
-
-
Hey leute weiß wer, wo man die extdb 35 Version her bekommt ?
Ich finde keinen link ! -
Spoiler anzeigen
#include <macro.h>
if(playerside != civilian) exitWith {};
private["_display","_Btn2"];
disableSerialization;
createdialog "FZmenu";
_display = findDisplay 41000;
_Btn2 = _display displayCtrl 41003;
_Btn2 ctrlEnable false; -
Spoiler anzeigen
//Grid macros
#define GUI_GRID_X (0)
#define GUI_GRID_Y (0)
#define GUI_GRID_W (0.025)
#define GUI_GRID_H (0.04)
#define GUI_GRID_WAbs (1)
#define GUI_GRID_HAbs (1)
//colorBackground[] = {0,0,0,0.6};
class FZkaufen {idd = 42000;
name= "FZkaufen";
movingEnable = false;
enableSimulation = true;
//onLoad = "[] spawn life_fnc_Polizeicomputerstart;";
class controlsBackground {class IGUIBack_2200: Life_RscText
{
idc = -1;
x = 0 * GUI_GRID_W + GUI_GRID_X;
y = 0 * GUI_GRID_H + GUI_GRID_Y;
w = 40 * GUI_GRID_W;
h = 25 * GUI_GRID_H;
colorBackground[] = {0,0,0,0.4};
};class life_RscStructuredText_1100: life_RscStructuredText
{
idc = 42001;
text = ""; //--- ToDo: Localize;
x = 24 * GUI_GRID_W + GUI_GRID_X;
y = 5 * GUI_GRID_H + GUI_GRID_Y;
w = 13 * GUI_GRID_W;
h = 1 * GUI_GRID_H;
};
class life_RscStructuredText_1101: life_RscStructuredText
{
idc = 42003;
text = ""; //--- ToDo: Localize;
x = 24 * GUI_GRID_W + GUI_GRID_X;
y = 13 * GUI_GRID_H + GUI_GRID_Y;
w = 13 * GUI_GRID_W;
h = 1 * GUI_GRID_H;
};
class life_RscStructuredText_1102: life_RscStructuredText
{
idc = 42002;
text = "Außer Funktion"; //--- ToDo: Localize;
x = 24 * GUI_GRID_W + GUI_GRID_X;
y = 9 * GUI_GRID_H + GUI_GRID_Y;
w = 13 * GUI_GRID_W;
h = 1 * GUI_GRID_H;
};
class IGUIBack_2201: Life_RscText
{
idc = -1;
text = "Besitzer"; //--- ToDo: Localize;
x = 24 * GUI_GRID_W + GUI_GRID_X;
y = 4 * GUI_GRID_H + GUI_GRID_Y;
w = 13 * GUI_GRID_W;
h = 1 * GUI_GRID_H;
colorBackground[] = {0,0,0,0.5};
};
class IGUIBack_2202: Life_RscText
{
idc = -1;
text = "Anzahl der Vorbesitzer"; //--- ToDo: Localize;
x = 24 * GUI_GRID_W + GUI_GRID_X;
y = 8 * GUI_GRID_H + GUI_GRID_Y;
w = 13 * GUI_GRID_W;
h = 1 * GUI_GRID_H;
colorBackground[] = {0,0,0,0.5};
};
class IGUIBack_2203: Life_RscText
{
idc = -1;
text = "Preis"; //--- ToDo: Localize;
x = 24 * GUI_GRID_W + GUI_GRID_X;
y = 12 * GUI_GRID_H + GUI_GRID_Y;
w = 13 * GUI_GRID_W;
h = 1 * GUI_GRID_H;
colorBackground[] = {0,0,0,0.5};
};
class IGUIBack_2204: Life_RscText
{
idc = -1;
x = 0 * GUI_GRID_W + GUI_GRID_X;
y = -1 * GUI_GRID_H + GUI_GRID_Y;
w = 40 * GUI_GRID_W;
h = 1 * GUI_GRID_H;
colorBackground[] = {1,1,1,1};
};class life_RscStructuredText_1103: life_RscStructuredText
{
idc = 42006;
text = "Gebrauchtwagen Handel"; //--- ToDo: Localize;
x = 0 * GUI_GRID_W + GUI_GRID_X;
y = -1 * GUI_GRID_H + GUI_GRID_Y;
w = 40 * GUI_GRID_W;
h = 1 * GUI_GRID_H;
};class IGUIBack_2205: Life_RscText
{
idc = -1;
x = 24 * GUI_GRID_W + GUI_GRID_X;
y = 18.5 * GUI_GRID_H + GUI_GRID_Y;
w = 10 * GUI_GRID_W;
h = 1 * GUI_GRID_H;
colorBackground[] = {0,0,0,0.5};
};
};
class controls {
class FZKaufen: life_RscButtonMenu
{
idc = 42004;
text = "Fahrzeug kaufen"; //--- ToDo: Localize;
x = 24 * GUI_GRID_W + GUI_GRID_X;
y = 18.5 * GUI_GRID_H + GUI_GRID_Y;
w = 10 * GUI_GRID_W;
h = 1 * GUI_GRID_H;
onButtonClick = "[] spawn life_fnc_fzkaufadd;";
};
class FZkaufencancel: life_RscButtonMenu
{
text = "Schließen";
x = 33 * GUI_GRID_W + GUI_GRID_X;
y = 25 * GUI_GRID_H + GUI_GRID_Y;
w = 7 * GUI_GRID_W;
h = 1 * GUI_GRID_H;
onButtonClick = "Closedialog 0;";
};
class FZKaufenliste: life_RscListbox
{
idc = 42005;
x = 2.5 * GUI_GRID_W + GUI_GRID_X;
y = 3.5 * GUI_GRID_H + GUI_GRID_Y;
w = 18.5 * GUI_GRID_W;
h = 18 * GUI_GRID_H;
onLBSelChanged = "_this call life_fnc_fzkaufinfo";
sizeEx = 1 * GUI_GRID_H;
};
};
}; -
Hallo leute ! Ich habe ein Problem und zwar, geht mein Shop Menü nicht auf.
Hier mein NPC Intialierungscode:
Spoiler anzeigen
this enableSimulation true;this setdir 327.337;this setVectorUp [0,0,1]; this enableSimulation false; this allowDamage false; this addAction["Gebrauchtwagenhandel",life_fnc_FZopenmenu]; this setVariable["realname", "Gebrauchtwagenhandel"];
Ich hoffe mir kann wer helfen !