zsiki / GeoEasy

land surveying calculation, network adjustment, digital terrain models, regression calculation
http://digikom.hu/english/geo_easy_e.html
GNU General Public License v2.0
72 stars 34 forks source link

Opening coordinates listing fails with "can't read geoEasyMsg(menuCooSwapEN): no such element in array" #149

Closed XRolland closed 3 years ago

XRolland commented 3 years ago

After loading a RW5 (or a SDR one) file, observations window and observations parameters opens with no problem, but coordinates window fail to open with this warning message: Application Error

can't read "geoEasyMsg(menuCooSwapEN)": no such element in array
can't read "geoEasyMsg(menuCooSwapEN)": no such element in array
    while executing
"$mnu.command add command -label $geoEasyMsg(menuCooSwapEN)  -command "Swap2 ${fn} EN; CooFillMask $fn \$maskPos($w) $w""
    (procedure "GeoMask" line 82)
    invoked from within
"GeoMask $m $fn "_coo""
    (procedure "EditCoo" line 16)
    invoked from within
"EditCoo veuillis_dg_s01"
    (menu invoke)

Same error occurs with a SDR file. Both raw files are joined to this report. V_Dg_S01.zip

It occurs with:

It doesn't occur with:

XRolland commented 3 years ago

SDR file in the first send was corrupted. I fixed it.

zsiki commented 3 years ago

It is a packaging issue. Unfortunately I added wrong message files in i18n folder. A quick and dirty solution for you (till I make a new development release) to download the message files from the i18n folder from GitHub. I could load your rw5 file but an error reported on line 9 for your sdr file what I have to check.

Thank you for your feedback. I will make a new development release during the weekend

XRolland commented 3 years ago

I could load your rw5 file but an error reported on line 9 for your sdr file what I have to check.

@zsiki Try to download the zip file again,a s said upper, the SDR file was corrupted when I included it at the first time.

zsiki commented 3 years ago

Sdr loader can read the corrected sdr file.

zsiki commented 3 years ago

New development version available on the http://digikom.hu/english/geo_easy_e.html