Hi, This is a bug that was fixed in upcoming 7.0.3. Check out this ticket on GitLab: https://gitlab.com/kicad/code/kicad/-/issues/14582
I've also got some reports from the Chinese community saying previously fine projects would emit errors in 7.0.2. Before I could file a bug it was fixed already. Sorry for the late reply but hope it helps. Rigo Salvador E. Tropea <[email protected]> 于 2023年4月14日周五 下午10:04写道: > Hi All! > > I compiled the 7.0 branch (commit > f1f69c607efdc6d74ebda82b7523e05ee0df7e93) and I'm experimenting all sort > of problems. > > One seems to be from the following commit: > > > https://gitlab.com/kicad/code/kicad/-/commit/70e86434efc4778541a6c1fb1fdd110d6f85fef0 > > All the power elements in my tests are generating errors about loading > the 3D model, from the code: > > ``` > > if( aReporter ) > { > if( aFields.size() > REFERENCE_FIELD ) > { > aReporter->Report( wxString::Format( _( "Error reading > simulation model from symbol '%s':\n%s" ), > aFields[REFERENCE_FIELD].GetText(), > _( "Failed to read > simulation model from fields." ) ), > RPT_SEVERITY_ERROR ); > } > } > > ``` > > > And I don't understand what's the problem. I took a look at the symbols > I have installed and they are the same as the ones in GitLab. > > > I tried adding a field "Spice_Primitive", and it got even worst ... > > > What's the problem? > > > SET > > -- > You received this message because you are subscribed to the Google Groups > "KiCad Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/a/kicad.org/d/msgid/devlist/61b3fc98-dfdc-0884-cbba-0f629220134d%40inti.gob.ar > . > -- You received this message because you are subscribed to the Google Groups "KiCad Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/kicad.org/d/msgid/devlist/CADzo0sZapud8z_1kERxq5LYcu7Yq7G%3DG74f852KEk3viQA6-iw%40mail.gmail.com.
