kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #44385
Pcbnew - wxWidgets Debug Alerts on startup
Is it just me or does anyone else get these "wxWidgets Debug Alert"
messages when starting up Pcbnew:
-------------------------
C:/msys64/home/kicad-master/kicad/include/property.h(418): assert
"m_choices.GetCount() > 0" failed in PROPERTY_ENUM(): No enum choices
defined
Do you want to stop the program?
You can also choose [Cancel] to suppress further warnings.
-------------------------
If you click "No" to continue, you get two more of them before Pcbnew
finally starts. Clicking cancel on the first skips the other two.
I've been seeing these for probably 3-4 weeks and assumed it would be
found and fixed long ago. However, since the glitch still shows up even
in the 96f4e8f6f877a4a13ac7 commit from 8/17/2020, I'd like to know if
anyone else is seeing this?
Follow ups