https://bugs.winehq.org/show_bug.cgi?id=49984
--- Comment #1 from Cedric cedric.dewijs@eclipso.eu --- Retest with current versions, The error Kicad gives has changed, but the problem is still there.
Prepare wine: $ rm -rf ~/.wine/ $ wineserver -k $ wineboot
Download program: https://www.kicad.org/download/windows/ $ wget https://kicad-downloads.s3.cern.ch/windows/stable/kicad-5.1.10_1-x86_64.exe $ sha256sum kicad-5.1.10_1-x86_64.exe ca734c9df2ac9711d85d841debc4e284eb1b529de5b2217096cfd0a10d8843c0 kicad-5.1.10_1-x86_64.exe
Steps to reproduce: 1) Install the program and accept the defaults $ wine kicad-5.1.10_1-x86_64.exe 2) Start the program: $ wine ~/.wine/drive_c/Program\ Files/KiCad/bin/kicad.exe Now the main window of Kicad starts. 3) Click on file. -> new -> project, uncheck [] create a new directory for the project, and choose a existing directory, and a fun name. 4) Click on "Schematic Layout editor". Now Kicads asks about the global symbol library table. 5) Click OK. Now the error "Cannot copy global symbol library table file" 6) Click OK, Now kicad gives the error "Failed to copy the file ... to ... (error 3: path not found)" 7) Kill wine by pressing ctrl-C in the console.
My versions $ wine --version wine-6.17-261-g16e73be10d9 [cedric@cedric ~]$ pacman -Q wine wine-staging 5.18-1 wine-git 6.17.r261.g16e73be10d9-1 bash: wine-staging: command not found [cedric@cedric ~]$ uname -a Linux cedric 5.14.8-arch1-1 #1 SMP PREEMPT Sun, 26 Sep 2021 19:36:15 +0000 x86_64 GNU/Linux