Page MenuHomeFeedback Tracker

Missing ERROR strings from stringtable.xml
Closed, ResolvedPublic

Description

In particular:

<Key ID="STR_EVAL_ASSERTATION_FAILED">
<Original>Assertation failed</Original>
</Key>

This ^^^^ is called when assert command receives false

assert (false)

<Key ID="STR_EVAL_SCOPE_NAME_DEFINED_TWICE">
<Original>Scope name defined twice</Original>
</Key>

This is ^^^^ called when 2 scopeName commands executed in the same scope

scopeName "scope1";
scopename "scope2";

If these strings are not defined the error message shows "Error" without explanation

Expected:

Error Assertation failed
Error Scope name defined twice

just like when you divide by zero

Error Zero divisor

Details

Legacy ID
2721793050
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Config
Steps To Reproduce

open stringtable.xml inside languagecore_f.pbo inside Dta folder

Key ID="STR_EVAL_SCOPE_NAME_DEFINED_TWICE" and Key ID="STR_EVAL_ASSERTATION_FAILED" are missing. In fact they are missing since arma 2: https://dev-heaven.net/issues/23670

Event Timeline

Killzone_Kid edited Additional Information. (Show Details)
Killzone_Kid set Category to Config.
Killzone_Kid set Reproducibility to Always.
Killzone_Kid set Severity to None.
Killzone_Kid set Resolution to Fixed.
Killzone_Kid set Legacy ID to 2721793050.May 7 2016, 5:38 PM

I have added strings in question into LanguageCore. It is only distributed with new .exe on Steam so it might take a while. Note: currently only English before they get translated.

Thanks Gekon, really appreciate the prompt fix!

Mass-closing resolved issues updated only last year - assuming fixed correctly.

Cheers!