Skip to content

SAXException with Icons #320

Closed
Closed
@GraxCode

Description

@GraxCode

Describe the bug
I got this exception randomly while rendering a JTree. It only happened once, and I don't know how to reproduce it. Maybe has to do with missing synchronization.

WARNUNG: Could not load SVG 
org.xml.sax.SAXException: FWK005 parse may not be called while parsing.
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1266)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:635)
	at com.github.weisj.jsvg.parser.SVGLoader.load(SVGLoader.java:136)
	at com.github.weisj.jsvg.parser.SVGLoader.load(SVGLoader.java:116)
	at com.github.weisj.darklaf.properties.icons.DarkSVGIcon$SVGDocumentHolder.ensureLoaded(DarkSVGIcon.java:335)
	at com.github.weisj.darklaf.properties.icons.DarkSVGIcon$SVGDocumentHolder.svgDocument(DarkSVGIcon.java:347)
	at com.github.weisj.darklaf.properties.icons.DarkSVGIcon$SVGDocumentHolder.access$300(DarkSVGIcon.java:315)
	at com.github.weisj.darklaf.properties.icons.DarkSVGIcon.getSVGDocument(DarkSVGIcon.java:285)
	at com.github.weisj.darklaf.properties.icons.DarkSVGIcon.ensureSizeLoaded(DarkSVGIcon.java:254)
	at com.github.weisj.darklaf.properties.icons.DarkSVGIcon.getIconWidth(DarkSVGIcon.java:238)
	at java.desktop/javax.swing.JLabel.setIcon(JLabel.java:396)

To Reproduce
I don't know how to.

Additional Information:

  • Darklaf Version: 3.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions