Hello
Actually you have changed the mesh after the generation of the geometry file (I guess you have added a new island). In the geometry file it is written that you have 3452 nodes at your boundaries, but in the cli file you have more than that (3457).
To overcome this isssue you need to generate again your geometry file (from the t3s mesh) and then generate the cli file.
other important point, coordinates are very large. you can use subroutine corxy.f (in bief library) to remove 1000000 from X coordinates and 8000000 from Y coordinates. Otherwise, you have to generate a double precision file (SerafinD format)
I hope that this helps
kind regards
Riadh ATA