tbox1911 / Liberation-RX

ArmA 3 - Liberation RX - Mission
GNU General Public License v3.0
64 stars 61 forks source link

XML Reference to an undeclared entry #157

Closed Alfred-Neuman closed 4 months ago

Alfred-Neuman commented 4 months ago

Version de tabler : 0.9.1.0 Last file xml

I've created a PR https://github.com/tbox1911/Liberation-RX/pull/156 for an error on the same file.

tabler cannot open the stringtable.xml file Reference to an undeclared entry, 'LT' , Line 7391, position 47.

The line in question https://github.com/tbox1911/Liberation-RX/blob/62f50fff39306f88106b915335e4bebf971d0d67/core.liberation/stringtable.xml#L7391

tbox1911 commented 4 months ago

hi thank you, I've merged PR#156

I think the error come from the LT uppercase. I fix it

Alfred-Neuman commented 4 months ago

hi sorry new error

duplicate key name: Original entry STR_TUTO_TEXT5 https://github.com/tbox1911/Liberation-RX/blob/62f50fff39306f88106b915335e4bebf971d0d67/core.liberation/stringtable.xml#L3983

There are two text entries with Original tags in key STR_TUTO_TEXT5

l3984-3991 https://github.com/tbox1911/Liberation-RX/blob/62f50fff39306f88106b915335e4bebf971d0d67/core.liberation/stringtable.xml#L3984-L3991

and l4016-4023 https://github.com/tbox1911/Liberation-RX/blob/62f50fff39306f88106b915335e4bebf971d0d67/core.liberation/stringtable.xml#L4016-L4023

Solution for me: rename or delete a text block

tbox1911 commented 4 months ago

Thanks a lot for reporting, I'll fix them asap!

tbox1911 commented 4 months ago

merged