[SOLVED] 7.0.2 Cant open schematic

I just upgraded from 5.?? to 7.0.2. When I open Kicad, then create new project, then click on schematic, or preferences/manage symbol libraries, or preferences/preferences, the schematic never opens and the project viewer hangs. When I try to open an existing schematic (from 5.1 version) it also gives me the data collection opt in dialog then nothing.
I am using the same version at work with no problem, but it has different custom libraries, etc, and maybe different computer settings.

Is there a log file I can see or any debugging hints. I have never this kind of issue before so not sure how to debug.

Also, assuming it is something wrong with my setup, where do I remove any custom libraries in case that is the problem.

Application: KiCad x64 on x64

Version: 7.0.2, 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: Apr 15 2023 19:18:27
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++ 1934 without C++ ABI

Build settings:
KICAD_SPICE=ON

Some people have experienced issues where the old personal config files from v5 are present. They are located in ~/.config/kicad on Linux and the equivalent directory (don’t know it off the top of my head) on Windows. Move those out of the way, then run KiCad v7 again and it will give you a fresh start.

1 Like

Deleted c:\Users\Username\AppData\Local\KiCad, c:\Users\Username\AppData\Roaming\KiCad, uninstalled KiCad, rebooted, installed KiCad and it worked. Your comments sent me in the right direction, and I see that others also had these problems which stem from choosing to import the library file table from previous version rather than choosing default libraries. Importing the linbrary list seems like the right thing to do, but is a definite no-no. Thanks again.

3 Likes

In case this helps some one nail down the issue, just a reboot fixes it for me. Its weird this didn’t happen on 7.0.1 or 7.0.0 but is on 7.0.2. I am on a fresh windows 10 install.(because of mb/cpu upgrade) So for me its not an old profile issue. The only thing that may be odd is that I have an older amd R9 290 video card and an on board ryzen5 on board GPU.

Been trying to nail down the issue to file a bug report but I cant find a repeatable way to make it happen. The only thing i can somewhat say is opening a file after windows goes into sleep or off a mapped drive seams to make it happen more often, but not consistently. And if it happens once until you reboot it will happen on every file.

Another thing that helps is opening the PCB file before the schematic file, makes it more likely to work.

1 Like

KingOFKya, this sounds like a different problem entirely. Almost sounds like a file system time out problem.

Yeah I agree but not 100% shure if its different, i am mostly curious if another person have issues as well to compare notes (this is the first google result) but its weird, and there no disk io at the time just eschma stuck on a locked up state(not responding).

OK so my unrelated issues was related to the on board GPU Disabling it in windows device manger
has fixed it. There may be some gpu issues with ryzen5 on board gpus with windows/kicad.
CaptureDevice

I ran Process Monitor - Sysinternals | Microsoft Learn and watched it fail to start when it got to a graphics library opengl I think.

Is this not a solution but a crutch) excuse me) have you tried to update the video card driver?

Brand new windows install drivers are most recent from amds website.

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