zxcalc / quantomatic

Quantomatic is a tool for doing automated graph rewriting.
http://quantomatic.github.io
152 stars 22 forks source link

Loading a simproc causes crash #182

Closed rossduncan closed 6 years ago

rossduncan commented 6 years ago

I'm using the latest integration, and I'm launching it via sbt run.

Trying to load a simproc from the GUI causes a NullPointerExeception, and the simproc does not load.

To reproduce : -- clone the sample-projects repo from the GitHub -- open the zx-stabilizer project -- double click on "basic_simp.py" -- voila! regard the console for the stack trace

Eyeballing the stack trace it looks like quanto.gui.TextEditor. is trying to load some properties which don't exist.