You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working on some complex importing from kicad. The importer is not finished yet, so I have some malformed schematics (ex: stuff isn't all the way connected).
I came upon this error: java.lang.ClassCastException
Then nothing, the svg file just contains "undefined".
Are there any good ways to start a debugger on this?
I'm still use nodejs ~/netlistsvg/bin/netlistsvg.js --skin ~/netlistsvg/lib/analog.svg out.json to run netlistsvg.
I tried to simplify my file to track down the problem. One of the problems is on U3.
I've been working on some complex importing from kicad. The importer is not finished yet, so I have some malformed schematics (ex: stuff isn't all the way connected).
I came upon this error:
java.lang.ClassCastException
Then nothing, the svg file just contains "undefined".
Are there any good ways to start a debugger on this?
I'm still use
nodejs ~/netlistsvg/bin/netlistsvg.js --skin ~/netlistsvg/lib/analog.svg out.json
to run netlistsvg.I tried to simplify my file to track down the problem. One of the problems is on U3.
It has to do with net number 12 (connected to pins A6 and A7). If I connect power_symbol_15 to it (s/112/12), then it renders without errors.
Oddly this works (a smaller example)
The text was updated successfully, but these errors were encountered: