IO error when importing netlist

Hi,

I used Kicad allot in the past, first big project in 4.0.2 now.
When i wanna import the netlist in pcbnew i get this error:

Error loading netlist.
IO_ERROR: fp-lib-table files contain no lib with nickname ‘own’ from
C:/Jenkins/workplace/windows-kicad-msys2-stable/src/kicad-4.0.2/common/fp_lib_table.cpp : FindRow() : line 623

The weird thing is that “own” is a schematic libary that i made.

Anyone?

Update:

I solved it, my 2 last footprints were assigned to own:component.

No idea how that is possible, but i fixed it re-assigning them.
(i do this using right click assign footprint).

maybe this post could help others.

Search for “Jenkins” in this forum. You have picked up a bad library path

Tip: for selection of libraries, select first library, then scroll down to last library, press Shift button then click last library. Your system will automagically include all intermediate libraries. Scroll back up to the unwanted library, press Control button then click the unwanted library, the system will deselect this library. Proceed as shown in video.

HTH!

1 Like

Even shorter, you can use Ctrl-A to select all entries.

When selecting libraries to remove in Kicad, then yes. But using Ctrl-A when selecting new libraries will also select all other entries in the file tree, which you’d then have to deselect manually.