Cannot display symbol (元件显示失败问题,显示不出元件)

显示问号和方框

(kicad_sch (version 20241209) (generator "manual-diag-test-v9")
  (uuid "33333333-3333-3333-3333-333333333333")
  (paper "A4")
  (symbol (lib_id "Device:R") (at 150 100 0) (unit 1) (uuid "44444444-4444-4444-4444-444444444444")
    (property "Reference" "R1" (at 150 97.46 0) (effects (font (size 1.27 1.27))))
    (property "Value" "1k-V9-Test" (at 150 102.54 0) (effects (font (size 1.27 1.27))))
  )
)

Please translate your posts to English! English is the official language here, and it’s the responsibility of each poster to communicate in that language to make sure this forum is as easy to use as possible for the international user base.

I’ve tried two translators and failed.
I believe this is a new Chinese site for Kicad.

Problem is, if we can’t understand the text then we don’t know if this is SPAM with a Kicad reference to throw us off. I’ll give this a bit before removing the post. Two translators failed.

Google translate to English

ksnip_20250623-025527

Seems legit, but what is the question regarding the question marks in the box?

1 Like

One seems to have worked for you.

Looks like missing symbol libraries. But the ball is in their court to explain how they got that.

I use the following string of code, I can’t show the component when I open it with kicad, I only see a box and two question marks, as in the picture above, but my local component can be used

Do you mean that you generated the text in the .kicad_sch file with a program instead of using the schematic editor? That would explain why the generator is “manual-diag-test-v9” and the UUIDs are artificial.

It looks like KiCad is not able to find the symbol Device:R. Did you install the standard libraries?

Since this is not a normal workflow you should create a normal schematic using the schematic editor and compare it to your file to see where your file is not compliant with the syntax specification.