Page 1 of 1

TNG on Linux always costs as 0

PostPosted: Thu Dec 19, 2013 4:48 pm
by Leon van Heerden
With the latest versions of Ubuntu, the default South African Language, uses a comma as the decimal character and not a dot. This causes issues with the calculations. as a quick work around, you can change the default language for the TNG executable by adding this line to you start up script, before TNG is started:
Code: Select all
LANG=C


This will have the appropriate dot as the decimal character and the costing and other features should work properly.