Unable to bring up CvPcb

I am running KiCad V5.1.2 on an Ubuntu 18.04.1 LTS OS.
I have a schematic that I have done an ERC on and cleared all the warnings.
I press the icon “Assign PCB footprints to schematic symbols” and get \Confirmation\ “Some of the assigned footprints are legacy entries (are missing lib nicknames). Would you like CvPcb to attempt to convert them to the new required LIB_ID format? (If you answer no, then these assignments will be cleared out and you will have to re-assign these footprints yourself.)”
I answer Yes and then get \Problematic Footprint Library Tables\ "Expecting “‘C’” in input/source “/home/larry/KiCad/footprints/footprints.pretty/MBES-152.kicad_mod”
line 1, offset 1

"Expecting “‘C’” in input/source “/home/larry/KiCad/footprints/footprints.pretty/PV37W502C01B00.kicad.mod”
line 1, offset 1

First check your footprint library table entries.
I answer OK

The left pane of Footprint Libraries is full.
The right pane of Filtered Footprints is full.
But the center pane of Symbol : Footprint Assignments is empty.
What am I not doing?

Did you have V4 on this computer at some point? I think the FAQ has some help for you if so.

This indicates a parsing error. Maybe share the affected library

I’m puzzled by this as kicad_mod files don’t start with a “C”, not do any other files types I can think of.

That is probably the key thing, and the place to start looking.

hermit,
I had V4 on my Ubuntu OS, but I was having trouble upgrading Ubuntu and so I wiped my solid state drive clean. I then did a fresh install of Ubuntu 18 LTS and waited for KiCad V5 to be released. KiCad V5 changed to *.kicad_mod extension for footprints and I got footprints from somewhere that only had *.mod. I changed the *.mod to *.kicad_mod thinking that would take care of it, but it turned out there was a difference in the file layout. I will find those two files reported, delete them, and see what happens. (I have new footprints that are proper with *.kicad_mod extension.)
–Larry

You can add .mod files as a library like you would add a .prtty library.

Rene & bobc,
I deleted the two *.kicad_mod files that were causing the problem and everything working fine now. Thanks for the help.
–Larry

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.