Libraries emptying themselves

Because you use your own libraries in custom locations this shouldn’t matter.

Can you give some screenshots?

  • Preferences -> Configure Paths (resize so that every row is visible)
  • Preferences -> Manage Symbol Libraries / Global Libraries
  • Preferences -> Manage Symbol Libraries / Project Specific Libraries

And what is the path to your libraries which KiCad doesn’t find?

So basically I installed the latest kicad. Then opened projects and got warnings about recovering files from the cache in the project. if I go to the library in the symbol editor it’s empty so that library I posted is there in name but empty. I have just removed it from the library table and reloaded it and eschema has not asked to use a backup of that part again and it is in the library editor now. So basically it seems that all libraries I worked on this morning need reloading.

I will try deleting everything from my library tables and reloading by really this is a constant problem with kicad and i am always scared of loosing my libraries.

when I open eschema it can’t find a load of library files.

could you take a bacup of the lib table before you do this? and then post the backup and the working one? my guess is that something must change between them.

How do I do that? Is there also a way to edit the paths somewhere that actually works?

The lib tables are human readable files found on different places depending on operating system. See: Where are the configuration files (settings, library tables)?

Copy the sym-lib-table file to some backup location, then do your changes and run a diff over it (or post both of them here)


Of course if you already made your chances then we can only guess what was the problem.

Well I only replaced one library, the others that are there but not found will still be there. This is on my work computer. i will do it tomorrow as I am not at work today.

On my home PC they work but KiCad has changed the path designator of the 3D models in one library and i had to edit them back. I don’t know what kicad thinks it’s doing. Why change paths?

I’m sorry, but this discussion doesn’t move forward. I feel that you hide information each time you say something. KiCad behaves in a well reasoned, logical way, even though it’s not the easiest possible to understand. You tell about new problems (now 3D) without giving us enough information to solve the old ones.

The FAQ section has enough information to solve these problems. I understand it’s too much in a short time if you don’t understand the details already. But have you tried to understand how the library system works? If you do understand it, I believe you can solve these problems without our help. I believe there’s nothing strange going on with your setup.

If you’re not willing to invest time to read and understand the relevant FAQ threads, at least give us what you’ve got on your system. I already asked for screenshots. Another option is to give the content of the configuration directory (Rene gave a link to information about where that can be found) and maybe some example project (the contents of the directory) which is problematic.

As i explained I do not have access to that PC today. I will probably be back in work tomorrow and will get a copy of the library table before and after.

I can’t help it that KiCad behaves strangely. The 3D models were apparently to be found in the user template dir, this is ridiculous. I have my own system path to the 3D models. i would never use the default user dir path shortcode but that is what appeared in libraries that I know where properly linked to the model. I can only say what I have observed.

A kicad update should not change existing footprints unless they are stored where kicad expects its system libs to be stored.

So could you give us the value of the 3d settings you expected vs what is now in there?

In general: the best option is always to give the full details about what one expects vs what one got (letter for letter no shorthand or … or chars left out, you can also format it as “sourcecode” using the forum syntax.).
And if you get an error message copy it letter for letter in full.

Here you go, i found another one:

the path variable i use is: ${SL3DMODEL} As you can see the model is missing. I always make sure the model properly links, It’s hard to not see if the model appears as if you put the right path in it appears and i actually pick the model, and yes nothing.

${KICAD_USER_TEMPLATE_DIR}/3DModels/WE_CBF_inductors.3dshapes/WE-CBF-1812.stp

should be: ${SL3DMODEL}/WE_CBF_inductors.3dshapes/WE-CBF-1812.stp

And fixed:

What does KICAD_TEMPLATE_DIR point to? is it possible that at any point in the past your 3d models were below whatever that variable pointed to?

KiCad will always replace the path with path variables if possible (true for every part that uses file paths). But only at the time instance of adding the 3d model path to the footprint. Never at any later time instance.
I think some past versions took the outermost path variable available for the target directory. which means if you have setup a/b/c/d/x.y and have variable {alpha}=a/b but {beta}=a/b/c/d then you might still end up with path ${alpha}/c/d/x.y instead of {beta}/x.y (not sure if this got fixed already)

G:\KiCad_Libraries\Sheets

which is mine. this is a dropbox folder on my work computer but same principles apply. Which is why i use my own path variables so that whichever machine I use i point to the right location and the identical files are always there.

why 3D models could be in a template folder is a mystery.

The dropbox folder might be a hardlink (or whatever the windows equivalent is) and its real location might be under where the template dir variable links to. (i seem to remember somebody having reported strange behaviors with dropbox under windows as it does some weird path trickery. The solution back then was to find the real file system location of the dropbox folder and use that instead of the “virtual” location)


You might in general be better of (long term) by using a true version control system (git, svn, …) as it can save your ass in situations where dropbox will leave you in a bad place.

Well I do use the absolute paths. I navigate to the folder. It worked fine for Circuit Studio. It might be better to just use my drive all the time as it is a portable one but I’d rather not plug it into my work PC as it contains all of my stuff and a lot of personal information and IT can access the computers any time. The drive is encrypted so if anyone gets hold of it it is useless to them but once plugged in and in use if i walk away it’s there for anyone to access remotely.

Of course we have to do less guesswork if you give a screenshot of all contents of Preferences->Configure Paths.

Just to generally re-assure you. I am no software expert. But I have produced several KiCad schematics, always using many of my own parts and have not lost any. You have made some sort of error, hopefully recoverable.