|
|
Line 1: |
Line 1: |
| <!---
| |
| {{Cfg ref|start}}
| |
| {{Cfg ref|abc}}
| |
| ==== += ====
| |
| ;Type: [[TokenNameValueTypes|Array]]
| |
| ;Description: Sets the array to given value or adds given value to the array.
| |
| ;Example: <syntaxhighlight lang="c">
| |
| items[] += {1,2,3,4};
| |
| </syntaxhighlight>
| |
| ==== delete ====
| |
| ;Type: Class
| |
| ;Description: Deletes given class. Does not delete class if classes that derive from it still exist. In that case, delete children first.
| |
| ;Example: <syntaxhighlight lang="c">
| |
| delete someObsoleteClass;
| |
| </syntaxhighlight>
| |
| --->
| |
| <br clear="all">
| |
| Arma 3 Log File
| |
|
| |
|
| == Location ==
| |
|
| |
| {{Informative | Log files for {{arma3}} can be found in:'''%userprofile%'''\AppData\Local\Arma 3}}
| |
|
| |
| == Log File Content Explained ==
| |
|
| |
| === Beginning of the Log File ===
| |
|
| |
| <syntaxhighlight lang="cpp">
| |
| =====================================================================
| |
| == C:\Program Files (x86)\Steam\steamapps\common\Arma 3\Arma3_x64.exe
| |
| == "C:\Program Files (x86)\Steam\steamapps\common\Arma 3\Arma3_x64.exe" -skipIntro -noSplash -hugePages -showScriptErrors
| |
|
| |
| Original output filename: Arma3Retail_DX11_x64
| |
| Exe timestamp: 2020/08/20 01:03:22
| |
| Current time: 2020/09/06 10:35:03
| |
|
| |
| Type: Public
| |
| Build: Development
| |
| Version: 2.01.146606
| |
|
| |
| Allocator: C:\Program Files (x86)\Steam\steamapps\common\Arma 3\Dll\tbb4malloc_bi_x64.dll [2017.0.0.0] [2017.0.0.0]
| |
| PhysMem: 24 GiB, VirtMem : 131072 GiB, AvailPhys : 18 GiB, AvailVirt : 131068 GiB, AvailPage : 19 GiB
| |
| =====================================================================
| |
|
| |
| 10:35:03 Detected number of DLCs: 26
| |
| 10:35:03 DLC index:3 - unable to get DLC data
| |
| 10:35:03 DLC index:23 - unable to get DLC data
| |
| 10:35:03 DLC index:24 - unable to get DLC data
| |
| 10:35:03 DLC index:25 - unable to get DLC data
| |
| 10:35:03 ---------------------------------------------------------- Game ----------------------------------------------------------
| |
| 10:35:03 name appId owned installed available isDlc
| |
| 10:35:03 Arma 3 107410 yes yes yes no
| |
| 10:35:03 Unknown -1 no no no yes
| |
| 10:35:03 ---------------------------------------------------------- Dlcs ----------------------------------------------------------
| |
| 10:35:03 index name appId owned installed available isDlc
| |
| 10:35:03 0 Arma 3 Alpha Lite - expires now 228800 no no no yes
| |
| 10:35:03 1 Arma 3 Server 233780 yes yes no yes
| |
| 10:35:03 2 Arma 3 Tools 233800 yes yes no yes
| |
| 10:35:03 4 Arma 3 Soundtrack 249860 yes yes no yes
| |
| 10:35:03 5 Arma 3 Maps 249861 no no no yes
| |
| 10:35:03 6 Arma 3 Tactical Guide 249862 no no no yes
| |
| 10:35:03 7 Arma 3 Zeus 275700 yes yes yes yes
| |
| 10:35:03 8 Arma 3 Karts 288520 yes yes yes yes
| |
| 10:35:03 9 Arma 3 Helicopters 304380 yes yes yes yes
| |
| 10:35:03 10 Arma 3 DLC Bundle 1 304400 yes yes no yes
| |
| 10:35:03 11 Arma 3 Marksmen 332350 yes yes yes yes
| |
| 10:35:03 12 Arma 3 Samples 390500 yes yes no yes
| |
| 10:35:03 13 Arma 3 Apex 395180 yes yes yes yes
| |
| 10:35:03 14 Arma 3 Laws of War 571710 yes yes yes yes
| |
| 10:35:03 15 Arma 3 Jets 601670 yes yes yes yes
| |
| 10:35:03 16 Arma 3 DLC Bundle 2 612480 yes yes no yes
| |
| 10:35:03 17 Arma 3 Malden 639600 yes yes yes yes
| |
| 10:35:03 18 Arma 3 Tac-Ops Mission Pack 744950 yes yes yes yes
| |
| 10:35:03 19 Arma 3 Tanks 798390 yes yes yes yes
| |
| 10:35:03 20 Arma 3 Contact 1021790 yes yes yes yes
| |
| 10:35:03 21 Arma 3 Creator DLC: Global Mobilization - Cold War Germany 1042220 yes yes yes yes
| |
| 10:35:03 22 Arma 3 - Prague Content 2 1175380 yes yes no yes
| |
| 10:35:03 --------------------------------------------------------------------------------------------------------------------------
| |
| </syntaxhighlight>
| |
|
| |
| === Common Errors and Warnings ===
| |
| {| class="wikitable sortable"
| |
| |-
| |
| ! Message (Exact message can vary) !! Explanation !! Significance !! Recommended Action
| |
| |-
| |
| | ''Warning Message: Picture iconmanleader not found'' |
| |
| | An image or icon was not found
| |
| | style="background-color:green;" |
| |
| | none
| |
|
| |
| |-
| |
| | ''Updating base class RscShortcutButton->RscButton...'' || Caused by inheriting from wrong config while modifiying an existing base class. Can also be caused by {{arma3}}
| |
| | style="background-color:red;" |
| |
| | Issue should be fixed if caused by a mod.
| |
|
| |
| |-
| |
| | ''Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).'' || Attempt to delete a class failed.
| |
| | style="background-color:red;" |
| |
| | Issue should be fixed if caused by a mod.
| |
|
| |
| |-
| |
| | ''SimulWeather - Cloud Renderer - noise texture file is not specified!'' || |
| |
| | style="background-color:gray" |
| |
| | Can be ignored.
| |
|
| |
| |-
| |
| | ''Warning: looped for animation: a3\anims_f_epa\data\anim\sdr\cts\hubcleaned\briefing\hubbriefing_loop.rtm differs (looped now 0)! MoveName: hubbriefing_ext'' ||
| |
| | style="background-color:red" |
| |
| | Issue should be fixed if caused by a mod.
| |
|
| |
| |-
| |
| | ''a3\characters_f\proxies\flag.p3d: No geometry and no visual shape'' || |
| |
| | style="background-color:green;" |
| |
| | none
| |
|
| |
| |-
| |
| | ''B_LSV_01_unarmed_F: mainturret - unknown animation source mainturret'' || |
| |
| | style="background-color:green;" |
| |
| | none
| |
|
| |
| |-
| |
| | ''No face for B Alpha 1-4:1''<br>''No speaker given for 'Sotiris Zenon''' || |
| |
| | style="background-color:green;" |
| |
| | none
| |
|
| |
| |-
| |
| | ''Strange convex component08 in a3\weapons_f_enoch\rifles\msbs\msbs65_ubs_f.p3d:geometryView'' || |
| |
| | style="background-color:green;" |
| |
| | none
| |
|
| |
| |-
| |
| | ''hidebullet_001 - unknown animation source codrivermuzzle_revolving'' || |
| |
| | style="background-color:green;" |
| |
| | none
| |
|
| |
| |-
| |
| | ''Trying to create an invalid center EMPTY'' || |
| |
| | style="background-color:green;" |
| |
| | none
| |
|
| |
| |-
| |
| | ''ModParams - Undefined or empty mod directory'' || [[modParams]] command was unable to find the specified mod directory
| |
| | style="background-color:green;" |
| |
| | none
| |
|
| |
| |-
| |
| | ''Unit is not in cargo'' ||
| |
| | style="background-color:green;" |
| |
| | none
| |
|
| |
| |-
| |
| | ''Deinitialized shape [Class: "C_Soldier_VR_F"; Shape: "a3\characters_f_bootcamp\common\vr_soldier_f.p3d";]'' ||
| |
| | style="background-color:green;" |
| |
| | none
| |
|
| |
| |-
| |
| | ''Error: entity [ProxyFlag_Auto] still has its shape, ref_count=2'' ||
| |
| | style="background-color:green;" |
| |
| | none
| |
|
| |
| |-
| |
| | ''"Some path": Missing ';' at the end of line'' ||
| |
| | style="background-color:orange;" |
| |
| | Issue should be fixed
| |
|
| |
| |-
| |
| | ''"Unsupported language English in stringtable"'' || Happens if an entry was not found int he desired language e.g., '''English'''. This error will even show if it falls back to another lanuage e.g., '''Original'''. When stringtable can't find the entry it wants, it first tries '''Original''' entry, then '''English''' after that, the first entry in the stringtable is taken.
| |
| | style="background-color:orange;" |
| |
| | Issue should be fixed
| |
| |}
| |
|
| |
| '''Key'''
| |
| {| class="wikitable"
| |
| |-
| |
| ! '''Significance'''
| |
| ! | Low
| |
| ! | Medium
| |
| ! | High
| |
| ! | Ignore
| |
| |-
| |
| | '''Description'''
| |
| | No action needed
| |
| | It's recomended to find the source of this issue and fix it
| |
| | Cause of the message needs to be found and issue needs to be fixed
| |
| | A false error. No action required
| |
| |-
| |
| | '''Color'''
| |
| | style="background-color:green" |
| |
| | style="background-color:orange;" |
| |
| | style="background-color:red;" |
| |
| | style="background-color:gray;" |
| |
| |}
| |