Hi,
I'm getting an error which I can't find how to correct, although I'm sure I already corrected it in the past on another computer
When launching TTT it complains about syntax errors where, instead of the expected values "true" and "false", it finds the equivalent in my local language (French) :
==============
11/11/2020 11:26:19
Unknown ERROR[RAW]:
Last DATA: Result:Error,Type:Syntax error,Message:{\command\: \set\, \method\: \netinfowindowopen\, \value\: vrai}
==============
Syntax error in \method\: \netinfowindowopen\ invalid \value\: vrai}
==============
Call active: Faux
tmrSaveTimed: Vrai
==============
I know the error comes from inside TTT because it also saves GSSI info with the same translated values, although the TETRA plugin in SDR# correctly uses English values.
from TETRA_GSSI:
3001922;208;82;;0;Vrai
3001926;208;82;;0;Vrai
3003922;208;82;;0;Vrai
3003923;208;82;;0;Vrai
from tetraSettings.xml:
<AutoPlay>false</AutoPlay>
<IgnoreEncodedData>false</IgnoreEncodedData>
<IgnoreEncodedSpeech>false</IgnoreEncodedSpeech>
<TttModeEnabled>true</TttModeEnabled>
<TttUdpPort>3383</TttUdpPort>
<IsCc>true</IsCc>
As said, I have another computer where this problem doesn't appear, and on which I remember getting the same errors and finding how to correct them a year or so ago...
Anybody can point me to the right direction?