Le 16/09/2017 à 07:28, Russell Oliver a écrit :
> Hi, 
> 
> Jean-Pierre: can you send me a link to the files you tested it on? 
> 
> Also for opening either an Eagle schematic or board file, the intended 
> workflow starts within the
> KiCad launcher. File > Import Project > Eagle Cad. This launches both 
> Eeschema, Pcbnew for the
> matching files and then synchronises the timestamps across the files. 
> 
> Regards
> Russell
>  

I found the issue!

The crash is due to the fact certainly the schematic Eagle plugin is missing a 
switch to the "C"
locale (adding a "LOCALE_IO dummy;" declaration before reading the file), so 
the floating numbers
create issues in countries that use the comma as floating number separator 
(like in France).

However, when parsing a file, the Eagle plugin should show an error and abort 
the load process,
without crashing Eeschema.


-- 
Jean-Pierre CHARRAS

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to