Re: [Kicad-developers] Crash invoking pcbnew Board settings

2021-11-06 Thread Jeff Young
He he… yeah, this is one of the reasons our coding style discourages the use of “auto” — it tends to obfuscate the code. However, a lot of C++ programmers are used to using it, so it tends to creep in from time to time. The case given should read: for( const std::pair>& netclass : netclas

Re: [Kicad-developers] Crash invoking pcbnew Board settings

2021-11-05 Thread Ruth Ivimey-Cook
By hand-editing the kicad_pro file I saw that the netclass value for 'line_style' in one of the non-default classes had somehow been set to -1. Editing the file value back to 0 and restarting kicad resolved the crash. Ruth On 06/11/2021 01:59, Ruth Ivimey-Cook wrote: Hi I've been using the

[Kicad-developers] Crash invoking pcbnew Board settings

2021-11-05 Thread Ruth Ivimey-Cook
Hi I've been using the nightly build of kicad via flatpak (because of the WxWidgets issues on Linux) for a while, and have encountered a fairly consistent crash when invoking board settings from the File menu of pcbnew. The build is from this evening, using up to date flatpak and libs, was d