Such an error report is just a simple text file and you can open it with any text editor. If you can’t open it, then maybe your file associations are set up weirdly.
Your DRC report does have some info you may consider proprietary, such as the project name. It is an “extender” for some gadget. ![:slight_smile: :slight_smile:](https://forum.kicad.info/images/emoji/twitter/slight_smile.png?v=12)
DRC found 176 violations. Wading through 700 lines of text without context is more overwhelming for me then for you (Inside KiCad you can resolve whole error classes and make the list shorter quickly to see what is left).
Using Save as as I suggested, and then delete everything except the connector, is not such a big tasks and also removes proprietary info.
[invalid_outline]: Board has malformed outline (self-intersecting)
Local override; error
@(297.6885 mm, 208.2500 mm): Segment on Edge.Cuts
@(297.6885 mm, 208.2500 mm): Segment on Edge.Cuts
[invalid_outline]: Board has malformed outline (self-intersecting)
Local override; error
@(297.6900 mm, 208.2500 mm): Segment on Edge.Cuts
@(297.6885 mm, 208.2500 mm): Segment on Edge.Cuts
Malformed outline / Self-intersecting is a serious error. (And there are more of them, at least 7). KiCad V8 has: PCB Editor / Tools / Repair Board, but would not trust it to fix issues in a proper way. To recommend a proper way, I would have to see the Edge.Cuts vectors. With a malformed outline the Gerber output will also be faulty.
There are some 160 DRC violations in the form of:
[solder_mask_bridge]: Front solder mask aperture bridges items with different nets
Rule: board setup solder mask min width; error
@(168.3400 mm, 61.5600 mm): Track [<no net>] on F.Cu, length 142.8800 mm
@(168.3400 mm, 204.4400 mm): Pad 7 [<no net>] of REF** on F.Cu
[solder_mask_bridge]: Front solder mask aperture bridges items with different nets
Rule: board setup solder mask min width; error
@(168.3400 mm, 61.5600 mm): Track [<no net>] on F.Cu, length 142.8800 mm
@(168.3400 mm, 61.5600 mm): Pad 7 [<no net>] of REF** on F.Cu
This is probably a simple thing to fix them all. but without the PCB I can not see the details of what exactly causes all these violations. All seem to be between a track with a length of 142.88mm and a pad.
Oh, sigh, another attempt to create a PCB without a schematic. There are a lot of difficult ways to fix this in KiCad, and there is a simple way to fix it. The simple way is to draw the schematic.