Crash Files: Difference between revisions
Categories: ArmA: TroubleshootingArmA 2: Troubleshooting
mNo edit summary |
(Added table with common errors) |
||
Line 56: | Line 56: | ||
|} | |} | ||
== Log File Content Explained == | |||
{{Feature_arma3|This section is only valid for {{arma3}}!}} | |||
{{Informative|This is WIP, please provide feedback in the Arma 3 Discord #community_wiki channel.}} | |||
=== Beginning of the Log File === | |||
<spoiler text="Show"> | |||
<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 | |||
== DirectX == | 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> | |||
</spoiler> | |||
=== 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 | |||
| <center>{{colorball|green}} </center> | |||
| none | |||
|- | |||
| ''Updating base class RscShortcutButton->RscButton...'' || Caused by inheriting from wrong config while modifiying an existing base class. Can also be caused by {{arma3}} | |||
| <center>{{colorball|red}} </center> | |||
| 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. | |||
| <center>{{colorball|red}} </center> | |||
| Issue should be fixed if caused by a mod. | |||
|- | |||
| ''SimulWeather - Cloud Renderer - noise texture file is not specified!'' || | | |||
| <center>{{colorball|gray}} </center> | |||
| 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'' || | |||
| <center>{{colorball|red}} </center> | |||
| Issue should be fixed if caused by a mod. | |||
|- | |||
| ''a3\characters_f\proxies\flag.p3d: No geometry and no visual shape'' || | | |||
| <center>{{colorball|green}} </center> | |||
| none | |||
|- | |||
| ''B_LSV_01_unarmed_F: mainturret - unknown animation source mainturret'' || | | |||
| <center>{{colorball|green}} </center> | |||
| none | |||
|- | |||
| ''No face for B Alpha 1-4:1''<br>''No speaker given for 'Sotiris Zenon''' || | | |||
| <center>{{colorball|green}} </center> | |||
| none | |||
|- | |||
| ''Strange convex component08 in a3\weapons_f_enoch\rifles\msbs\msbs65_ubs_f.p3d:geometryView'' || | | |||
| <center>{{colorball|green}} </center> | |||
| none | |||
|- | |||
| ''hidebullet_001 - unknown animation source codrivermuzzle_revolving'' || | | |||
| <center>{{colorball|green}} </center> | |||
| none | |||
|- | |||
| ''Trying to create an invalid center EMPTY'' || | | |||
| <center>{{colorball|green}} </center> | |||
| none | |||
|- | |||
| ''ModParams - Undefined or empty mod directory'' || [[modParams]] command was unable to find the specified mod directory | |||
| <center>{{colorball|green}} </center> | |||
| none | |||
|- | |||
| ''Unit is not in cargo'' || | |||
| <center>{{colorball|green}} </center> | |||
| none | |||
|- | |||
| ''Deinitialized shape [Class: "C_Soldier_VR_F"; Shape: "a3\characters_f_bootcamp\common\vr_soldier_f.p3d";]'' || | |||
| <center>{{colorball|green}} </center> | |||
| none | |||
|- | |||
| ''Error: entity [ProxyFlag_Auto] still has its shape, ref_count=2'' || | |||
| <center>{{colorball|green}} </center> | |||
| none | |||
|- | |||
| ''"Some path": Missing ';' at the end of line'' || | |||
| <center>{{colorball|orange}} </center> | |||
| 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. | |||
| <center>{{colorball|orange}} </center> | |||
| 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''' | |||
| <center>{{colorball|green}} </center> | |||
| <center>{{colorball|orange}} </center> | |||
| <center>{{colorball|red}} </center> | |||
| <center>{{colorball|gray}} </center> | |||
|} | |||
== Creating a diagnostic file for DirectX == | |||
To better analyze the reason for malfunctions it might be useful to also create a DirectX diagnostic file. | To better analyze the reason for malfunctions it might be useful to also create a DirectX diagnostic file. |
Revision as of 17:27, 18 November 2020
Location
Game | Files | Directory |
---|---|---|
Arma 3 |
|
Windows Vista → Windows 10 |
Arma 2:OA |
| |
Arma 2 |
| |
Arma |
|
<profileDirectory>\ArmA |
Operation Flashpoint |
|
<GameDirectory> |
Log File Content Explained
Beginning of the Log File
Common Errors and Warnings
Message (Exact message can vary) | Explanation | Significance | Recommended Action |
---|---|---|---|
Warning Message: Picture iconmanleader not found | 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 | ||
"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. | 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 |
Creating a diagnostic file for DirectX
To better analyze the reason for malfunctions it might be useful to also create a DirectX diagnostic file.
- Press WIN+R to open the run command.
- Enter dxdiag and confirm
- After data collection is done, click on "Save All Information" and specify a location of where the file should be created.
Sending Crash Files
- For Arma 3 use Arma 3 Feedback Tracker to send crash files. How To Guide
- For ARMA2 & OA follow the instructions provided in this forum thread.