MyersResearchGroup / iBioSim

iBioSim is a computer-aided design (CAD) tool aimed for the modeling, analysis, and design of genetic circuits. It is capable of importing and exporting models specified using the Systems Biology Markup Language (SBML). iBioSim also supports the Synthetic Biology Open Language (SBOL), an emerging standard for information exchange in synthetic biology.
http://www.async.ece.utah.edu/ibiosim
Apache License 2.0
54 stars 21 forks source link

java.lang.NullPointerException at edu.utah.ece.async.ibiosim.gui.analysisView.AnalysisView.run(AnalysisView.java:863) at edu.utah.ece.async.ibiosim.gui.analysisView.AnalysisThread. #601

Open buggsley opened 4 years ago

buggsley commented 4 years ago

iBioSim Version 3.0.0

Operating system: Mac OS X

Bug reported by: criera-ruiz@huskers.unl.edu

Description:

Stack trace: java.lang.NullPointerException at edu.utah.ece.async.ibiosim.gui.analysisView.AnalysisView.run(AnalysisView.java:863) at edu.utah.ece.async.ibiosim.gui.analysisView.AnalysisThread.run(AnalysisThread.java:43)

cjmyers commented 4 years ago

Could you share some more details about how this bug occurred. Namely, what type of analysis were you doing? Also, if you can share the project you were doing analysis on, it would help.