|
|
(230 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| <!---
| | = Mobile To-Do = |
| {{Cfg ref|start}}
| | ''A list of things that would improve mobile compatibility'' |
| {{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}}
| | ''Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.'' |
|
| |
|
| == Log File Content Explained == | | = Done = |
|
| |
|
| === Beginning of the Log File ===
| | * Creator dlc template needs a noresize. |
| | ** {{Link|Spearhead_1944}} |
| | * Long command names should wrap |
| | ** {{Link|removeAllUserActionEventHandlers}} |
|
| |
|
| <syntaxhighlight lang="cpp">
| | * See also entries on command and function pages are broken |
| =====================================================================
| | ** {{Link|parsingNamespace}} |
| == 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
| | * Command and function template layout wastes a lot of space due to the two column design |
| Exe timestamp: 2020/08/20 01:03:22
| |
| Current time: 2020/09/06 10:35:03
| |
|
| |
|
| Type: Public
| | * Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper |
| Build: Development
| | ** {{Link|Arma_3:_Visual_Upgrade}} |
| 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]
| | * YouTube embeds and images should not have a fixed width |
| PhysMem: 24 GiB, VirtMem : 131072 GiB, AvailPhys : 18 GiB, AvailVirt : 131068 GiB, AvailPage : 19 GiB
| | ** {{Link|Category:DayZ}} |
| =====================================================================
| | ** {{Link|Spearhead_1944_Frontline_Function}} |
| | | ** It is because the youtube template has a hardcoded minimum width. This should get removed |
| 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"
| |
| |-
| |
| ! 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:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Updating base class RscShortcutButton->RscButton...'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).'' || |
| |
| | style="background-color:#32cb00;" | | |
| | none
| |
| | |
| |-
| |
| | ''SimulWeather - Cloud Renderer - noise texture file is not specified!'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''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:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''a3\characters_f\proxies\flag.p3d: No geometry and no visual shape'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''B_LSV_01_unarmed_F: mainturret - unknown animation source mainturret'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''No face for B Alpha 1-4:1''<br>''No speaker given for 'Sotiris Zenon''' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Strange convex component08 in a3\weapons_f_enoch\rifles\msbs\msbs65_ubs_f.p3d:geometryView'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''hidebullet_001 - unknown animation source codrivermuzzle_revolving'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Trying to create an invalid center EMPTY'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''ModParams - Undefined or empty mod directory'' || [[modParams]] command was unable to find the specified mod directory
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Unit is not in cargo'' ||
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Deinitialized shape [Class: "C_Soldier_VR_F"; Shape: "a3\characters_f_bootcamp\common\vr_soldier_f.p3d";]'' ||
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Error: entity [ProxyFlag_Auto] still has its shape, ref_count=2'' ||
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''"Some path": Missing ';' at the end of line'' ||
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| |}
| |
| | |
| '''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:#32cb00;" | <!---green--->
| |
| | style="background-color:#ffcc67;" | <!---yellow--->
| |
| | style="background-color:#fe0000;" | <!---red--->
| |
| | style="background-color:#c0c0c0;" | <!---gray--->
| |
| |}
| |