All personal libraries are gone

Hello!

I haven’t used Kicad for a while except for opening existing projects in which case it works fine.
Now I wanted to make a new project. In schematic, I can’t find my own libraries. I’m using quite a few
chips that aren’t in any standard library, so I have made them all.

  • The libraries are still in my folder
  • All the symbol file names are preceded with a “_” so that they are all grouped in the selection menu.
  • The paths (preferences->configure paths) are properly set, and just in case, I have used the
    browser to set them again to make sure there is no typo in any of the paths.

The remaining issue might be to add my libraries again with manage footprint and manage symbol libraries. However, over the years there are quite a few, so it would be nice if I could set up again all at once. Is there a way to do that?
As Kicad is mostly based on text files, I suppose it can be done, but what file should I edit?
I have grepped in my kicad root folder, and the only file which seems to include library names
is kicad-footprints0master/fp-lib-table, which I have just downloaded. So the settings are probably somewhere else.

Thanks for any hint.

R

It has been 9 months, so, were the libraries made in 5.x.x?
Have you upgraded to 6.0.7?
Did you migrate your schematic libraries to the new 6 format from 5?

Hello!

Yes, sorry for the sketchy information. I have upgraded to 6.0.7, and I’m working on Ubuntu 22.04.
And I have been working with v.6 since it was released, so I don’t think I have v5 libraries anymore.
All the libraries were working for sure with v6 prerelease.
In the meantime, I have added everything by hand and it seems to work
What I just noticed is that my schematic does not get numbered when I make a PCB. Right now,
I have the following numbering. In schematic: J?, R?, etc…
Screenshot from 2022-09-26 17-27-57

In board, R1, J5. etc…
Screenshot from 2022-09-26 17-28-57


Application: KiCad

Version: 6.0.7-f9a2dced07~116~ubuntu22.04.1, release build

Libraries:
wxWidgets 3.0.5
libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.13

Platform: Linux 5.15.0-48-generic x86_64, 64 bit, Little endian, wxGTK, ubuntu, wayland

Build Info:
Date: Jul 26 2022 19:32:47
wxWidgets: 3.0.5 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
Boost: 1.74.0
OCC: 7.5.2
Curl: 7.84.0
ngspice: 36
Compiler: GCC 11.2.0 with C++ ABI 1016

Build settings:
KICAD_USE_OCC=ON
KICAD_SPICE=ON

You added all your symbol libraries individually to your global/project library list?

There was a problem with the “updates” in tools with 6.0.7. The problem has been fixed for 6.0.8, which is to be released within the week.

Hello!

Ye,s I have added all the libraries manually, that’s the only method I could find. If I could know
where this list is stored (i.e. in which file), it would greatly help.

By the way, it would also greatly help to have a tree-like set of libraries. Or the possibility of adding a
tab in the “symbol libraries”, “footprint libraries” panels. There are myriads of footprints I will
probably never use, and everytime I want to add a footprint, I have to browse the whole list.
On the other hand, disabling all the footprints becomes a problem when I want to use a new
one and make it my own by copying in my favorite footprints and / or edit it.

→ Is there a way to add one pane in the footprints lists?

I have also noticed that Kicad flattens the my components lists. Example: I have rectangular
connectors for flat cable. I have 1.27mm and 2.54mm versions. They are stored like this in my
connectors folders on the disk (i.e. with subcategories).

RectConn
___RectConn127
______R127_0205
______R127_0207
______R127_0210
___RectConn254
______R254_0205
______R254_0207
______R254_0210

But Kicad strips all but the last folder and they are displayed like this (when unfolded)"

RectConn127
___R127_0205
___R127_0207
___R127_0210
RectConn254
___R254_0205
___R254_0207
___R254_0210

So the RectConn category disappears.

NB: I have added underscores because the blanks are stripped.

Thanks,
R

Hi @roboya ,
Would you please edit your last post to “symbols” and “footprints” instead of “components”. This will make it much more easily understood. :slightly_smiling_face:

Hello!
Done!
Also changed a few things.
R

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