R3vo/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
(9 intermediate revisions by the same user not shown)
Line 22: Line 22:
{{Informative | Log files for {{arma3}} can be found in:'''%userprofile%'''\AppData\Local\Arma 3}}
{{Informative | Log files for {{arma3}} can be found in:'''%userprofile%'''\AppData\Local\Arma 3}}


== Log File Content Explained ==


=== Beginning of the Log File ===


== Common Warning and Error Messages ==
<syntaxhighlight lang="cpp">
=== Key ===
=====================================================================
{| class="wikitable"
== 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
! '''Significance'''
 
! | Low
Original output filename: Arma3Retail_DX11_x64
! | Medium
Exe timestamp: 2020/08/20 01:03:22
! | High
Current time:  2020/09/06 10:35:03
! | Ignore
 
|-
Type: Public
| '''Description'''
Build: Development
| No action needed
Version: 2.01.146606
| It's recoomended to find the source of this issue and fix it
 
| Cause of the message needs to be found and issue needs to be fixed
Allocator: C:\Program Files (x86)\Steam\steamapps\common\Arma 3\Dll\tbb4malloc_bi_x64.dll [2017.0.0.0] [2017.0.0.0]
| A false error. No action required
PhysMem: 24 GiB, VirtMem : 131072 GiB, AvailPhys : 18 GiB, AvailVirt : 131068 GiB, AvailPage : 19 GiB
|-
=====================================================================
| '''Color'''
 
| style="background-color:#32cb00;" |  <!---green--->
10:35:03 Detected number of DLCs: 26
| style="background-color:#ffcc67;" |  <!---yellow--->
10:35:03 DLC index:3 - unable to get DLC data
| style="background-color:#fe0000;" |  <!---red--->
10:35:03 DLC index:23 - unable to get DLC data
| style="background-color:#c0c0c0;" |  <!---gray--->
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>


=== Error List ===
=== Common Errors and Warnings ===
{| class="wikitable"
{| class="wikitable sortable"
|-
|-
! Example  !! Explanation !! Significance !! Recommended Action
! Message (Exact message can vary) !! Explanation !! Significance !! Recommended Action
|-
|-
| ''Warning Message: Picture iconmanleader not found'' || An image or icon was not found |
| ''Warning Message: Picture iconmanleader not found'' |
| style="background-color:#32cb00;" |
| An image or icon was not found
| style="background-color:green;" |
| none
| none


|-
|-
| ''Updating base class RscShortcutButton->RscButton...'' || |
| ''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:#32cb00;" |
| style="background-color:red;" |
| none
| Issue should be fixed if caused by a mod.


|-
|-
| ''Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).'' || |
| ''Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).'' || Attempt to delete a class failed.
| style="background-color:#32cb00;" |
| style="background-color:red;" |
| none
| Issue should be fixed if caused by a mod.


|-
|-
| ''SimulWeather - Cloud Renderer - noise texture file is not specified!'' ||  |
| ''SimulWeather - Cloud Renderer - noise texture file is not specified!'' ||  |
| style="background-color:#32cb00;" |
| style="background-color:gray" |
| none
| 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'' ||
| ''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;" |
| style="background-color:red" |
| none
| Issue should be fixed if caused by a mod.


|-
|-
| ''a3\characters_f\proxies\flag.p3d: No geometry and no visual shape'' ||  |
| ''a3\characters_f\proxies\flag.p3d: No geometry and no visual shape'' ||  |
| style="background-color:#32cb00;" |
| style="background-color:green;" |
| none
| none


|-
|-
| ''B_LSV_01_unarmed_F: mainturret - unknown animation source mainturret'' ||  |
| ''B_LSV_01_unarmed_F: mainturret - unknown animation source mainturret'' ||  |
| style="background-color:#32cb00;" |
| style="background-color:green;" |
| none
| none


|-
|-
| ''No face for B Alpha 1-4:1''<br>''No speaker given for 'Sotiris Zenon''' ||  |
| ''No face for B Alpha 1-4:1''<br>''No speaker given for 'Sotiris Zenon''' ||  |
| style="background-color:#32cb00;" |
| style="background-color:green;" |
| none
| none


|-
|-
| ''Strange convex component08 in a3\weapons_f_enoch\rifles\msbs\msbs65_ubs_f.p3d:geometryView'' ||  |
| ''Strange convex component08 in a3\weapons_f_enoch\rifles\msbs\msbs65_ubs_f.p3d:geometryView'' ||  |
| style="background-color:#32cb00;" |
| style="background-color:green;" |
| none
| none


|-
|-
| ''hidebullet_001 - unknown animation source codrivermuzzle_revolving'' ||  |
| ''hidebullet_001 - unknown animation source codrivermuzzle_revolving'' ||  |
| style="background-color:#32cb00;" |
| style="background-color:green;" |
| none
| none


|-
|-
| ''Trying to create an invalid center EMPTY'' ||  |
| ''Trying to create an invalid center EMPTY'' ||  |
| style="background-color:#32cb00;" |
| style="background-color:green;" |
| none
| none


|-
|-
| ''ModParams - Undefined or empty mod directory'' || [[modParams]] command was unable to find the specified mod directory |
| ''ModParams - Undefined or empty mod directory'' || [[modParams]] command was unable to find the specified mod directory  
| style="background-color:#32cb00;" |
| style="background-color:green;" |
| none
| none


|-
|-
| ''Unit is not in cargo'' || [[modParams]] command was unable to find the specified mod directory |
| ''Unit is not in cargo'' ||  
| style="background-color:#32cb00;" |
| style="background-color:green;" |
| none
| 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
|}
'''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;" |
|}
|}

Revision as of 13:37, 6 September 2020


Arma 3 Log File

Location

Log files for Arma 3 can be found in:%userprofile%\AppData\Local\Arma 3

Log File Content Explained

Beginning of the Log File

=====================================================================
== 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 --------------------------------------------------------------------------------------------------------------------------

Common Errors and Warnings

Message (Exact message can vary) Explanation Significance Recommended Action
An image or icon was not found none
Updating base class RscShortcutButton->RscButton... Caused by inheriting from wrong config while modifiying an existing base class. Can also be caused by Arma 3 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. Issue should be fixed if caused by a mod.
SimulWeather - Cloud Renderer - noise texture file is not specified! 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 Issue should be fixed if caused by a mod.
a3\characters_f\proxies\flag.p3d: No geometry and no visual shape none
B_LSV_01_unarmed_F: mainturret - unknown animation source mainturret none
No face for B Alpha 1-4:1
No speaker given for 'Sotiris Zenon'
none
Strange convex component08 in a3\weapons_f_enoch\rifles\msbs\msbs65_ubs_f.p3d:geometryView none
hidebullet_001 - unknown animation source codrivermuzzle_revolving none
Trying to create an invalid center EMPTY none
ModParams - Undefined or empty mod directory modParams command was unable to find the specified mod directory none
Unit is not in cargo none
Deinitialized shape [Class: "C_Soldier_VR_F"; Shape: "a3\characters_f_bootcamp\common\vr_soldier_f.p3d";] none
Error: entity [ProxyFlag_Auto] still has its shape, ref_count=2 none
"Some path": Missing ';' at the end of line Issue should be fixed

Key

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