dsa-t
July 25, 2023, 10:36am
4
Are you doing these steps?
Double-click on the .kicad_pro
file
Project manager opens
Close the project manager by pressing X in the top right corner of the project manager window
The window closes, but the process is still visible in the task manager?
m852
July 25, 2023, 11:39am
5
Yes, I do these steps visually, the program closes but continues to hang in processes … moreover, if I open and close the program without a project, then it closes in processes …
m852
July 25, 2023, 11:53am
6
for example, take any project delete any component when closing, refuse to save changes and close check the task manager
m852
July 25, 2023, 1:21pm
8
Unfortunately, I can’t check all my win 10 machines… let’s wait, maybe someone will check …
m852
July 25, 2023, 2:22pm
9
help to check who has it at hand win 10/64
m852
July 26, 2023, 8:56am
10
How can I send you a private message with a video about the error?
Click on dsa-t’s Avatar then click Message
1 Like
m852
July 26, 2023, 11:31am
12
dsa-t i sent you a private message showing this situation on three different machines with win 10\64
m852
July 26, 2023, 11:48am
13
I checked the latest nightly build and everything closes and works there
1 Like
dsa-t
July 26, 2023, 3:14pm
14
Still doesn’t reproduce for me. Does it still happen if you disconnect your network drive, or the network connection?
m852
July 26, 2023, 7:04pm
15
A complete shutdown of the network does not affect the behavior … You have version 11, therefore, different conditions and behavior … There are so many people here and it cannot be that only I have a stable version on three different machines after closing
jbell
July 26, 2023, 7:25pm
16
If I’m understanding correctly, after you close KiCAD it is still in task manager?
I’m running Windows 10/64 bit and do not have this issue. KiCAD version information on this machine is found below. No idea how to solve it, just saw you were asking for another Windows 10 user to check.
Application: KiCad x64 on x64
Version: 7.0.5, release build
Libraries:
wxWidgets 3.2.2
FreeType 2.12.1
HarfBuzz 6.0.0
FontConfig 2.14.1
libcurl/7.88.1-DEV Schannel zlib/1.2.13
Platform: Windows 10 (build 19045), 64-bit edition, 64 bit, Little endian, wxMSW
Build Info:
Date: May 27 2023 02:48:13
wxWidgets: 3.2.2 (wchar_t,wx containers)
Boost: 1.81.0
OCC: 7.6.3
Curl: 7.88.1-DEV
ngspice: 40
Compiler: Visual C++ 1936 without C++ ABI
Build settings:
KICAD_SPICE=ON
m852
July 26, 2023, 9:31pm
17
Tell me how did you check? If I just open and close the program, then it closes normally, but if I change something in any project and refuse to change it, close the program, then it continues to hang in the task manager
marekr
July 26, 2023, 10:29pm
18
I wouldn’t be surprised if a python plugin actually failed to uninstall and kicad is still automatically loading it (because that’s what it will do)
marekr
July 26, 2023, 10:36pm
19
Yea you have a python plugin being loaded
These libopenblas64 threads come from numpy
marekr
July 26, 2023, 10:45pm
20
Check the following paths for plugins:
C:\Users\<username>\Documents\KiCad\<version>\3rdparty\plugins
C:\Users\<username>\Documents\KiCad\<version>\scripting
Also ensure
C:\Users\<username>\AppData\Roaming\KiCad\<version>\PyShell_pcbnew_startup.py
is empty or contains no active code (everything is commented)
m852
July 26, 2023, 11:10pm
21
I completely deleted all folders manually and reinstalled kicad and it helped…
2 Likes
I have a similar Problem on Windows 11.
I also have several plugins installed, but don’t have the time to figure out which one is causing the problem.
In Power shell, I just run the following command to close all the processes that failed to close.
This may not be the best way to handle this problem.
taskkill /f /im kicad.exe
taskkill /f /im pcbnew.exe
taskkill /f /im eeschema.exe
system
Closed
October 29, 2023, 8:39pm
23
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.