Issues saving a Schematic

Asked by Anthony M. Radice

Hello - I have recently installed KC 6.0.4 on a WIndows 10 platform. I have a file repository for projects on a Ubuntu server running Samba, open permissions. When I attempt to save a schematic I get the following errors:

10:16:31 AM: Failed to copy the file 'C:\Users\tradice\AppData\Local\Temp\eesDA04.tmp' to 'H:\Projects\WWVRcvr\WWVRcvr.kicad_sch' (error 5: Access is denied.)
10:16:31 AM: File 'C:\Users\tradice\AppData\Local\Temp\eesDA04.tmp' couldn't be renamed 'H:\Projects\WWVRcvr\WWVRcvr.kicad_sch' (error 5: Access is denied.)
10:17:28 AM: Failed to copy the file 'C:\Users\tradice\AppData\Local\Temp\eesB989.tmp' to 'H:\Projects\WWVRcvr\CNotes.kicad_sch' (error 5: Access is denied.)
10:17:28 AM: File 'C:\Users\tradice\AppData\Local\Temp\eesB989.tmp' couldn't be renamed 'H:\Projects\WWVRcvr\CNotes.kicad_sch' (error 5: Access is denied.)

I have verified I have full administrative rights to my local (C) directory and the permissions to the repository (H) are set open on both Linux and Samba. I am NOT initiating KiCad on the Windows machine in administrative mode, although I have done so and tested, with the same results.

An odd end result / also observed effect is all of the component values that were saved have vanished, although the reference designators are still intact???

Could someone guide me as to where I am going wrong?
Thank You!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu kicad Edit question
Assignee:
No assignee Edit question
Solved by:
Anthony M. Radice
Solved:
Last query:
Last reply:
Revision history for this message
Bernard Stafford (bernard010) said (last edit ):
#1

https://gitlab.com/kicad
Windows [.dll] has a different file format than Linux [.deb] when you save the file
which is not compatible with each other.
Try installing kicad on Ubuntu and saving it on the same OS.
https://packages.ubuntu.com/focal/kicad
package is available for the new 22.04 LTS Jammy Jellyfish
https://packages.ubuntu.com/jammy/kicad

Revision history for this message
Anthony M. Radice (tradice-x) said :
#2

Following up on this issue:
When I use K/C6.04 on a Windows platform, creating a new project on a local drive and working with it, everything operates as expected.
I can also zip the design directory, back it up to the (H) drive (the Linux machine) and restore it, either to the same Windows platform or another.
When the design directory is unzipped to a different Windows platform, running the same OS and K/C, it operates correctly.
So, I would consider this a closed, but worked around, issue. I would still LOVE to know WHY this failed...
Best Regards and Thank you for the people who replied!